From aa771fb152ddb983794fe746da0cb0a36dafb189 Mon Sep 17 00:00:00 2001 From: tfheen Date: Tue, 24 Jul 2007 07:00:41 +0000 Subject: [PATCH] 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 --- gnus | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) 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) -- 2.39.5