From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/77228 Path: news.gmane.org!not-for-mail From: Norbert Koch Newsgroups: gmane.emacs.gnus.general Subject: Daemons on XEmacs 21.5 don't fly Date: Wed, 23 Feb 2011 21:14:44 +0100 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 X-Trace: dough.gmane.org 1298492129 24838 80.91.229.12 (23 Feb 2011 20:15:29 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 23 Feb 2011 20:15:29 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M25560@lists.math.uh.edu Wed Feb 23 21:15:25 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PsL7N-0004B9-1I for ding-account@gmane.org; Wed, 23 Feb 2011 21:15:25 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1PsL6t-0005pT-08; Wed, 23 Feb 2011 14:14:55 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1PsL6r-0005p7-57 for ding@lists.math.uh.edu; Wed, 23 Feb 2011 14:14:53 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PsL6l-0005I9-Gq for ding@lists.math.uh.edu; Wed, 23 Feb 2011 14:14:48 -0600 Original-Received: from mail.lf.net ([212.9.160.2]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1PsL6j-00068w-B2 for ding@gnus.org; Wed, 23 Feb 2011 21:14:45 +0100 Original-Received: from vserv.viteno.net ([212.9.183.189] helo=vserv.viteno.net.viteno.net) by mail.lf.net with esmtp (Exim 4.72) (envelope-from ) id 1PsL6l-0001kd-On for ding@gnus.org; Wed, 23 Feb 2011 21:14:47 +0100 X-Face: 5*nyF1\39:,h6Sk1<}(t1O5x!y5y6@XzBRq5LAYj;Xzb*Ak,]@$HL@>: c&#dUFU=U8O(+/6T0k{j{1~uS@GVk4zurEEb.~MoSbG2pM4z!~/<@.tcd `uD`fNR+TM\@++x@!/Bq)24"xD_kGn,jqwVQa|R'|FFxgWa+$0x]p>KE9E /Xk0$%a*2*K]"zOtbk9v0sNgwb2H"IOaEjCVolb5&yW`o#w2}!w!M{Dn&{K0t Mail-Followup-To: ding@gnus.org User-Agent: Gnus/5.110011 (No Gnus v0.11) XEmacs/21.4.22 (linux) X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:77228 Archived-At: Hi! - XEmacs 21.5 (beta29) "garbanzo" 22c4e67a2e69 - No Gnus v0.14 I get the following error when I try to add daemons to my gnus setup: Debugger entered--Lisp error: (wrong-type-argument natnump t) signal(wrong-type-argument (natnump t)) start-itimer("run-with-timer" gnus-demon-run-callback t 300 nil t gnus-demon-scan-news) apply(start-itimer "run-with-timer" gnus-demon-run-callback t 300 nil t gnus-demon-scan-news) run-with-timer(t 300 gnus-demon-run-callback gnus-demon-scan-news) byte-code("..." [gnus-demon-timestep G16214 handler func idle time nil 2 t run-with-timer gnus-demon-run-callback run-with-idle-timer add-to-list gnus-demon-timers timer gnus-demon-handlers] 7) gnus-demon-init() gnus-demon-add-handler(gnus-demon-scan-news 5 nil) Have I missed something? Thanks, norbert. --