Re: update
Ralf Angeli <[email protected]> Tue, 08 Mar 2005 09:12:18 +0100
| Newsgroups | gmane.emacs.auc-tex |
|---|---|
| Message-ID | <[email protected]> |
* Silvio Levy (2005-03-08) writes:
> Dear Ralf - as you may have suspected, ANY M-x customize-* failed
> for me (not just AUCTeX related ones); I just had never noticed it.
> (I'm accustomed to editing .emacs directly.)
[...]
> Thank you very much for your help. If I may make a suggestion,
> you-all might think of including in the AUCTeX doc a list of the
> variables involved in syntax highlighting and an example of their
> direct use.
These variables _are_ included in the documentation. Just look at
(info "(auctex)Font Locking"). If this is not clear enough, please
make a suggestion for improving it.
> Putting such a line such as
> '(font-latex-match-reference-keywords (quote ("fullref")))
> (which is what I wanted to do from the beginning)
> is a lot quicker than going though the customization menus, especially
> if one wants to make the change on two or more systems.
I adapted the doc string of these variables which now says (taking
`font-latex-match-reference-keywords' as an example):
"List of keyword strings for reference face.
Each string has to be the name of a macro omitting the leading backslash."
Does that make it clear to you what you have to insert in your init
file for changing such a variable?
I don't think it would be a good idea to add a setq example for each
variable into the manual. Somebody accustomed with editing an init
file should be able to find the doc string or extract the necessary
information from the manual and know how to construct such a list.
--
Ralf