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

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

Re: regexp/font-lock question


From: Thien-Thi Nguyen
Subject: Re: regexp/font-lock question
Date: 19 May 2004 16:30:55 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

Joe Corneli <jcorneli@math.utexas.edu> writes:

>         '("[^N][ ()]\\(O\\)" 1 font-lock-type-face))

> what matcher should I be using to get these
> additionaly strings to fontify properly?

you can remove the need for the ^N kludge entirely,
by fontifying the header/footer w/ a rule that takes
precendence over this one.

thi


reply via email to

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