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

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

bug#15009: cl-lib symbols in lisp-font-lock-keywords


From: Stefan Monnier
Subject: bug#15009: cl-lib symbols in lisp-font-lock-keywords
Date: Fri, 02 Aug 2013 13:16:25 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> Now that cl-lib is the preferred way to use CL, cl-lib symbols like
> cl-defun, cl-loop. cl-defstruct, etc.
> should be added to lisp-font-lock-keywords-*.

Right.

But: these are not valid in Lisp.  So we need to clean this up by
splitting lisp-font-lock-keywords into a "Lisp" part and an
"Elisp" part.

BTW, ideally, these keyword faces would be added by dynamically
collecting the set of known macros, rather than by a hardcoded list.


        Stefan





reply via email to

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