From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Han-Wen Nienhuys Newsgroups: gmane.lisp.guile.devel Subject: Re: bug: list-index overloaded Date: Sun, 26 Nov 2006 17:43:49 +0100 Message-ID: <4569C445.6050209@xs4all.nl> References: <87irh2rx8c.fsf@ossau.uklinux.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1164559472 21626 80.91.229.2 (26 Nov 2006 16:44:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 26 Nov 2006 16:44:32 +0000 (UTC) Cc: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun Nov 26 17:44:29 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 1GoN6z-0006bT-62 for guile-devel@m.gmane.org; Sun, 26 Nov 2006 17:44:15 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GoN6y-0000mL-HK for guile-devel@m.gmane.org; Sun, 26 Nov 2006 11:44:12 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GoN6x-0000mG-2O for guile-devel@gnu.org; Sun, 26 Nov 2006 11:44:11 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GoN6u-0000la-Ta for guile-devel@gnu.org; Sun, 26 Nov 2006 11:44:10 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GoN6u-0000lG-Oi for guile-devel@gnu.org; Sun, 26 Nov 2006 11:44:08 -0500 Original-Received: from [194.109.24.25] (helo=smtp-vbr5.xs4all.nl) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GoN6u-0001Yx-Ky for guile-devel@gnu.org; Sun, 26 Nov 2006 11:44:08 -0500 Original-Received: from [192.168.0.101] (82-171-213-190.dsl.ip.tiscali.nl [82.171.213.190]) (authenticated bits=0) by smtp-vbr5.xs4all.nl (8.13.8/8.13.8) with ESMTP id kAQGi1u3082255 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 26 Nov 2006 17:44:02 +0100 (CET) (envelope-from hanwen@xs4all.nl) User-Agent: Thunderbird 1.5.0.8 (X11/20061107) Original-To: Neil Jerram In-Reply-To: <87irh2rx8c.fsf@ossau.uklinux.net> X-Virus-Scanned: by XS4ALL Virus Scanner 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:6245 Archived-At: Neil Jerram escreveu: > Han-Wen Nienhuys writes: > >> Hi, >> >> ice-9/boot.scm defines a list-index (list, elt), which is in conflict >> with srfi's list-index (pred list) function. > > Why is that a problem? Because list-index calls a different function depending on where I am. running guile from the command line imports the ice-9 one by default. -- Han-Wen Nienhuys - hanwen@xs4all.nl - http://www.xs4all.nl/~hanwen _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel