emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: Standard faces not working with font-lock-keywords


From: Stefan Monnier
Subject: Re: Standard faces not working with font-lock-keywords
Date: Sun, 27 Mar 2005 09:48:38 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

>   (setq font-lock-keywords '(("foo" . bold)))
                                        ^^^^

This shouldn't be a face symbol but an expression (whose value is typically
a face symbol).  I.e.:

   (setq font-lock-keywords '(("foo" (0 'bold))))


-- Stefan




reply via email to

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