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

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

Re: Font-lock with newcomment.el


From: lawrence mitchell
Subject: Re: Font-lock with newcomment.el
Date: Thu, 29 May 2003 18:22:24 +0100
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50

David C Sterratt wrote:

[...]

>   (setq font-lock-defaults '((nrnhoc-font-lock-keywords)
>                              nil ; do not do string/comment highlighting
>                              nil ; keywords are case sensitive.
>                              ;; This puts _ as a word constituent,
>                              ;; simplifying our keywords significantly
>                              ((?_ . "w")
>                               (?\n . "> b")
>                               (?/ . ". 1456")
                                         ^^^^
Emacs has a different set of characters to mean the same thing
as XEmacs, try using ". 124b" instead of ". 1456".


-- 
lawrence mitchell <wence@gmx.li>


reply via email to

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