emacs-devel
[Top][All Lists]
Advanced

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

Re: font-lock-keywords for new macros


From: Stefan Monnier
Subject: Re: font-lock-keywords for new macros
Date: Mon, 19 Nov 2012 13:32:48 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> Many of the new macros in 24.3 aren't in `lisp-font-lock-keywords' which
> means they don't get highlighted.  This is true for the `cl-*' macros, as
> well as `ert-deftest'.  There are probably some others which aren't
> fontified either.

FWIW, I think we should not hardcode the list of macros in
lisp-font-lock-keywords but instead build it dynamically (e.g. with an
after-load-functions hook to flush the cached regexp).


        Stefan



reply via email to

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