help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Reftex local variables


From: Alain Muls
Subject: Re: Reftex local variables
Date: Fri, 31 Jul 2009 10:50:18 +0200
User-agent: Thunderbird 2.0.0.22 (X11/20090608)

On 31/07/09 help-gnu-emacs-request@gnu.org wrote:
Message: 10 Date: Thu, 30 Jul 2009 21:14:56 +0200 From: S?bastien Vauban <wxhgmqzgwmuf@spammotel.com> Subject: Re: Reftex local variables To: help-gnu-emacs@gnu.org Message-ID: <87vdlakmof.fsf@mundaneum.com> Content-Type: text/plain; charset=utf-8 Hi Alain, Alain Muls wrote:
> > Hi emacs,
> >
> > I want to change the insertion of local variables from
> >
> > %%% Local Variables:
> > %%% mode: latex
> > %%% TeX-master: t
> > %%% End:
> >
> > to
> >
> > %%% Local Variables:
> > %%% mode: latex
> > %%% TeX-master: t
> > %%% eval: (ispell-change-dictionary "american")
> > %%% eval: (flyspell-mode 1)
> > %%% End:
> >
> > How do you do that?

I don't understand your question.

Hi emacs,

When creating a nex latex file, emacs auto-inserts the 4 commands shown on top and asks which file is the master file. I want to add to this the 2 lines for ispell and flyspell.


bye/Alain



> > Is it also possible to have the insertion ask for the dictionary to use?

Yes, if you eval such an interactive function, one that asks for a dictionary.


> > And finally, how do I get rid of the "allow variables that are risky"
> > question?

Put such a thing in your `.emacs' file:

--8<---------------cut here---------------start------------->8---
;; record safe values for some local variables
(setq safe-local-variable-values
      '((TeX-master . t)
        (flyspell-mode . t)
        (ispell-dictionary . "francais")
        (ispell-dictionary . "american")
        (ispell-mode . t)))
--8<---------------cut here---------------end--------------->8---

Seb

-- Sébastien Vauban


--
-----------------------------------------------------------------
Alain Muls                                   alain.muls@rma.ac.be
Royal Military Academy                              +32.2.7426340
Department CISS                                 srt +32.2.7426476
Renaissance Avenue 30, B1000 Brussels
-----------------------------------------------------------------




reply via email to

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