Gnus development mailing list
 help / color / mirror / Atom feed
* gnus-demon problem
@ 2010-12-08 12:30 Robert Pluim
  2010-12-08 15:47 ` Julien Danjou
  2010-12-08 19:35 ` Lars Magne Ingebrigtsen
  0 siblings, 2 replies; 8+ messages in thread
From: Robert Pluim @ 2010-12-08 12:30 UTC (permalink / raw)
  To: ding

gnus-demon-add-handler was erroring out on me, obviously nobody uses it
;)

diff --git a/lisp/gnus-demon.el b/lisp/gnus-demon.el
index b33a673..ad40117 100644
--- a/lisp/gnus-demon.el
+++ b/lisp/gnus-demon.el
@@ -128,11 +128,11 @@ Emacs has been idle for IDLE `gnus-demon-timestep's."
              ;; (func number t)
              ;; Call when Emacs has been idle for `time'
              ((and (numberp time) (eq idle t))
-              (run-with-timer t time 'gnus-demon-run-callback func time))
+              (run-with-timer time time 'gnus-demon-run-callback func time))
              ;; (func number number)
              ;; Call every `time' when Emacs has been idle for `idle'
              ((and (numberp time) (numberp idle))
-              (run-with-timer t time 'gnus-demon-run-callback func idle))
+              (run-with-timer time time 'gnus-demon-run-callback func idle))
              ;; (func nil number)
              ;; Only call when Emacs has been idle for `idle'
              ((and (null time) (numberp idle))




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

end of thread, other threads:[~2010-12-08 19:35 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-08 12:30 gnus-demon problem Robert Pluim
2010-12-08 15:47 ` Julien Danjou
2010-12-08 17:15   ` Robert Pluim
2010-12-08 17:21     ` Julien Danjou
2010-12-08 17:31       ` Robert Pluim
2010-12-08 17:53         ` Julien Danjou
2010-12-08 18:02           ` Robert Pluim
2010-12-08 19:35 ` Lars Magne Ingebrigtsen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).