help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Background colors in font-lock-keywords


From: lawrence mitchell
Subject: Re: Background colors in font-lock-keywords
Date: Wed, 28 May 2003 01:13:10 +0100
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50

Oliver Scholz wrote:

[...]

> (defvar example-font-lock-keywords
>   '(("\\<lirum\\>" . 'font-lock-warning-face)
>     ("\\<larum\\>" . 'font-lock-keyword-face)
>     ("\\<l\\w+" (0 'example-l-word-face append))))
                                          ^^^^^^
Surely this wants to be prepend.  At least, my reading of the
font-lock-keywords docstring, and some testing would indicate
so.

[...]

-- 
lawrence mitchell <wence@gmx.li>


reply via email to

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