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

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

bug#16377: Undo Tree regression: (error "Unrecognized entry in undo list


From: Stefan Monnier
Subject: bug#16377: Undo Tree regression: (error "Unrecognized entry in undo list undo-tree-canary")
Date: Wed, 22 Jan 2014 13:56:12 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> Are there circumstances in which `primitive-undo' doesn't add to
> `buffer-undo-list'?

Of course: if there are no changes until the next undo boundary, then
primitive-undo just doesn't do anything other than pop that
undo boundary.
And primitive-undo doesn't add any boundary, so it can end up with no
change at all to buffer-undo-list.


        Stefan





reply via email to

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