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

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

bug#39824: 26.2; timers sometimes stop working when coming back from sle


From: ndame
Subject: bug#39824: 26.2; timers sometimes stop working when coming back from sleep
Date: Mon, 2 Mar 2020 05:22:57 +0000 (GMT)

 
> Do I understand correctly that the timers you are talking about are
> those you yourself coded? If so, can you show the code which starts
> one of those timers which you sometimes find with negative Next time?

I did not do anything special, I just start them. E.g:

   (run-with-timer 10 30 'my-function)

This timer checks my todo list regularly and tells me if there is a scheduled
todo tasks imminent. Occasionally, it stops working with negative value for
Next in timer-list when the computer comes back from sleep.
reply via email to

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