From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.devel Subject: doco with-input-from-file, with-output-to-file (was: documentation.scm close files) Date: Thu, 05 Jun 2003 11:17:12 +1000 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <873cipfhlz.fsf_-_@zip.com.au> References: <87smrqxt3b.fsf@zip.com.au> <878yt55od2.fsf@zagadka.ping.de> <878yt3yig4.fsf@zip.com.au> <87znlfj54m.fsf@zip.com.au> <8765o3rosh.fsf@zagadka.ping.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1054776052 21014 80.91.224.249 (5 Jun 2003 01:20:52 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 5 Jun 2003 01:20:52 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Jun 05 03:20:51 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19NjQZ-0005Rp-00 for ; Thu, 05 Jun 2003 03:20:27 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19NjPR-0005oj-Td for guile-devel@m.gmane.org; Wed, 04 Jun 2003 21:19:17 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19NjP9-0005kw-S7 for guile-devel@gnu.org; Wed, 04 Jun 2003 21:18:59 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19NjNj-0005Aw-Hl for guile-devel@gnu.org; Wed, 04 Jun 2003 21:17:33 -0400 Original-Received: from snoopy.pacific.net.au ([61.8.0.36]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19NjNe-00057J-FI for guile-devel@gnu.org; Wed, 04 Jun 2003 21:17:26 -0400 Original-Received: from sunny.pacific.net.au (sunny.pacific.net.au [203.2.228.40]) h551HNKN026636 for ; Thu, 5 Jun 2003 11:17:23 +1000 Original-Received: from wisma.pacific.net.au (wisma.pacific.net.au [210.23.129.72]) by sunny.pacific.net.au with ESMTP id h551HNQg011223 for ; Thu, 5 Jun 2003 11:17:23 +1000 (EST) Original-Received: from localhost (ppp76.dyn228.pacific.net.au [203.143.228.76]) by wisma.pacific.net.au (8.12.9/8.12.9) with ESMTP id h551HLYZ027366 for ; Thu, 5 Jun 2003 11:17:21 +1000 (EST) Original-Received: from gg by localhost with local (Exim 3.35 #1 (Debian)) id 19NjNS-0005H7-00; Thu, 05 Jun 2003 11:17:14 +1000 Original-To: guile-devel@gnu.org Mail-Copies-To: never In-Reply-To: <8765o3rosh.fsf@zagadka.ping.de> (Marius Vollmer's message of "22 May 2003 17:20:30 +0200") User-Agent: Gnus/5.090019 (Oort Gnus v0.19) Emacs/21.2 (gnu/linux) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Developers list for Guile, the GNU extensibility library List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:2498 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:2498 Marius Vollmer writes: > > What about saying something about 'with-input-from', etc. Speaking of these, I wonder if it could be a documented feature that they use dynamic-wind to restore the current-input-port. Currently the docs follow the r5rs and don't say. The behaviour in respect of the port itself would still be unspecified, but getting current-input-port saved and restored nicely seems a pretty sensible thing. (Unless there's any prospect of an r6rs going in a different direction. :-) _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel