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/ _______________________________________________ Info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
