From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/59752 Path: main.gmane.org!not-for-mail From: Steve Youngs Newsgroups: gmane.emacs.gnus.general Subject: Re: File error (("Cannot open load file" "timer-funcs")) Date: Wed, 09 Feb 2005 03:34:42 +1000 Organization: Linux Users - Fanatics Dept. Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" X-Trace: sea.gmane.org 1107884246 4769 80.91.229.2 (8 Feb 2005 17:37:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 8 Feb 2005 17:37:26 +0000 (UTC) Keywords: xemacs-base,warning,gnus,xemacs-packages,xemacs,packages,loaded,lisp Original-X-From: ding-owner+M8293@lists.math.uh.edu Tue Feb 08 18:37:26 2005 Original-Received: from malifon.math.uh.edu ([129.7.128.13] ident=mail) by ciao.gmane.org with esmtp (Exim 4.43) id 1CyZIY-0002Mk-Rg for ding-account@gmane.org; Tue, 08 Feb 2005 18:37:15 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1CyZGc-0006ex-00; Tue, 08 Feb 2005 11:35:14 -0600 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1CyZGT-0006ep-00 for ding@lists.math.uh.edu; Tue, 08 Feb 2005 11:35:05 -0600 Original-Received: from quimby.gnus.org ([80.91.224.244]) by util2.math.uh.edu with esmtp (Exim 4.30) id 1CyZGK-0000gG-RJ for ding@lists.math.uh.edu; Tue, 08 Feb 2005 11:34:57 -0600 Original-Received: from cpe-61-9-212-151.qld.bigpond.net.au ([61.9.212.151] helo=bastard.youngs.au.com) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1CyZG9-0006TS-00 for ; Tue, 08 Feb 2005 18:34:45 +0100 Original-Received: from bastard.youngs.au.com (localhost [127.0.0.1]) by bastard.youngs.au.com (8.12.11/8.12.11) with ESMTP id j18HYgZf029023 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 9 Feb 2005 03:34:43 +1000 Original-Received: (from steve@localhost) by bastard.youngs.au.com (8.12.11/8.12.11/Submit) id j18HYgfI029022; Wed, 9 Feb 2005 03:34:42 +1000 X-Authentication-Warning: bastard.youngs.au.com: steve set sender to steve@youngs.au.com using -f Original-To: ding@gnus.org X-Face: #/1'_-|5_1$xjR,mVKhpfMJcRh8"k}_a{EkIO:Ox<]@zl/Yr|H,qH#3jJi6Aw(Mg@"!+Z"C N_S3!3jzW^FnPeumv4l#,E}J.+e%0q(U>#b-#`~>l^A!_j5AEgpU)>t+VYZ$:El7hLa1:%%L=3%B>n K{^jU_{& Mail-Copies-To: never X-X-Day: Only 2431201 days till X-Day. Got Slack? X-URL: X-Request-PGP: X-OpenPGP-Fingerprint: 1659 2093 19D5 C06E D320 3A20 1D27 DB4B A94B 3003 X-Discordian-Date: Setting Orange, the 40th day of Chaos, 3171. X-Attribution: SY Mail-Followup-To: ding@gnus.org In-Reply-To: (Maciej Matysiak's message of "Tue, 08 Feb 2005 15:05:28 +0100") User-Agent: Gnus/5.110003 (No Gnus v0.3) SXEmacs/22.1.2 (Audi, linux) X-Spam-Score: -4.8 (----) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu X-MailScanner-From: ding-owner+m8293@lists.math.uh.edu X-MailScanner-To: ding-account@gmane.org Xref: main.gmane.org gmane.emacs.gnus.general:59752 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:59752 --=-=-= Content-Transfer-Encoding: quoted-printable * Maciej Matysiak writes: > On the 7th of February 2005 at 15:49, Steve Youngs wrote: >>> I've just updated my quite old cvs gnus and have problem with >>> compiling it. I'm missing the "timer-funcs" file and it's >>> required by several other gnus files. >> Update your packages. (I'm talking XEmacs packages, _not_ Linux >> distribution packages). > Thank you, that helped. However now I get warnings during gnus startup: > (1) (warning/warning) Autoload error in: > /usr/share/xemacs21/xemacs-packages/lisp/xemacs-base/auto-autoloads: > Already loaded > (2) (warning/warning) Autoload error in: > /home/phoner/.xemacs/xemacs-packages/lisp/xemacs-base/auto-autoloads: > Already loaded=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 You have got 2 versions of the xemacs-base package. Delete one of them. Preferably the one that _doesn't_ have timer-funcs.el in it. :-) > I've added: > (delete "/usr/share/xemacs21/xemacs-packages/lisp/xemacs-base" load-pa= th) > to ~/.xemacs/init.el , but it didn't help. Because your init.el file is read _after_ the auto-autoloads.el files are loaded. > Another thing: whenever I compose/reply to mail gnus beeps and says: > Malformed list: emacs-gnus Not sure about this one, sorry. --=20 |---------------------| | Te audire no possum. | | Musa sapientum fixa est in aure. | |-------------------------------------| --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (GNU/Linux) Comment: Eicq - The XEmacs ICQ Client iEYEABECAAYFAkII+DIACgkQHSfbS6lLMANtOACfQKi+CLZkF3WZidnqN01ob1db 8ikAoIogyGS2NVrfqTSAB3QfTLPE384l =EoUA -----END PGP SIGNATURE----- --=-=-=--