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: Re: patch: (read "\x1b") => #\esc Date: Tue, 11 Nov 2003 09:18:52 +1000 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <87fzgvrew3.fsf@zip.com.au> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1068506418 15811 80.91.224.253 (10 Nov 2003 23:20:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 10 Nov 2003 23:20:18 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Nov 11 00:20:15 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AJLKR-00051J-00 for ; Tue, 11 Nov 2003 00:20:15 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AJMHT-0008Ka-9x for guile-devel@m.gmane.org; Mon, 10 Nov 2003 19:21:15 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AJMHL-0008K6-Bw for guile-devel@gnu.org; Mon, 10 Nov 2003 19:21:07 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AJMGo-0008Ah-QA for guile-devel@gnu.org; Mon, 10 Nov 2003 19:21:05 -0500 Original-Received: from [61.8.0.36] (helo=snoopy.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AJMGi-00088e-RS for guile-devel@gnu.org; Mon, 10 Nov 2003 19:20:29 -0500 Original-Received: from mongrel.pacific.net.au (mongrel.pacific.net.au [61.8.0.107]) by snoopy.pacific.net.au (8.12.3/8.12.3/Debian-6.6) with ESMTP id hAANJ2V0014157 for ; Tue, 11 Nov 2003 10:19:02 +1100 Original-Received: from localhost (ppp25.dyn228.pacific.net.au [203.143.228.25]) by mongrel.pacific.net.au (8.12.3/8.12.3/Debian-6.6) with ESMTP id hAANHxDJ003712 for ; Tue, 11 Nov 2003 10:18:00 +1100 Original-Received: from gg by localhost with local (Exim 3.35 #1 (Debian)) id 1AJLJ8-0002kl-00; Tue, 11 Nov 2003 09:18:54 +1000 Original-To: guile-devel@gnu.org Mail-Copies-To: never In-Reply-To: (Paul Jarc's message of "Mon, 10 Nov 2003 17:41:59 -0500") User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Developers list for Guile, the GNU extensibility library List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:2985 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:2985 prj@po.cwru.edu (Paul Jarc) writes: > > + case EOF: > + goto str_eof; Currently that gets noticed next time around the loop does it? (But not expecting scm_getc to return EOF a second time is probably a good thing.) _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel