From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/82375 Path: news.gmane.org!not-for-mail From: Haider Rizvi Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-timer--function is void (was Re: Gnus freezes on startup) Date: Mon, 08 Oct 2012 22:17:37 -0400 Message-ID: References: <20120926203300.222980@gmx.com> <87sj9qe323.fsf@gmx.co.uk> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1349749110 27294 80.91.229.3 (9 Oct 2012 02:18:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 9 Oct 2012 02:18:30 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M30641@lists.math.uh.edu Tue Oct 09 04:18:37 2012 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TLPP2-0000YW-If for ding-account@gmane.org; Tue, 09 Oct 2012 04:18:37 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1TLPOO-0006yU-19; Mon, 08 Oct 2012 21:17:56 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1TLPOM-0006yJ-ED for ding@lists.math.uh.edu; Mon, 08 Oct 2012 21:17:54 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1TLPOK-0005US-5P for ding@lists.math.uh.edu; Mon, 08 Oct 2012 21:17:53 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1TLPOI-0003Kz-4S for ding@gnus.org; Tue, 09 Oct 2012 04:17:50 +0200 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TLPOM-0000HH-I5 for ding@gnus.org; Tue, 09 Oct 2012 04:17:54 +0200 Original-Received: from dsl-173-206-168-184.tor.primus.ca ([173.206.168.184]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 09 Oct 2012 04:17:54 +0200 Original-Received: from harizvi by dsl-173-206-168-184.tor.primus.ca with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 09 Oct 2012 04:17:54 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 38 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: dsl-173-206-168-184.tor.primus.ca User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2 (darwin) Cancel-Lock: sha1:JPVDGc1N6g1W2+V+UZawzwPKqfk= X-Spam-Score: -3.1 (---) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:82375 Archived-At: Katsumi Yamaoka writes: > Well, don't you have the old gnus-util.el file(s) in your load-path > directories? This should show the most preferred one among them: I have the new gnus lisp directory ahead of the older one in load-path. > M-x locate-library RET gnus-util RET I get the new one. > And this shows all the gnus-util.el(c) files existing in > the load-path directories: > It shows as expected, new one ahead of the older one. gnus-timer--function is used in gnus-art.el (in gnus-article-stop-animations ()). It is not defined on first invocation. That's what the stack shows: 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) Regards, -- Haider