[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: emacs-w3m-1.3.6
>>>>> In [emacs-w3m : No.05572]
>>>>> Matthias Andree <matthias.andree@gmx.de> wrote:
> Here you are (the byte-code line contains junk I cannot paste here):
Thanks! I saw what is your problem.
> Debugger entered--Lisp error: (void-function TeX-add-style-hook)
> (TeX-add-style-hook "texinfo" (function (lambda nil ... ... ...)))
> eval-buffer(#<buffer *load*<2>> nil "texinfo" nil t)
> load-with-code-conversion("/usr/share/emacs/site-lisp/auctex/auto/texinfo.el" "texinfo" nil t)
> require(texinfo)
[...]
> require(texinfmt)
texinfmt.el requires the Emacs version of texinfo.el, however
the auctex's one is loaded. The Emacs version of texinfo.el
should exist in:
/usr/share/emacs/21.3/lisp/textmodes/
Maybe the /usr/share/emacs/site-lisp/auctex/auto/ directory is
given a priority in the load-path in your system. Could you try
to reconfigure and build emacs-w3m as follows?
./configure --with-addpath=/home/emma/.lisp:/usr/share/emacs/21.3/lisp/textmodes
I noticed we probably need to make the emacs-w3m installer load
the correct one by itself explicitly.
--
Katsumi Yamaoka <yamaoka@jpl.org>