info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Symbol's function definition is void: cancel-timer with maildir Gcc


From: Reiner Steib
Subject: Re: Symbol's function definition is void: cancel-timer with maildir Gcc
Date: Thu, 10 Mar 2005 16:25:01 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

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 via email to

[Prev in Thread] Current Thread [Next in Thread]