Dear AUCTeX developers,

(info "(auctex)Parsing Files") suggests that `TeX-auto-save' can be
used as a file local variable, see the example below. I use that in
projects with multifile documents -- setting TeX-auto-save to `t'
globally in .emacs simply generates too many `auto/'-directories all
over $HOME, IMO.

Emacs 22, however, warns that this valuable `may not be safe'. Could
this variable be marked as safe?

--8<---------------cut here---------------start------------->8---
\documentclass{article}

\begin{document}
Foo.
\end{document}

%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% TeX-auto-save: t
%%% End:
--8<---------------cut here---------------end--------------->8---

Regards,

Christian



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

Reply via email to