From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/27690 Path: main.gmane.org!not-for-mail From: Hrvoje Niksic Newsgroups: gmane.emacs.gnus.general Subject: Re: CVS: Symbol's function definition is void: ignore-errors Date: 04 Dec 1999 19:21:01 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: <9t9g0xi4lf6.fsf@mraz.iskon.hr> References: <3153296531820047@birk150.studby.uio.no> <82bkll$j5d$1@quimby.gnus.org> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035164670 25841 80.91.224.250 (21 Oct 2002 01:44:30 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:44:30 +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 NAA24264 for ; Sat, 4 Dec 1999 13:21:46 -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 MAB12245; Sat, 4 Dec 1999 12:21:26 -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 12:21:39 -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 MAA13365 for ; Sat, 4 Dec 1999 12:21:29 -0600 (CST) Original-Received: from mraz.iskon.hr (root@mraz.iskon.hr [195.29.170.8]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id NAA24257 for ; Sat, 4 Dec 1999 13:21:04 -0500 (EST) Original-Received: (from hniksic@localhost) by mraz.iskon.hr (8.9.3/8.9.3/Debian 8.9.3-6) id TAA19896; Sat, 4 Dec 1999 19:21:02 +0100 X-Authentication-Warning: mraz.iskon.hr: hniksic set sender to hniksic@iskon.hr using -f Original-To: ding@gnus.org X-Attribution: Hrvoje X-Face: &{dT~)Pu6V<0y?>3p$;@vh\`C7xB~A0T-J%Og)J,@-1%q6Q+, gs<-9M#&`I8cJp2b1{vPE|~+JE+gx;a7%BG{}nY^ehK1"q#rG O,Rn1A_Cy%t]V=Brv7h writes: > I've sent Lars a bunch of diffs to fix such problems introduced by > requiring cl only at compile time, per Emacs standards. `copy-list' > and `delete-duplicates' may also bite. It would be really nice if GNU Emacs standards could change to at least allow the major packages to use the CL extensions. Of course, the code can be written without use of copy-list, delete-duplicates, etc., but some of the functions provided by cl.el are non-trivial, and it's a shame to have to duplicate the work that went into implementing them.