emacs-devel
[Top][All Lists]
Advanced

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

Re: undo-auto--undoable-change infloop


From: Stefan Monnier
Subject: Re: undo-auto--undoable-change infloop
Date: Tue, 09 Aug 2022 04:00:10 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

> Is there a way to achieve what I want without relying on "internal data"
> (like looking in `timer-list')?

It's not 100% clear what is "internal" and what is not in `timer.el`, to
be honest, so I'm not completely sure what's the right answer.
But I think you can `cancel-timer` before `timer-activate`, which will
make sure it's not in the list any more.


        Stefan




reply via email to

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