[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How can I undo a change from a modification-hook?
From: |
Stefan Monnier |
Subject: |
Re: How can I undo a change from a modification-hook? |
Date: |
Thu, 27 Apr 2017 08:48:32 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) |
> Of course, I could rewrite the queuing logic to be more resilient to this
> kind of changes. But the question is about ways to prevent edits, and
> I think it's more general than this particular example.
Then I woulnd't worry too much about it: the cases where the after-hook
is called "outside" of the before hook's beg/end are basically bugs and
IIUC there are no known remaining cases in Emacs-26 (IIRC there are some
known cases in Emacs-25 where this occurs, mostly in
insert-file-contents (i.e. revert-buffer)).
Stefan
- How can I undo a change from a modification-hook?, Clément Pit--Claudel, 2017/04/26
- Re: How can I undo a change from a modification-hook?, Stefan Monnier, 2017/04/26
- Re: How can I undo a change from a modification-hook?, Clément Pit-Claudel, 2017/04/26
- Re: How can I undo a change from a modification-hook?, Stefan Monnier, 2017/04/26
- Re: How can I undo a change from a modification-hook?, Clément Pit-Claudel, 2017/04/26
- Re: How can I undo a change from a modification-hook?, Stefan Monnier, 2017/04/26
- Re: How can I undo a change from a modification-hook?, Clément Pit-Claudel, 2017/04/26
- Re: How can I undo a change from a modification-hook?, Stefan Monnier, 2017/04/26
- Re: How can I undo a change from a modification-hook?, Clément Pit-Claudel, 2017/04/26
- Re: How can I undo a change from a modification-hook?,
Stefan Monnier <=
- Re: How can I undo a change from a modification-hook?, Clément Pit-Claudel, 2017/04/27
- Re: How can I undo a change from a modification-hook?, Stefan Monnier, 2017/04/27