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

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

Re: How to temporarily show an image in an Emacs buffer?


From: Michael Heerdegen
Subject: Re: How to temporarily show an image in an Emacs buffer?
Date: Sun, 12 Mar 2023 04:37:18 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

Marcin Borkowski <mbork@mbork.pl> writes:

> I didn't experiment with this, but I'm afraid that interlacing changes
> to the buffer done by the user (when recording undo changes) and by the
> Elisp code (while `buffer-undo-list' is bound to `t') may result in
> undoing being impossible.

Yes, what is allowed is very limited.  AFAIU anything changing any
positions is already very bad (undo positions are numbers, not markers).

Michael.




reply via email to

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