From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: VC-SVN problem Date: Sun, 09 May 2004 14:47:46 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: 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: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1084129044 19776 80.91.224.253 (9 May 2004 18:57:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 9 May 2004 18:57:24 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun May 09 20:57: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 1BMtUG-0006I8-00 for ; Sun, 09 May 2004 20:57: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 1BMtUG-0001pk-00 for ; Sun, 09 May 2004 20:57: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 1BMtU9-0002Rv-2C for emacs-devel@quimby.gnus.org; Sun, 09 May 2004 14:57:14 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.33) id 1BMtTu-0002QW-CA for emacs-devel@gnu.org; Sun, 09 May 2004 14:56:58 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.33) id 1BMtLI-0006Vr-2e for emacs-devel@gnu.org; Sun, 09 May 2004 14:48:35 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.33) id 1BMtL5-0006Ee-IR for emacs-devel@gnu.org; Sun, 09 May 2004 14:47:51 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.33) id 1BMtL0-0001xj-II; Sun, 09 May 2004 14:47:46 -0400 Original-To: kfogel@red-bean.com In-reply-to: <87d65exxnl.fsf@floss.red-bean.com> (message from Karl Fogel on 08 May 2004 19:16:30 -0500) 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:22987 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:22987 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.