emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] master 51e7e46: Font-lock elisp macros/special forms d


From: Artur Malabarba
Subject: Re: [Emacs-diffs] master 51e7e46: Font-lock elisp macros/special forms dynamically
Date: Sun, 15 Mar 2015 15:11:23 +0000

> Is it really a good idea to highlight *all* macros? Many are meant to be
> used just like functions and have the same semantics. Instead of
> updating a big macro regexp after load, there should be a `declare'
> attribute that would let specific macros (and functions) opt into being
> fontified specially.

Maybe it should be opt-out. Even if a macro is used similarly to a
function, it behaves differently, and it's good to give the user a
visual notification of that.
(And if the macro behaves exactly like a function it should be a function).



reply via email to

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