From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/4624 Path: news.gmane.org!not-for-mail From: "Arcady Genkin" Newsgroups: gmane.emacs.gnus.user Subject: Symbol's function definition is void: cancel-timer with maildir Gcc Date: 9 Mar 2005 12:46:03 -0800 Organization: http://groups.google.com Message-ID: <1110401163.346499.166580@l41g2000cwc.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1138670508 24075 80.91.229.2 (31 Jan 2006 01:21:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 01:21:48 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:34:04 2006 Original-Path: quimby.gnus.org!newsfeed1.e.nsc.no!peernews.cix.co.uk!zen.net.uk!dedekind.zen.co.uk!news.glorb.com!postnews.google.com!l41g2000cwc.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-NNTP-Posting-Host: 128.100.31.109 Original-X-Trace: posting.google.com 1110401167 21895 127.0.0.1 (9 Mar 2005 20:46:07 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Wed, 9 Mar 2005 20:46:07 +0000 (UTC) User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: l41g2000cwc.googlegroups.com; posting-host=128.100.31.109; posting-account=gIBRMQ0AAAA6XSp3CdAjlJE_1xCzJKEB Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:4765 Original-Lines: 14 X-Gnus-Article-Number: 4765 Tue Jan 17 17:34:04 2006 Xref: news.gmane.org gmane.emacs.gnus.user:4624 Archived-At: After upgrade to Xemacs packages SUMO tarball version 2005-03-07 (from 2004-08-18), I am getting the following error message when sending mail in Gnus (5.10.6 from the said packages tarball): Symbol's function definition is void: cancel-timer I traced it down to the following Gcc header: Gcc: nnmaildir:sent-mail-2005-03 If I remove the header, the error goes away. It also goes away if I (require 'timer). Perhaps the timer library is not properly loaded from some Gnus function (e.g. related to nnmaildir)?