auctex
[Top][All Lists]
Advanced

[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




reply via email to

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