emacs-devel
[Top][All Lists]
Advanced

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

Re: font-lock-keywords uses only facename


From: Richard Stallman
Subject: Re: font-lock-keywords uses only facename
Date: Sat, 05 Jun 2004 09:47:59 -0400

    - when "compiling" the keywords, do something like

        (if (and (symbolp expr) (not (boundp expr)) (facep expr))
            (list 'quote expr)
          expr)

That sounds like a good idea to me.  It is simple and does the job.




reply via email to

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