[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [AUCTeX] AucTeX activation of latex-mode
From: |
Julien Cubizolles |
Subject: |
Re: [AUCTeX] AucTeX activation of latex-mode |
Date: |
Wed, 13 Feb 2013 15:50:59 +0100 |
User-agent: |
Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux) |
Tassilo Horn <address@hidden> writes:
> Julien Cubizolles <address@hidden> writes:
>
> Hi Julien,
>
>> Before, every .tex file was opened in latex-mode (not tex-mode), now
>> files opened at emacs startup (by the workgroups package for instance)
>> are opened in tex-mode. However, subsequent .tex files are opened in
>> latex-mode.
>
> When AUCTeX is loaded, it aliases tex-mode and latex-mode to AUCTeX
> TeX-tex-mode and TeX-latex-mode, respectively. Also, when you open some
> tex file, it'll automatically figure out if it's a plain TeX or LaTeX
> document.
OK.
> You probably have the code using the workgroups package opening recent
> files before you load AUCTeX in your ~/.emacs.
I had thought of this conflict and played with the order but my .emacs
is in such a mess that it was somewhat difficult. Thanks for clearing
this issue : I now know that it's the necessary thing to do.
Julien.