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: Fri, 05 Aug 2022 10:42:54 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

> I found something in a different place of my code.  That code uses
> `timer-activate', but `timer-activate' doesn't check whether the timer
> is already in the timer list, and that caused the duplicates I think.  I
> didn't expect it to not check that.  Maybe that's the whole story
> already.

I suspect that `timer-activate` was not intended to be used by
end-users, but in any case I added a check that signals an error if you
try to re-add a timer.
[ It would have been better to report this as a bug, so we'd have
  a bug-number to refer to.  ]


        Stefan




reply via email to

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