emacs-devel
[Top][All Lists]
Advanced

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

Re: disabling undo boundaries


From: Stefan Monnier
Subject: Re: disabling undo boundaries
Date: Thu, 14 May 2015 11:28:00 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

> In the other buffer? So, you can undo the changes to the log buffer one
> after the other? I agree that makes sense, but it does seem to me that
> this could be the responsibility of "add timestamp to log buffer".

Right.

> I'm checking at the moment how often this undo-boundary gets called. So
> far, it's about 1.5% of the time that an undo event gets added, so it's
> not very often (obviously this is without an a-c-f entry or it would be
> much higher!).

My guess is that the vast majority of the cases where this code is
triggered is for process output (inserted in a buffer different from
the one that's current).


        Stefan



reply via email to

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