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: Tue, 11 May 2004 08:23:20 -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 1084282027 7708 80.91.224.253 (11 May 2004 13:27:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 11 May 2004 13:27:07 +0000 (UTC) Cc: kfogel@red-bean.com, jpw@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue May 11 15:26:44 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 1BNXHP-0004sN-00 for ; Tue, 11 May 2004 15:26:43 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BNXHP-0004Xa-00 for ; Tue, 11 May 2004 15:26:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BNWSz-0002Pd-Q8 for emacs-devel@quimby.gnus.org; Tue, 11 May 2004 08:34:37 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.34) id 1BNWIh-0001BI-OE for emacs-devel@gnu.org; Tue, 11 May 2004 08:23:59 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BNWI5-00012j-Ca for emacs-devel@gnu.org; Tue, 11 May 2004 08:23:56 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BNWI4-00012Z-M3 for emacs-devel@gnu.org; Tue, 11 May 2004 08:23:20 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1BNWI4-0008R6-5Q; Tue, 11 May 2004 08:23:20 -0400 Original-To: Jim Blandy In-reply-to: (message from Jim Blandy on 10 May 2004 16:33:41 -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:23140 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:23140 What do you do if your package actually uses functions from CL, not just macros? Then CL must be loaded at runtime. Are such packages simply unsuitable for inclusion in the Emacs distribution? They are unsuitable unless they are changed not to use those functions.