all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* track-changes and undo
@ 2024-04-21  8:23 Joost Kremers
  2024-04-21 14:54 ` Stefan Monnier
  0 siblings, 1 reply; 8+ messages in thread
From: Joost Kremers @ 2024-04-21  8:23 UTC (permalink / raw)
  To: 'Help-Gnu-Emacs  (help-gnu-emacs@gnu.org)'; +Cc: Stefan Monnier

Hi Stefan,

I noticed your track-changes package on ELPA the other day. Since I once (a long
time ago) wrote a package[1] that uses `before-change-functions` and
`after-change-functions` and that commits all the sins that you mention in your
package description, I thought I might try and base my package on yours.

I quickly found, though, that using your package, I was not able to distinguish
between "normal" changes and change made by undo. Currently, my code uses
`undo-in-progress` for that, but that doesn't work in the SIGNAL function passed
to `track-changes-register`, because the undo has obviously already finished
when that function is run.

So I'm wondering: is there a way to know if a change is made during undo? If
not, would it make sense to add it as an option?

TIA

Joost


BTW, feel free to answer on the list.




Footnotes:
[1]  https://github.com/joostkremers/criticmarkup-emacs

-- 
Joost Kremers
Life has its moments



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-04-23  7:06 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-21  8:23 track-changes and undo Joost Kremers
2024-04-21 14:54 ` Stefan Monnier
2024-04-22  7:33   ` Joost Kremers
2024-04-22 12:38     ` Stefan Monnier
2024-04-22 21:41       ` Joost Kremers
2024-04-22 23:04         ` Stefan Monnier
2024-04-23  5:58           ` Eli Zaretskii
2024-04-23  7:06           ` Joost Kremers

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.