info-gnus-english
[Top][All Lists]
Advanced

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

Re: check mail config in init.el


From: Aidan Kehoe
Subject: Re: check mail config in init.el
Date: Mon, 10 Jan 2005 13:19:02 +0000
User-agent: Gnus/5.1002 (Gnus v5.10.2) XEmacs/21.4 (Rational FORTRAN, linux)

 Ar an deichiú lá de mí Eanair, scríobh attila: 

 > (eval-after-load 'gnus
 >   '(progn
 >      (require 'gnus-demon)
 >      (gnus-demon-add-handler 'gnus-demon-scan-and-update 1 nil)
 >      (gnus-demon-add-handler 'gnus-group-save-newsrc 5 1)
 >      ))

That probably needs to be 

  (eval-after-load "gnus" ...)

--the function takes a file name, not a symbol. 

-- 
“Ah come on now Ted, a Volkswagen with a mind of its own, driving all over
the place and going mad, if that’s not scary I don’t know what is.”

reply via email to

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