From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: rm@fabula.de Newsgroups: gmane.lisp.guile.devel Subject: Possibly unclear documentation Date: Sun, 28 Jul 2002 12:57:25 +0200 Sender: guile-devel-admin@gnu.org Message-ID: <20020728105725.GA1815@www> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1027853223 22737 127.0.0.1 (28 Jul 2002 10:47:03 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 28 Jul 2002 10:47:03 +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 17YlZl-0005uM-00 for ; Sun, 28 Jul 2002 12:47:01 +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 17YlZr-0006o8-00; Sun, 28 Jul 2002 06:47:07 -0400 Original-Received: from www.elogos.de ([212.18.192.92]) by fencepost.gnu.org with smtp (Exim 3.35 #1 (Debian)) id 17YlZI-0006nS-00 for ; Sun, 28 Jul 2002 06:46:33 -0400 Original-Received: by www.elogos.de (Postfix, from userid 5001) id 029D71049A2; Sun, 28 Jul 2002 12:57:25 +0200 (CEST) Original-To: guile-devel@gnu.org Content-Disposition: inline User-Agent: Mutt/1.3.24i 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:869 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:869 Hello list, browsing through the current documentation i just realized that in several places example code uses 'read-line' which was moved from core to '(ice-9 rdelim) a while ago (files using it: gh.texi, intro.texi, srfi-modules.texi). The function is documented in file 'scheme-io.texi' but i think it might be a good idea to document the need to use module (ice-9 rdelim) anyway. Ralf _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel