bug-auctex
[Top][All Lists]
Advanced

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

Re: [Bug-AUCTeX] [SOLVED] recursive require


From: address@hidden
Subject: Re: [Bug-AUCTeX] [SOLVED] recursive require
Date: Wed, 28 May 2014 10:10:34 +0200
User-agent: Internet Messaging Program (IMP) H3 (4.3.6)

Am Di 27 Mai 2014 08:49:56 CEST schrieb Tassilo Horn:

"Salome Södergran" <address@hidden> writes:

For debugging I have a minimal init-file containing the following
lines

    (setq debug-on-error t)
    (require 'package)
    (package-initialize)
    (add-hook 'LaTeX-mode-hook 'turn-on-auctex)

As said by Mosè, you shouldn't need to require anything.

When I open a tex-file the major mode is LaTeX but AUCTeX is not
loaded. Where's the fault?

With the above, you should get an error when opening a tex file because
`turn-on-auctex' is no existing function (unless it's defined by
yourself).

Bye,
Tassilo

Removing the 'turn-on-auctex line doesn't make a difference.
Thanks anyway for the hint that the function does not exist (anymore?? I can't remember where I got it from).
bye, salome



reply via email to

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