From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Han-Wen Nienhuys Newsgroups: gmane.lisp.guile.bugs Subject: list-index overloaded Date: Mon, 8 Nov 2004 23:02:51 +0100 Message-ID: <16783.60683.60940.769421@byrd.xs4all.nl> Reply-To: hanwen@xs4all.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1099951401 4673 80.91.229.6 (8 Nov 2004 22:03:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 8 Nov 2004 22:03:21 +0000 (UTC) Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Mon Nov 08 23:03:12 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CRHbU-0002gg-00 for ; Mon, 08 Nov 2004 23:03:12 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CRHjr-0005c3-1G for guile-bugs@m.gmane.org; Mon, 08 Nov 2004 17:11:51 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CRHjl-0005ZT-M8 for bug-guile@gnu.org; Mon, 08 Nov 2004 17:11:45 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CRHjk-0005Yj-SX for bug-guile@gnu.org; Mon, 08 Nov 2004 17:11:45 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CRHjk-0005YN-NX for bug-guile@gnu.org; Mon, 08 Nov 2004 17:11:44 -0500 Original-Received: from [213.84.26.127] (helo=byrd.xs4all.nl) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CRHbA-0007GU-Fr for bug-guile@gnu.org; Mon, 08 Nov 2004 17:02:52 -0500 Original-Received: from byrd.xs4all.nl (byrd.xs4all.nl [127.0.0.1]) by byrd.xs4all.nl (8.13.1/8.13.1) with ESMTP id iA8M2p1t030540 for ; Mon, 8 Nov 2004 23:02:51 +0100 Original-To: bug-guile@gnu.org X-Mailer: VM 7.14 under Emacs 21.3.1 X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.bugs:2011 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.bugs:2011 list-index is defined in boot-9.scm, but its signature does not correspond to the srfi-1 function. I consider this a bug. guile> list-index # guile> (help list-index) No documentation found for: (guile): list-index guile> (use-modules (srfi srfi-1)) guile> list-index # -- Han-Wen Nienhuys | hanwen@xs4all.nl | http://www.xs4all.nl/~hanwen _______________________________________________ Bug-guile mailing list Bug-guile@gnu.org http://lists.gnu.org/mailman/listinfo/bug-guile