From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/27664 Path: main.gmane.org!not-for-mail From: Neil Crellin Newsgroups: gmane.emacs.gnus.general Subject: void-function ignore-errors from byte-compiled gnus-start.elc Date: 04 Dec 1999 06:41:37 -0800 Organization: Wallaby Refuge Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035164650 25739 80.91.224.250 (21 Oct 2002 01:44:10 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:44:10 +0000 (UTC) Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id KAA23331 for ; Sat, 4 Dec 1999 10:09:01 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by bart.math.uh.edu (8.9.1/8.9.1) with ESMTP id JAB10705; Sat, 4 Dec 1999 09:08:41 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 04 Dec 1999 09:08:52 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id JAA10838 for ; Sat, 4 Dec 1999 09:08:33 -0600 (CST) Original-Received: from webtile.wallaby.cc (c186349-a.smateo1.sfba.home.com [24.5.200.59]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id KAA23321; Sat, 4 Dec 1999 10:07:56 -0500 (EST) Original-Received: by webtile.wallaby.cc (Postfix, from userid 6077) id A2A9E6277C; Sat, 4 Dec 1999 07:07:48 -0800 (PST) Original-To: ding@gnus.org, bugs@gnus.org User-Agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.3 Original-Lines: 17 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:27664 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:27664 With two different recent releases of 5.8.2+cvs-updates, I get the following error on trying to start gnus, plugged or unplugged. Removing gnus-start.elc however allows both to work. Any ideas here? Signaling: (void-function ignore-errors) (ignore-errors (concat (file-name-directory ...) "site-lisp/gnus-init")) eval((ignore-errors (concat (file-name-directory ...) "site-lisp/gnus-init"))) custom-initialize-reset(gnus-site-init-file (ignore-errors (concat (file-name-directory ...) "site-lisp/gnus-init"))) custom-declare-variable(gnus-site-init-file (ignore-errors (concat (file-name-directory ...) "site-lisp/gnus-init")) ("/home/neilc/lisp/gnus/gnus-5.8.2.1/lisp/gnus-start.elc" . -1283) :group gnus-start :type (choice file (const nil))) gnus-1(nil nil nil) gnus(nil) call-interactively(gnus) execute-extended-command(nil) * call-interactively(execute-extended-command) -- Neil Crellin