From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.devel Subject: Re: bug: list-index overloaded Date: Mon, 27 Nov 2006 12:18:41 +0100 Message-ID: <1164626321.3756.20.camel@localhost.localdomain> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1164626500 32532 80.91.229.2 (27 Nov 2006 11:21:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 27 Nov 2006 11:21:40 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Nov 27 12:21:37 2006 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GoeYK-0001HU-Fk for guile-devel@m.gmane.org; Mon, 27 Nov 2006 12:21:36 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GoeYJ-0006mh-Gk for guile-devel@m.gmane.org; Mon, 27 Nov 2006 06:21:35 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GoeYB-0006ki-J9 for guile-devel@gnu.org; Mon, 27 Nov 2006 06:21:27 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GoeY9-0006jL-8x for guile-devel@gnu.org; Mon, 27 Nov 2006 06:21:26 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GoeY8-0006j7-V9 for guile-devel@gnu.org; Mon, 27 Nov 2006 06:21:25 -0500 Original-Received: from [216.27.85.7] (helo=kettle.ambient-hosting.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GoeY8-0006Gj-Tf for guile-devel@gnu.org; Mon, 27 Nov 2006 06:21:25 -0500 Original-Received: from [127.0.0.1] (ambient-hosting.net [10.1.6.1]) by kettle.ambient-hosting.net (Postfix) with ESMTP id 897CE88088 for ; Mon, 27 Nov 2006 06:18:42 -0500 (EST) Original-To: guile-devel@gnu.org In-Reply-To: X-Mailer: Evolution 2.8.1 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:6251 Archived-At: Hi Han-Wen, On Sun, 2006-11-26 at 15:28 +0100, Han-Wen Nienhuys wrote: > ice-9/boot.scm defines a list-index (list, elt), which is in conflict > with srfi's list-index (pred list) function. > > please fix. This has been the case for a long time, and would be an incompatible change, breaking code in not-very-comprehensible ways. Sometimes I avoid importing srfi-1 for this reason. Perhaps for Rob's 2.0 vision? Andy -- http://wingolog.org/ _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel