emacs-devel
[Top][All Lists]
Advanced

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

Re: Solved (was: undo-auto--undoable-change infloop)


From: Eli Zaretskii
Subject: Re: Solved (was: undo-auto--undoable-change infloop)
Date: Thu, 28 Jul 2022 08:49:58 +0300

> From: Michael Heerdegen <michael_heerdegen@web.de>
> Cc: emacs-devel@gnu.org
> Date: Thu, 28 Jul 2022 05:10:52 +0200
> 
> Michael Heerdegen <michael_heerdegen@web.de> writes:
> 
> I was using worker buffers.  These were filled, modified and erased
> thousands of times in my test scenario.  Doing (setq buffer-undo-list t)
> in these buffer solved the problem.

Any reason why you didn't use temporary buffers for that?  AFAIR, undo
is disabled there automatically.

> Not sure what Emacs was actually doing all the time, but the huge gc
> time probably was spent in collecting the fallout from the huge undo
> records.

Yes, makes sense.

> Thanks for mentioning also the obvious things,

Glad I could be of help.



reply via email to

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