[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [AUCTeX] Setting file-local list variables
From: |
Ralf Angeli |
Subject: |
Re: [AUCTeX] Setting file-local list variables |
Date: |
Wed, 21 May 2008 23:06:44 +0200 |
* Mark Elston (2008-05-21) writes:
> %%% eval: (eval-after-load "latex" '(progn
> (add-to-list 'LaTeX-verbatim-environments "CodeListing")
> (add-to-list 'LaTeX-verbatim-environments "OldCodeListing")
> (add-to-list 'LaTeX-verbatim-environments "NewCodeListing")
> ))
This will alter the variable globally, so it will affect all files
opened during the session. And the respective environments will only be
fontified correctly the second time you open the file.
--
Ralf
- [AUCTeX] Setting file-local list variables, Mark Elston, 2008/05/20
- Re: [AUCTeX] Setting file-local list variables, Mark Elston, 2008/05/21
- Re: [AUCTeX] Setting file-local list variables,
Ralf Angeli <=
- Re: [AUCTeX] Setting file-local list variables, Mark Elston, 2008/05/22
- Re: [AUCTeX] Setting file-local list variables, Ralf Angeli, 2008/05/23
- Re: [AUCTeX] Setting file-local list variables, Mark Elston, 2008/05/23
- Re: [AUCTeX] Setting file-local list variables, Ralf Angeli, 2008/05/24
- Re: [AUCTeX] Setting file-local list variables, Mark Elston, 2008/05/25
- Re: [AUCTeX] Setting file-local list variables, Ralf Angeli, 2008/05/25
- Re: [AUCTeX] Setting file-local list variables, Mark Elston, 2008/05/25
Re: [AUCTeX] Setting file-local list variables, Ralf Angeli, 2008/05/21