From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Romain Francoise Newsgroups: gmane.emacs.devel Subject: Re: newsticker-start: Recursive laod error Date: Sun, 11 Dec 2005 12:40:21 +0100 Organization: orebokech dot com Message-ID: <873bkzhnfe.fsf@pacem.orebokech.com> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1134309549 17889 80.91.229.2 (11 Dec 2005 13:59:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 11 Dec 2005 13:59:09 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Dec 11 14:59:03 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1ElRid-0000JL-HB for ged-emacs-devel@m.gmane.org; Sun, 11 Dec 2005 14:58:27 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ElRj4-00015V-TZ for ged-emacs-devel@m.gmane.org; Sun, 11 Dec 2005 08:58:54 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ElQXk-0007Sy-AI for emacs-devel@gnu.org; Sun, 11 Dec 2005 07:43:09 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ElQTb-0006eK-6l for emacs-devel@gnu.org; Sun, 11 Dec 2005 07:39:09 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ElPbb-0002Yi-4c for emacs-devel@gnu.org; Sun, 11 Dec 2005 06:43:04 -0500 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_AES_128_CBC_SHA:16) (Exim 4.34) id 1ElPd8-0007DW-D6 for emacs-devel@gnu.org; Sun, 11 Dec 2005 06:44:38 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1ElPZj-000518-Dr for emacs-devel@gnu.org; Sun, 11 Dec 2005 12:41:07 +0100 Original-Received: from yeast.orebokech.com ([82.67.41.165]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 11 Dec 2005 12:41:07 +0100 Original-Received: from romain by yeast.orebokech.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 11 Dec 2005 12:41:07 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 36 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: yeast.orebokech.com X-Face: }9mYu,e_@+e!`Z-P5kVXa3\_b:hdJ"B)ww[&=b<2=awG:GOIM List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:47448 Archived-At: Removing the autoload on `newsticker-running-p' fixes it for me: it's called for each customizable variable via `newsticker--set-customvar', and Emacs tries to autoload the file for each variable, apparently. Why is `newsticker-running-p' autoloaded? If newsticker.el isn't loaded, it can't possibly be running! Index: lisp/net/newsticker.el =================================================================== RCS file: /cvsroot/emacs/emacs/lisp/net/newsticker.el,v retrieving revision 1.8 diff -c -r1.8 newsticker.el *** lisp/net/newsticker.el 4 Nov 2005 15:15:39 -0000 1.8 --- lisp/net/newsticker.el 11 Dec 2005 11:32:38 -0000 *************** *** 3081,3094 **** ;; ====================================================================== ;;; Newsticker status ;; ====================================================================== - ;;;###autoload (defun newsticker-running-p () "Check whether newsticker is running. Return t if newsticker is running, nil otherwise. Newsticker is considered to be running if the newsticker timer list is not empty." (> (length newsticker--retrieval-timer-list) 0)) - ;;;###autoload (defun newsticker-ticker-running-p () "Check whether newsticker's actual ticker is running. Return t if ticker is running, nil otherwise. Newsticker is --- 3081,3092 ---- -- Romain Francoise | The sea! the sea! the open it's a miracle -- http://orebokech.com/ | sea! The blue, the fresh, the | ever free! --Bryan W. Procter