From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/27674 Path: main.gmane.org!not-for-mail From: Michael Welsh Duggan Newsgroups: gmane.emacs.gnus.general Subject: Re: CVS: Symbol's function definition is void: ignore-errors Date: Sat, 04 Dec 1999 16:52:55 GMT Organization: Carnegie Mellon University : KANTOO Project Sender: owner-ding@hpc.uh.edu Message-ID: 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 1035164658 25780 80.91.224.250 (21 Oct 2002 01:44:18 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:44:18 +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 LAA23725 for ; Sat, 4 Dec 1999 11:53:33 -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 KAB10345; Sat, 4 Dec 1999 10:53:21 -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 10:53:33 -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 KAA12178 for ; Sat, 4 Dec 1999 10:53:22 -0600 (CST) Original-Received: from sunsite.auc.dk (sunsite.auc.dk [130.225.51.30]) by sclp3.sclp.com (8.8.5/8.8.5) with SMTP id LAA23720 for ; Sat, 4 Dec 1999 11:52:57 -0500 (EST) Original-Received: (qmail 18259 invoked by uid 509); 4 Dec 1999 16:52:55 -0000 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: emacs.ding Mail-Copies-To: never Original-Lines: 19 User-Agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.4.93 Original-NNTP-Posting-Host: 128.2.80.179 Original-X-Complaints-To: news@sunsite.auc.dk Original-X-Trace: sunsite.auc.dk 944326375 128.2.80.179 (Sat, 04 Dec 1999 17:52:55 MET) Original-NNTP-Posting-Date: Sat, 04 Dec 1999 17:52:55 MET Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:27674 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:27674 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. -- Michael Duggan (md5i@cs.cmu.edu)