* Guy Wiener (2007-04-13) writes: > I set the master file of lect.tex to be the master file master.tex > Under these conditions AucTeX does not recognize the style of the > content file. [...] > TeX-auto-save nil
You have `TeX-auto-save' set to nil. That means information about file contents used when dealing with multi-file documents will not automatically be written to disk. If you do not want to enable this feature permanently for all files, you could open the files of your document in question and type `C-c C-n' in each file which will write the necessary information to disk only for these files. You will then need to take care yourself that the information is updated when you change anything in your document. -- Ralf _______________________________________________ bug-auctex mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/bug-auctex
