bug-auctex
[Top][All Lists]
Advanced

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

Re: [Bug-AUCTeX] 11.84; cannot start LaTeX mode


From: Uwe Brauer
Subject: Re: [Bug-AUCTeX] 11.84; cannot start LaTeX mode
Date: Thu, 27 Feb 2014 15:34:17 +0100
User-agent: Gnus/5.13001 (Ma Gnus v0.10) XEmacs/21.5-b33 (linux)

>> "Tassilo" == Tassilo Horn <address@hidden> writes:

   > Uwe Brauer <address@hidden> 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 

Attachment: smime.p7s
Description: S/MIME cryptographic signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]