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: Tassilo Horn
Subject: Re: [Bug-AUCTeX] [SOLVED] recursive require
Date: Tue, 27 May 2014 08:49:56 +0200
User-agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/24.4.50 (gnu/linux)

"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



reply via email to

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