* Mathias Lindner (2010-10-08) writes: > Thanks for pointing this out again. Yes, there where those variables defined. > But the relevant header file had "mode: plain-tex" defined and therefore an > el-file was not created in the auto folder. I changed this to "mode: latex" > and > everything is working now. > Now the question arises, why AucTeX is doing this. I have set the master file, > the mode was set automatically. > See the faulty handled file below.
The file does not contain any content which AUCTeX recognizes as belonging to a LaTeX file, so it thinks it's a plain TeX file. (See also `C-h f TeX-tex-mode <RET>' and `C-h v TeX-format-list <RET>'.) -- Ralf _______________________________________________ auctex mailing list [email protected] http://lists.gnu.org/mailman/listinfo/auctex
