Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Reiner Steib <reinersteib+from-uce@imap.cc>
Subject: Re: Symbol's function definition is void: cancel-timer with maildir Gcc
Date: Tue, 15 Mar 2005 20:27:26 +0100	[thread overview]
Message-ID: <v98y4o676p.fsf@marauder.physik.uni-ulm.de> (raw)
In-Reply-To: <uod5u0hiyl.fsf@cdf.toronto.edu>

On Tue, Mar 15 2005, Arcady Genkin wrote:

> Reiner Steib <reinersteib+from-uce@imap.cc> 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/


      reply	other threads:[~2005-03-15 19:27 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-09 20:46 Arcady Genkin
2005-03-10 15:25 ` Reiner Steib
2005-03-15 18:17   ` Arcady Genkin
2005-03-15 19:27     ` Reiner Steib [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=v98y4o676p.fsf@marauder.physik.uni-ulm.de \
    --to=reinersteib+from-uce@imap.cc \
    --cc=Reiner.Steib@gmx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).