"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