From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Marius Vollmer Newsgroups: gmane.lisp.guile.devel Subject: Re: [PATCH] lambda* fails with #:key and rest argument (fwd) Date: 05 Aug 2002 16:44:29 +0200 Sender: guile-devel-admin@gnu.org Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1028558675 11970 127.0.0.1 (5 Aug 2002 14:44:35 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 5 Aug 2002 14:44:35 +0000 (UTC) Cc: guile-devel@gnu.org, guile-user@gnu.org Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17bj62-00036x-00 for ; Mon, 05 Aug 2002 16:44:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17bj6Y-0000K4-00; Mon, 05 Aug 2002 10:45:06 -0400 Original-Received: from krusty.dt.e-technik.uni-dortmund.de ([129.217.163.1] helo=mail.dt.e-technik.uni-dortmund.de) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17bj6M-0000Gd-00; Mon, 05 Aug 2002 10:44:54 -0400 Original-Received: from burns.dt.e-technik.uni-dortmund.de (burns.dt.e-technik.uni-dortmund.de [129.217.163.19]) by mail.dt.e-technik.uni-dortmund.de (Postfix) with ESMTP id CFD1EA3831; Mon, 5 Aug 2002 16:44:52 +0200 (CEST) Original-Received: by burns.dt.e-technik.uni-dortmund.de (Postfix, from userid 520) id 52857F431; Mon, 5 Aug 2002 16:44:30 +0200 (CEST) Original-To: Dirk Herrmann In-Reply-To: Original-Lines: 19 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 Errors-To: guile-devel-admin@gnu.org X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Developers list for Guile, the GNU extensibility library List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.devel:978 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:978 Dirk Herrmann writes: > On 8 Jul 2002, Marius Vollmer wrote: > > > Marius Vollmer writes: > > > > > SRFI-1 list-copy can copy dotted lists. Maybe we can just use it. > > > > But ours can't since it is the core list-copy! Bugger! > > Hmmm... So what should we do? Provide a separate SRFI-1 list-copy, or > change the core list-copy? Don't really know. We are not really in the position yet to offer different 'profiles' (i.e., a R5RS profile with only strict R5RS features, a Guile profile with everything we got in a form that we like, etc). Right, now I'd say we should provide a separate SRFI-1 list-copy. _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel