[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: invalid-function w3m-image-alt
- From: Katsumi Yamaoka <yamaoka@xxxxxxx>
- Date: Thu, 29 Jan 2009 07:27:14 +0900
- X-ml-name: emacs-w3m
- X-mail-count: 10649
- References: <878wovr167.fsf@xxxxxxxxxxxxxxxxxxxxx>
>>>>> In [emacs-w3m : No.10647] henry atting wrote:
> Since the last update von cvs I always get this message when starting
> emacs-w3m:
> Error in post-command-hook: (invalid-function w3m-image-alt)
> Though I cannot recognize any malfunction...
> w3m-version: w3m/0.5.2
> GNU Emacs 23.0.60.1 (i486-pc-linux-gnu, GTK+ Version 2.12.11)
> of 2009-01-18 on elegiac, modified by Debian
`w3m-image-alt' is a new macro having introduced in w3m-util.el
two weeks ago. You seem to have byte-compiled w3m.el along with
*old* w3m-util.el, or without loading w3m-util.el. Performing
``./configure; make'' on all updated emacs-w3m source should
generate the correct byte-code in w3m.elc.
Regards,