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

Re: Wrong type argument: arrayp, button2



Am Donnerstag, 25. Oktober 2007 13:16 schrieb Katsumi Yamaoka:
> >>>>> In [emacs-w3m : No.09743] Andreas Röhler wrote:
> >
> > Please have a look if this diff may be usefully.
> >
> > Got an error: Loading .../w3m-xmas.el (source)...
> > cond: Wrong type argument: arrayp, button2
> >
> > Thanks
> >
> > Andreas Röhler
> >
> > GNU Emacs 23.0.50.1 (i686-pc-linux-gnu, GTK+ Version 2.10.6) of
> > 2007-10-16
>
> Er, you're talking about loading w3m-xmas.el into GNU Emacs, aren't
> you?  If so, please don't do that.  There's nothing useful for GNU
> Emacs in w3m-xmas.el.  This is for only XEmacs.  Why it is there is
> only for the developer's reference, so you may simply remove it.
> I'm going to consider not installing it for GNU Emacs.
>
> Regards,

With Emacs 23 `w3m-buffer' was no longer available.

Looking for the reasons I got a chain of errors, the
mentioned one was the last.

Meanwhile it works with CVS checkout of today, with path and `require' 
in .emacs without further installing

(setq load-path (cons "MY-PATH/emacs-w3m" load-path))

(require 'w3m)

Thanks a lot.

Andreas Röhler