[Date Prev][Date Next][Thread Prev][][Date Index][Thread Index]

Re: Lisp error: (wrong-type-argument stringp w3m-filter-prefer-lazy-images)



In [emacs-w3m:13400]
On Wed, 08 May 2019 22:33:30 -0400, Michael Pagan wrote:
> I can't browse webpages with emacs-w3m since the latest commit about 19 hours
> ago, [1604c85][0] (adds new filter).

> GNU Emacs version:
> GNU Emacs 26.2 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.18.9) of 2019-04-27

> Compile-Log (errors):
> w3m-ucs.el:46:1:Error: Cannot open load file: No such file or directory, un-define

w3m-ucs.el should be excluded from byte-compiling if the un-define
package is unavailable (modern Emacsen do not require un-define
and should not use it).  Please do the normal way, that is:

$ autoconf
$ ./configure [options...]
$ make

Otherwise, if you use some kind of emacs-w3m package, please send
a bug report to the author.

> Backtrace:
> Debugger entered--Lisp error: (wrong-type-argument stringp w3m-filter-prefer-lazy-images)

This is my fault, sorry.  Please use the latest git version that
has already been fixed.

Regards,