From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Matthias Koeppe Newsgroups: gmane.lisp.guile.devel Subject: Guile and docs don't agree on :rename/:renamer module argument Date: Mon, 08 Jul 2002 18:49:57 +0200 Sender: guile-devel-admin@gnu.org Message-ID: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1026147267 8469 127.0.0.1 (8 Jul 2002 16:54:27 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 8 Jul 2002 16:54:27 +0000 (UTC) Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17RbmM-0002CU-00 for ; Mon, 08 Jul 2002 18:54:27 +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 17Rbj7-0003CT-00; Mon, 08 Jul 2002 12:51:05 -0400 Original-Received: from saturn.math.uni-magdeburg.de ([141.44.75.38]) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17RbiG-0003Be-00 for ; Mon, 08 Jul 2002 12:50:12 -0400 Original-Received: from lambda.math.uni-magdeburg.de (lambda [141.44.75.79]) by saturn.math.uni-magdeburg.de (8.11.6/8.11.6) with ESMTP id g68GnwJ04070 for ; Mon, 8 Jul 2002 18:49:58 +0200 (MET DST) Original-Received: (from mkoeppe@localhost) by lambda.math.uni-magdeburg.de (8.10.2+Sun/8.10.2) id g68GnvE00234; Mon, 8 Jul 2002 18:49:57 +0200 (MEST) X-Authentication-Warning: lambda.math.uni-magdeburg.de: mkoeppe set sender to mkoeppe@mail.math.uni-magdeburg.de using -f Original-To: guile-devel@gnu.org Original-Lines: 14 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:755 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:755 doc/ref/scheme-modules.texi mentions that one can use the :rename keyword argument in USE-MODULES module specs. However, the implementation in ice-9/boot-9.scm (and the in-file comments) call the keyword argument :renamer.=20=20 Since the code does not check for extraneous keyword arguments, using :rename instead of :renamer silently does nothing. I don't know which of both names is supposed to be right, thus I don't include a patch.=20=20 --=20 Matthias K=F6ppe -- http://www.math.uni-magdeburg.de/~mkoeppe _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel