auctex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [AUCTeX] Copying local variables from the master file


From: Ed C.
Subject: Re: [AUCTeX] Copying local variables from the master file
Date: Fri, 24 Apr 2009 06:53:16 -0500
User-agent: Thunderbird 2.0.0.21 (Windows/20090302)



Rasmus Villemoes wrote:
Hi there

I use a couple of local variables for each project I'm working on. For
small projects (which I decide are small enough to be in one file),
simply adding the configuration to the Local Variables section works
fine. However, for larger documents split into several files, it would
be really nice if there was some way to automatically (or upon
confirmation from the user) copy the local variables from the master
file. It's stuff like

%%% ispell-local-dictionary: "english"
%%% TeX-command-default: "pdf"

I'd like to copy to all files.  (The "pdf" is a homemade addition to
the TeX-command-list). Is this possible?

I don't know, but if you want to use pdf mode for everything then you can add this to .emacs:

(custom-set-variables

....

 '(TeX-PDF-mode t)

.....)

Then you don't need a cookie for it.

Ed





reply via email to

[Prev in Thread] Current Thread [Next in Thread]