On 2009-02-03 15:46 +0000, Leo wrote:
> Hi there,
>
> I think I discovered a bug in AUCTeX.
>
> The master file m.tex:
> ----------------
> \documentclass{article}
> \usepackage{amsmath}
> \begin{document}
> \include{s}
> \end{document}
> ----------------
>
> The slave file s.tex:
> ----------------
> \section{What's wrong?}
>
> Test styles.
> %%% Local Variables: 
> %%% mode: latex
> %%% TeX-master: "m"
> %%% End: 
> ----------------
>
> In the master file C-c C-e has completion /align/ available but not in
> the slave file.
>
> This is tested in version 2009-01-14.

It looks like this is related to TeX-auto-save, when set to nil, will
stop slave files inheriting the styles from master.

-- 
.: Leo :. [ sdl.web AT gmail.com ] .: I use Emacs :.



_______________________________________________
auctex mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/auctex

Reply via email to