From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/27699 Path: main.gmane.org!not-for-mail From: Dave Love Newsgroups: gmane.emacs.gnus.general Subject: Re: CVS: Symbol's function definition is void: ignore-errors Date: 5 Dec 1999 00:06:45 GMT Organization: Daresbury Laboratory, Warrington WA4 4AD, UK Sender: owner-ding@hpc.uh.edu Message-ID: <82caal$32e$1@quimby.gnus.org> References: <3153296531820047@birk150.studby.uio.no> <82bkll$j5d$1@quimby.gnus.org> <9t9g0xi4lf6.fsf@mraz.iskon.hr> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035164677 25871 80.91.224.250 (21 Oct 2002 01:44:37 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:44:37 +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 TAA25797 for ; Sat, 4 Dec 1999 19:05:47 -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 SAB07991; Sat, 4 Dec 1999 18:05:22 -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 18:05:15 -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 SAA15665 for ; Sat, 4 Dec 1999 18:05:05 -0600 (CST) Original-Received: from quimby.gnus.org (quimby.gnus.org [193.69.4.139]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id TAA25791 for ; Sat, 4 Dec 1999 19:04:40 -0500 (EST) Original-Received: (from news@localhost) by quimby.gnus.org (8.9.3/8.9.3) id BAA14456 for ding@gnus.org; Sun, 5 Dec 1999 01:06:46 +0100 (CET) Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 19 Original-NNTP-Posting-Host: djlvig.dl.ac.uk Original-X-Trace: quimby.gnus.org 944352405 3150 148.79.112.146 (5 Dec 1999 00:06:45 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 5 Dec 1999 00:06:45 GMT User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/21.0 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:27699 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:27699 >>>>> "HN" == Hrvoje Niksic writes: HN> It would be really nice if GNU Emacs standards could change to at HN> least allow the major packages to use the CL extensions. It's fine to require cl when compiling. HN> Of course, the code can be written without use of copy-list, HN> delete-duplicates, etc., but some of the functions provided by cl.el HN> are non-trivial, `delete-duplicates' isn't entirely trivial... HN> and it's a shame to have to duplicate the work that went into HN> implementing them. If the case is made that there's a common need for such particular CL functions they might be moved into the core. The usual use of `push' and `pop' is now covered, for instance.