Getting a list of running Emacs timers

后端 未结 1 978
星月不相逢
星月不相逢 2021-02-06 23:33

I\'ve created a timer and stored a reference to it in Emacs with

(setq my-timer-store (run-at-time \"1 min\" 900 \'my-func))

I usually execute

1条回答
  •  长发绾君心
    2021-02-07 00:23

    The timers seem to be stored in timer-list and timer-idle-list.

    0 讨论(0)
提交回复
热议问题