[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [AUCTeX] AucTeX activation of latex-mode
From: |
Tassilo Horn |
Subject: |
Re: [AUCTeX] AucTeX activation of latex-mode |
Date: |
Tue, 12 Feb 2013 20:02:36 +0100 |
User-agent: |
Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux) |
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.
You probably have the code using the workgroups package opening recent
files before you load AUCTeX in your ~/.emacs.
Bye,
Tassilo