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

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

Re: Derived Mode 101 HOWTO


From: Stefan Monnier
Subject: Re: Derived Mode 101 HOWTO
Date: Wed, 08 Mar 2006 00:46:00 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

> However syntax highlighting for 'newlisp-font-lock-keywords fails.

In what way, exactly.
If you look at one of the keywords you're trying to highlight (like
"array"), what does it look like?  What does M-x list-text-properties-at say
about the `face' property on those keywords?

>   (set (make-local-variable 'font-lock-defaults)
>        (cons newlisp-font-lock-keywords
              ^^
               '
This missing quote is probably what bothers XEmacs.


        Stefan


reply via email to

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