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 Ah, yeah, that bug has not been fixed before 11.87. It never showed up because only at that time the byte-compiler issued an error for complining nil. Before it was just silently ignored. 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. Bye, Tassilo
signature.asc
Description: PGP signature
_______________________________________________ bug-auctex mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-auctex
