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: Stefan Monnier
Subject: Re: [Emacs-diffs] master 51e7e46: Font-lock elisp macros/special forms dynamically
Date: Mon, 16 Mar 2015 16:56:36 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

> > Any suggestions how/where to update existing buffers?

My suggestion would be to do it from after-load-functions, i.e. using
the exact same code as the code used for the alternative implementation ;-)

> Isn't font-lock-flush supposed to be cheap?

If you use jit-lock-mode, yes.  If not, no.

>>> push and pushnew aren't function-like, so they *should* be highlighted
>>> as keywords, I think.
>> I guess they are not function-like because they deal with generalized
>> variables, right?

Right: (push x y) is not the same as (let ((z y)) (push x z)).


        Stefan



reply via email to

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