From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: John Paul Wallington Newsgroups: gmane.emacs.devel Subject: Re: VC-SVN problem Date: Sun, 09 May 2004 08:28:30 +0100 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> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1084088502 20533 80.91.224.253 (9 May 2004 07:41:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 9 May 2004 07:41:42 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun May 09 09:41:35 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 1BMiwJ-0000qA-00 for ; Sun, 09 May 2004 09:41:35 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BMiwJ-0001ib-00 for ; Sun, 09 May 2004 09:41:35 +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 1BMiou-0000Vj-7q for emacs-devel@quimby.gnus.org; Sun, 09 May 2004 03:33:56 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.33) id 1BMiop-0000V8-77 for emacs-devel@gnu.org; Sun, 09 May 2004 03:33:51 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.33) id 1BMioJ-0000RK-Ik for emacs-devel@gnu.org; Sun, 09 May 2004 03:33:50 -0400 Original-Received: from [217.44.221.99] (helo=indigo.shootybangbang.com) by monty-python.gnu.org with esmtp (Exim 4.33) id 1BMin0-0000Hw-7H for emacs-devel@gnu.org; Sun, 09 May 2004 03:31:58 -0400 Original-Received: from jpw by indigo.shootybangbang.com with local (Exim 3.36 #1 (Debian)) id 1BMije-000152-00; Sun, 09 May 2004 08:28:30 +0100 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-Mailer: Norman X-Attribution: jpw X-Face: R(_z-rF:grdKO.*u`n); p.i$Eiz=h^CO5eDYv"4:K@#\HN09*Ykx}}B{kF/KH}%f_o^Wp 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:22970 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:22970 > So, I'd like to fix this in vc-svn.el, in the simplest way: by adding > (require 'cl) so that 'list*' is available. Just checking: do you mean (eval-when-compile (require 'cl)) ? (The cl package defines a compiler macro for `list*', and the elisp manual's coding conventions say not to load cl at runtime.)