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.

Full log


View this message in rfc822 format

From: Haider Rizvi <harizvi <at> gmail.com>
To: 12607 <at> debbugs.gnu.org
Subject: bug#12607: 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




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

Previous Next


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