emacs-devel
[Top][All Lists]
Advanced

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

Re: A whole lotta auto-saving going


From: Stefan Monnier
Subject: Re: A whole lotta auto-saving going
Date: Sun, 10 Jan 2021 12:38:31 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

>> M-x shell RET
>> make -j4 bootstrap RET
>> C-f /tmp/some.el RET
>> 
>> and then start typing away.  Emacs then autosaves the some.el file every
>> other keystroke.
>
> I guess the counter of non-menu events goes up very quickly, because
> the subprocess produces a lot of output?

>From what I can tell, in the recipe I used, the do-auto-save function is
not called because of the number of non-menu events but because of the
"idle timeout" (and indeed, AFAICT the process output does not generate
any "events").


        Stefan




reply via email to

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