From: tfheen Date: Tue, 24 Jul 2007 07:00:41 +0000 (+0000) Subject: Use run-with-timer to not time out when we start X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa771fb152ddb983794fe746da0cb0a36dafb189;p=dotfiles Use run-with-timer to not time out when we start git-svn-id: file:///svn/tfheen/trunk/dotfiles@1045 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- diff --git a/gnus b/gnus index 44a5706..c196015 100644 --- a/gnus +++ b/gnus @@ -273,13 +273,11 @@ inserts \" characters." message-dont-reply-to-names rmail-dont-reply-to-names ) -;(cw/for-host "thosu\\|xoog\\|golem" -; (require 'gnus-demon) -; (gnus-demon-add-handler 'gnus-group-get-new-news 10 2) -; (gnus-demon-add-handler 'gnus-demon-close-connections 10 t) -; (gnus-demon-init) -;) - +(run-with-timer 1200 nil (lambda () + (cw/for-host "thosu\\|xoog\\|golem" + (require 'gnus-demon) + (gnus-demon-add-handler 'gnus-demon-close-connections 10 t) + (gnus-demon-init)))) (defun tfheen-escape-url () "Puts around URLs." (interactive)