From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/4676 Path: news.gmane.org!not-for-mail From: Reiner Steib Newsgroups: gmane.emacs.gnus.user Subject: Re: Symbol's function definition is void: cancel-timer with maildir Gcc Date: Tue, 15 Mar 2005 20:27:26 +0100 Organization: Dept. of Theoretical Physics, University of Ulm Message-ID: References: <1110401163.346499.166580@l41g2000cwc.googlegroups.com> Reply-To: Reiner Steib NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138670546 24286 80.91.229.2 (31 Jan 2006 01:22:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 01:22:26 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:34:08 2006 Original-Newsgroups: gnu.emacs.gnus X-Face: 'bg&jY[8V'W&:=~6w"|>}#4/T;w~36ei4NNMyKRR.a$n=$|sWFPF1y]a\>6kc\*#GN]UDM| Ywv,vbL^XF1nIp\:F=$Ei2o&mEe:%N~,:3]vtQ~s9u$9izmX$IF@VgGl7/,^dbuM<3|AO2}.%|%?kZ 2Y=@\U!~cll^=8Z9ihKq%wmUe1Ky(#kl3T'>Qk0Ia3mCBsTk?E(,X Mail-Copies-To: nobody User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:bIpFsNGS34IjTp5gxc9v16+BLvc= Original-NNTP-Posting-Host: bridgekeeper.physik.uni-ulm.de Original-X-Trace: news.uni-ulm.de 1110915001 134.60.10.123 (15 Mar 2005 20:30:01 +0100) Original-Path: quimby.gnus.org!newsfeed1.e.nsc.no!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!news.belwue.de!news.uni-ulm.de!bridgekeeper.physik.uni-ulm.de!not-for-mail Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:4817 Original-Lines: 33 X-Gnus-Article-Number: 4817 Tue Jan 17 17:34:08 2006 Xref: news.gmane.org gmane.emacs.gnus.user:4676 Archived-At: On Tue, Mar 15 2005, Arcady Genkin wrote: > Reiner Steib writes: [...] > Debugger entered--Lisp error: (void-function cancel-timer) > cancel-timer[...] > nnmaildir-request-accept-article("sent-mail-2005-03" "" t) [...] >> Probably nnmaildir should use `nnheader-cancel-timer' instead of >> `cancel-timer'. [...] > Using nnheader-cancel-timer makes the problem go away, too. Thank for the confirmation. I have fixed it in Gnus' CVS. --8<---------------cut here---------------start------------->8--- --- nnmaildir.el 20 May 2004 17:55:37 +0200 6.30.2.1 +++ nnmaildir.el 15 Mar 2005 20:19:39 +0100 @@ -1344,7 +1344,7 @@ (write-region (point-min) (point-max) tmpfile nil 'no-message nil 'excl) (unix-sync))) ;; no fsync :( - (cancel-timer 24h) + (nnheader-cancel-timer 24h) (condition-case err (add-name-to-file tmpfile curfile) (error --8<---------------cut here---------------end--------------->8--- Bye, Reiner. -- ,,, (o o) ---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/