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

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

Re: Emacs Slowdown


From: Stefan Monnier
Subject: Re: Emacs Slowdown
Date: Tue, 10 Mar 2015 09:22:21 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

> Ah, yes, I didn't understand the help screen correctly.
> define-global-minor-mode adds to the default value and then takes these
> off buffer local once they have run?

Exactly.  Of course, it may be that some hook somewhere ends up calling
a major-mode every time we run a command, which could lead these things
to be constantly re-added to post-command-hook.

Still: even running all those functions all the time shouldn't slow you
down, unless one of those functions takes a long time to execute.


        Stefan




reply via email to

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