[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Antenna not working
>>>>> In [emacs-w3m : No.09998] Charles philip Chan wrote:
> I am in the process of moving to emacs-w3m full time. However, I
> can not get the Antenna working.
Has that happened recently? Or hasn't it worked all the time?
> I am using the cvs version of emacs-w3m and Emacs 23.0.50.3. Here
> is the back trace:
> Debugger entered--Lisp error: (wrong-type-argument arrayp nil)
[...]
> w3m-goto-url("about://antenna/" nil)
> w3m-antenna(nil)
> call-interactively(w3m-antenna nil nil)
This looks like the case where an incompatible byte-code is loaded.
cf. http://article.gmane.org/gmane.emacs.w3m/7355
Though you specified that you use Emacs 23.0.50, not 23.0.60.
What does the following form return? (To do it, copy the form to
the *scratch* buffer and type `C-j' at the end of the form.)
(let ((str (string (make-char 'latin-iso8859-1 255))))
(string= (string-as-unibyte str) (encode-coding-string str 'utf-8)))
If it is t, your Emacs has merged the Unicode-2 features. And
re-installing emacs-w3m will solve it.
Regards,