[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: invalid-function w3m-image-alt
- From: henry atting <nspm_01@xxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 29 Jan 2009 13:03:25 +0100
- X-ml-name: emacs-w3m
- X-mail-count: 10650
- References: <878wovr167.fsf@xxxxxxxxxxxxxxxxxxxxx> <b4mfxj3t6bh.fsf@xxxxxxx>
On Mi, Jan 28 2009, Katsumi Yamaoka wrote:
>>>>>> 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.
Thanks, works fine now.
henry