* Ralf Angeli (2007-04-13) writes:

> * 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.

I should probably add that when using your example files and loading
lect.tex, the mode for master.tex is detected as Plain TeX mode which
leads to latex.el not being loaded and an error being thrown since
beamer.el relies on certain variables defined in latex.el being
present.  So you should add a local variables section to master.tex
containing "mode: latex".

-- 
Ralf


_______________________________________________
bug-auctex mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/bug-auctex

Reply via email to