From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/27682 Path: main.gmane.org!not-for-mail From: Shenghuo ZHU Newsgroups: gmane.emacs.gnus.general Subject: Re: CVS: Symbol's function definition is void: ignore-errors Date: 04 Dec 1999 12:11:46 -0500 Organization: U of Rochester Sender: owner-ding@hpc.uh.edu Message-ID: <2nogc6ockt.fsf@tiger.jia.vnet> References: <3153296531820047@birk150.studby.uio.no> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035164664 25810 80.91.224.250 (21 Oct 2002 01:44:24 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:44:24 +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 MAA23912 for ; Sat, 4 Dec 1999 12:13:50 -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 LAB11242; Sat, 4 Dec 1999 11:13:42 -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 11:13:56 -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 LAA12783 for ; Sat, 4 Dec 1999 11:13:44 -0600 (CST) Original-Received: from mailhop1.nyroc.rr.com (mailhop1-1.nyroc.rr.com [24.92.226.166]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id MAA23906 for ; Sat, 4 Dec 1999 12:13:20 -0500 (EST) Original-Received: from mailout1.nyroc.rr.com ([10.92.226.81]) by mailhop1.nyroc.rr.com (Post.Office MTA v3.5.3 release 223 ID# 0-59787U250000L250000S0V35) with ESMTP id com for ; Sat, 4 Dec 1999 12:11:30 -0500 Original-Received: from heart.cs.rochester.edu ([24.24.58.252]) by mailout1.nyroc.rr.com (Post.Office MTA v3.5.3 release 223 ID# 0-59787U250000L250000S0V35) with ESMTP id com for ; Sat, 4 Dec 1999 12:11:15 -0500 Original-Received: (from zsh@localhost) by heart.cs.rochester.edu (8.9.3/8.9.3) id MAA23847; Sat, 4 Dec 1999 12:11:46 -0500 X-Authentication-Warning: tiger.jia.vnet: zsh set sender to zsh@cs.rochester.edu using -f Original-To: ding@gnus.org X-Attribution: ZSH X-Face: 'IF:e51ib'Qbl^(}l^&4-J`'P!@[4~O|&k#:@Gld#b/]oMq&`&FVY._3+b`mzp~Jeve~/#/ ERD!OTe<86UhyN=l`mrPY)M7_}`Ktt\K+58Z!hu7>qU,i.N7TotU[FYE(f1;}`g2xj!u*l`^&=Q!g{ *q|ddto|nkt"$r,K$[)"|6,elPH= GJ6Q In-Reply-To: Andi Hechtbauer's message of "04 Dec 1999 18:00:48 +0100" Original-Lines: 32 User-Agent: Gnus/5.0803 (Gnus v5.8.3) XEmacs/21.2 (Shinjuku) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:27682 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:27682 >>>>> "Andi" == Andi Hechtbauer writes: Andi> Michael Welsh Duggan writes: >> Thomas Skogestad writes: >> >> > I've never tried CVS before, but I followed the instructions at >> > http://www.gnus.org/distribution.html. >> > >> > (cvs -v gives Concurrent Versions System (CVS) 1.10.6 (client/server)) >> > >> > After downloading (or whatever it's called), I tried starting with >> > the CVS-Gnus, however just after Gnus has started loading I get the >> > following error message: Symbol's function definition is void: >> > ignore-errors >> >> Did you compile the dist? `ignore-errors' is a macro in the >> cl-macs.el package, and calls to it should be expanded at compile >> time. Andi> make distclean; configure; make Andi> same error. [...] It is a bug. Per Abrahamsen sent a patch to gnus.gnus-bug. Temporally solution is loading cl-macs.el. -- Shenghuo