From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Karl Fogel Newsgroups: gmane.emacs.devel Subject: Re: VC-SVN problem Date: 09 May 2004 13:25:04 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <878yg1xxtr.fsf@floss.red-bean.com> References: <20040508013158.GB7312@fornax.collapsar.net> <878yg4yppi.fsf@floss.red-bean.com> <20040508022659.GC7312@fornax.collapsar.net> <87d65exxnl.fsf@floss.red-bean.com> Reply-To: kfogel@red-bean.com NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1084149869 1668 80.91.224.253 (10 May 2004 00:44:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 10 May 2004 00:44:29 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon May 10 02:44:20 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BMyu4-0002jQ-00 for ; Mon, 10 May 2004 02:44:20 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BMyu4-0000pN-00 for ; Mon, 10 May 2004 02:44:20 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.33) id 1BMysu-0000g4-KK for emacs-devel@quimby.gnus.org; Sun, 09 May 2004 20:43:08 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.33) id 1BMysP-0000f0-8I for emacs-devel@gnu.org; Sun, 09 May 2004 20:42:37 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.33) id 1BMyrs-0000Tf-N5 for emacs-devel@gnu.org; Sun, 09 May 2004 20:42:35 -0400 Original-Received: from [207.115.63.73] (helo=pimout5-ext.prodigy.net) by monty-python.gnu.org with esmtp (Exim 4.33) id 1BMyrs-0000TV-CE for emacs-devel@gnu.org; Sun, 09 May 2004 20:42:04 -0400 Original-Received: from floss.red-bean.com (adsl-66-73-161-68.dsl.chcgil.ameritech.net [66.73.161.68]) by pimout5-ext.prodigy.net (8.12.10 milter /8.12.10) with ESMTP id i4A0g3xx177552 for ; Sun, 9 May 2004 20:42:03 -0400 Original-Received: from kfogel by floss.red-bean.com with local (Exim 3.34 #1 (Debian)) id 1BMsz2-00048F-00 for ; Sun, 09 May 2004 13:25:04 -0500 Original-To: emacs-devel@gnu.org Emacs: freely redistributable; void where prohibited by law. In-Reply-To: Original-Lines: 11 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:23009 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:23009 Richard Stallman writes: > So, I'd like to fix this in vc-svn.el, in the simplest way: by adding > (require 'cl) so that 'list*' is available. > > Please don't do that. It's not acceptable for any package in Emacs to > do that. The CL functions are not standard parts of the Emacs Lisp > language, and the user may have defined the same names in some other > way. Thanks, I'll remember that. John Paul Wallington's suggestion was to use use (eval-when-compile (require 'cl)) instead.