* Re: Reftex local variables
[not found] <mailman.3503.1248972751.2239.help-gnu-emacs@gnu.org>
@ 2009-07-30 19:14 ` Sébastien Vauban
0 siblings, 0 replies; 4+ messages in thread
From: Sébastien Vauban @ 2009-07-30 19:14 UTC (permalink / raw)
To: help-gnu-emacs-mXXj517/zsQ
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.
> 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
^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <4a72334a.a953f10a.5812.ffffc035SMTPIN_ADDED@mx.google.com>]
* Re: Reftex local variables
[not found] <4a72334a.a953f10a.5812.ffffc035SMTPIN_ADDED@mx.google.com>
@ 2009-07-31 8:50 ` Alain Muls
2009-07-31 9:19 ` Peter Dyballa
0 siblings, 1 reply; 4+ messages in thread
From: Alain Muls @ 2009-07-31 8:50 UTC (permalink / raw)
To: help-gnu-emacs
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
-----------------------------------------------------------------
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Reftex local variables
2009-07-31 8:50 ` Alain Muls
@ 2009-07-31 9:19 ` Peter Dyballa
0 siblings, 0 replies; 4+ messages in thread
From: Peter Dyballa @ 2009-07-31 9:19 UTC (permalink / raw)
To: Alain Muls; +Cc: help-gnu-emacs
Am 31.07.2009 um 10:50 schrieb Alain Muls:
> 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.
Look into AUCTeX! (For example run grep-find over the EL files and
make it look for the text "Local Variables:"...)
--
Greetings
Pete
Government is actually the worst failure of civilized man. There has
never been a really good one, and even those that are most tolerable
are arbitrary, cruel, grasping and unintelligent.
– H. L. Mencken
^ permalink raw reply [flat|nested] 4+ messages in thread
* Reftex local variables
@ 2009-07-30 16:52 Alain Muls
0 siblings, 0 replies; 4+ messages in thread
From: Alain Muls @ 2009-07-30 16:52 UTC (permalink / raw)
To: help-gnu-emacs
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?
Is it also possible to have the insertion ask for the dictionary to use?
And finally, how do I get rid of the "allow variables that are risky"
question?
Tx/Alain
---------------------------------------------------------------------
Alain Muls alain.muls@telenet.be
+32.477.675091
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-07-31 9:19 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <mailman.3503.1248972751.2239.help-gnu-emacs@gnu.org>
2009-07-30 19:14 ` Reftex local variables Sébastien Vauban
[not found] <4a72334a.a953f10a.5812.ffffc035SMTPIN_ADDED@mx.google.com>
2009-07-31 8:50 ` Alain Muls
2009-07-31 9:19 ` Peter Dyballa
2009-07-30 16:52 Alain Muls
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.