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: Thu, 10 Mar 2005 16:25:01 +0100	[thread overview]
Message-ID: <v9br9rzfoy.fsf@marauder.physik.uni-ulm.de> (raw)
In-Reply-To: <1110401163.346499.166580@l41g2000cwc.googlegroups.com>

On Wed, Mar 09 2005, Arcady Genkin wrote:

> 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).  

What was the previous version/date of SUMO?  Maybe this is related to
the changes Steve mentioned in [1].  Maybe they removed an autoload?

> Perhaps the timer library is not properly loaded from some Gnus
> function (e.g. related to nnmaildir)?

Please do `M-x toggle-debug-on-error RET', repeat the problem and post
the resulting backtrace.

Probably nnmaildir should use `nnheader-cancel-timer' instead of
`cancel-timer'.  To test this, please eval this expression:

  (defalias 'cancel-timer 'nnheader-cancel-timer) ; <== Press C-x C-e

... and then try to reproduce the error again.  Does the error happen
again?

Bye, Reiner.

[1] http://thread.gmane.org/gmane.emacs.gnus.general/59643
-- 
       ,,,
      (o o) 
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/


  reply	other threads:[~2005-03-10 15:25 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 [this message]
2005-03-15 18:17   ` Arcady Genkin
2005-03-15 19:27     ` Reiner Steib

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=v9br9rzfoy.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).