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: Sun, 15 Mar 2015 23:07:02 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

> Finally, I'm positively surprised at how fast the update function is.
> I would have expected some lag, but haven't found any (even though I'm
> looking).

Loading Elisp files should be fairly rare.  But there might be cases
where it can be done repeatedly, but if/when faced with such a situation
we should be able to handle it efficiently e.g. by checking the
load-history (make sure the file did include some definitions before we
bother to scan symbols and rebuild the regexp) since such "run-time
loading" probably won't define new functions.


        Stefan



reply via email to

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