auctex-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [AUCTeX-devel] Re: Font-lock of []{} in the CVS version


From: Ralf Angeli
Subject: Re: [AUCTeX-devel] Re: Font-lock of []{} in the CVS version
Date: Mon, 23 Jul 2007 21:56:04 +0200
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux)

* Christian Schlauer (2007-07-23) writes:

> (add-hook 'LaTeX-mode-hook
>         (lambda ()
>           (font-lock-add-keywords
>            nil
>            '(("\\<\\(FIXME\\):" 1 font-lock-warning-face prepend)))))
>
> But if I replace `font-lock-warning-face' with
> `font-latex-sedate-face', it breaks already!?

You have to quote the face name.  font-latex.el does not define
variables for its faces.

-- 
Ralf




reply via email to

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