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

"Salome Södergran" <[email protected]> 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

_______________________________________________
bug-auctex mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-auctex

Reply via email to