>> "Tassilo" == Tassilo Horn <[email protected]> writes: > Uwe Brauer <[email protected]> writes: > Hi Uwe,
>> Now (after having separated the custom variables) >> I see the following error in the COmpile log >> emacs/site-lisp/packages/auctex-11.84/font-latex.elc:Error: Don't know how to compile nil > http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00093.html > However, that shouldn't cause any severe problems. It just meant that > some generated functions are not byte-compiled but get interpreted. >> then in a latex file the menus are there, I can run latex, but the file >> is in fundamental mode! >> >> With debug-on-error to t, I obtain an error >> which I attach. > Debugger entered--Lisp error: (void-function nil) > nil() > run-hooks(change-major-mode-after-body-hook text-mode-hook TeX-mode-hook LaTeX-mode-hook) > Seems one of those 4 hooks contains a nil entry. I am very confused. I start with emacs -Q then load a tiny file which just contains (setq debug-on-error t) (setq load-path (cons (expand-file-name "~/emacs/site-lisp/packages/auctex-11.84") load-path)) (setq load-path (cons (expand-file-name "~/emacs/site-lisp/packages/auctex-11.84/preview") load-path)) (setq load-path (cons (expand-file-name "~/emacs/site-lisp/packages/auctex-11.84/style") load-path)) (require 'tex-site) Then I open a LaTeX file and obtain the error I just reported. So it is not that some mis configuration in my init file has caused this behavior. What shall I do? Uwe
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ bug-auctex mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-auctex
