GNU bug report logs - #12607
gnus-timer--function not defined!

Previous Next

Package: gnus;

Reported by: Haider Rizvi <harizvi <at> gmail.com>

Date: Mon, 8 Oct 2012 20:50:02 UTC

Severity: normal

Found in version 5.130006

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 12607 in the body.
You can then email your comments to 12607 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bugs <at> gnus.org:
bug#12607; Package gnus. (Mon, 08 Oct 2012 20:50:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Haider Rizvi <harizvi <at> gmail.com>:
New bug report received and forwarded. Copy sent to bugs <at> gnus.org. (Mon, 08 Oct 2012 20:50:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Haider Rizvi <harizvi <at> gmail.com>
To: submit <at> debbugs.gnu.org (The Gnus Bugfixing Girls + Boys)
Subject: gnus-timer--function not defined!
Date: Mon, 08 Oct 2012 16:46:03 -0400
Configuration: 
--------------

Ma Gnus v0.6
GNU Emacs 24.2.1 (x86_64-apple-darwin, NS apple-appkit-1038.36)
 of 2012-08-27 on bob.porkrind.org


Experience with moving from Gnus 5.13 to "Ma Gnus 0.6"
-------------------------------------------------------

1. complained about gnus-compile in .gnus: 
  commented it out. 

  Seems like it's been removed from code: 
     http://comments.gmane.org/gmane.emacs.devel/151634

2. gnus-article-stop-animations: Symbol's function definition is void: gnus-timer--function [2 times]

  gnus-timer--function([nil 20595 12692 388485 900 nnimap-keepalive nil nil])
  gnus-article-stop-animations()
  gnus-article-setup-buffer()
  gnus-article-prepare(830 nil)
  gnus-summary-display-article(830)
  gnus-summary-next-page(nil)
  call-interactively(gnus-summary-next-page nil nil)

Same problem reported at http://permalink.gmane.org/gmane.emacs.gnus.general/82369

Workaround: put the following before starting gnus (copying from gnus-util.el): 
(if (fboundp 'timer--function)
    (defalias 'gnus-timer--function 'timer--function)
  (defun gnus-timer--function (timer)
    (elt timer 5)))


Regards, 
-- 
Haider




Information forwarded to bugs <at> gnus.org:
bug#12607; Package gnus. (Tue, 25 Dec 2012 15:17:02 GMT) Full text and rfc822 format available.

Message #8 received at 12607 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Haider Rizvi <harizvi <at> gmail.com>
Cc: bugs <at> gnus.org, 12607 <at> debbugs.gnu.org
Subject: Re: bug#12607: gnus-timer--function not defined!
Date: Tue, 25 Dec 2012 16:15:13 +0100
Haider Rizvi <harizvi <at> gmail.com> writes:

> 2. gnus-article-stop-animations: Symbol's function definition is void: gnus-timer--function [2 times]
>
>   gnus-timer--function([nil 20595 12692 388485 900 nnimap-keepalive nil nil])
>   gnus-article-stop-animations()
>   gnus-article-setup-buffer()
>   gnus-article-prepare(830 nil)
>   gnus-summary-display-article(830)
>   gnus-summary-next-page(nil)
>   call-interactively(gnus-summary-next-page nil nil)

If you have gnus-util loaded (and you have to if you have gnus-sum
loaded), then `gnus-timer--function' will be defined.  So this shouldn't
be possible.

Are you loading an old version of gnus-util.el?

-- 
(domestic pets only, the antidote for overdose, milk.)
  http://lars.ingebrigtsen.no  *  Lars Magne Ingebrigtsen




bug closed, send any further explanations to 12607 <at> debbugs.gnu.org and Haider Rizvi <harizvi <at> gmail.com> Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Sat, 06 Jul 2013 17:47:03 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 04 Aug 2013 11:24:03 GMT) Full text and rfc822 format available.

This bug report was last modified 12 years and 18 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.