On Feb 11, 2008, at 7:03 PM, Ralf Angeli wrote:
* Thomas A. Schmitz (2008-02-11) writes:
I'm having a minor problem with auctex 11.85: it doesn't honor
my customizations. I'm into the "angry fruitsalad" look, so I
customized the latex-sedate-face to red (via the customization
menu). This adds the following line to my .emacs:
'(font-latex-sedate-face ((((class color) (background dark))
(:foreground "red"))))
But the display doesn't change (I had the same line for auctex 11.84,
and it worked). I get a warning in the messages buffer which may be
related:
Error during redisplay: (void-function nil)
I cannot reproduce this. Do you get this error only when the face is
customized? Does it happen with any file or just specific ones? In
the
latter case please provide a file for reproducing the error.
--
Ralf
Apologies. I went throught my customization file line by line. I had
added two user-keywords; with this syntax:
'(font-latex-user-keyword-classes (quote
(("ConQuotation" ("quotation") (:foreground "LightSalmon") (command
1)) ("mychapter" ("MyChapter") (:inherit (font-latex-sectioning-1-
face)) (command 1)))))
AUCTeX doesn't like this syntax anymore; when I commented out this
line, I could customize faces. I then customized again; now, the
syntax is slightly different:
'(font-latex-user-keyword-classes (quote (("mychapter" (("MyChapter"
"{")) (:inherit (font-latex-sectioning-1-face)) command)
("ConQuotation" (("quotation" "{")) (:foreground "LightSalmon")
command))))
It seems that the old syntax can't be parsed by the new version. Sorry
for the noise.
Thomas
_______________________________________________
auctex mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/auctex