From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: prj@po.cwru.edu (Paul Jarc) Newsgroups: gmane.lisp.guile.user Subject: Re: String syntax changed? Date: Thu, 19 Feb 2004 01:21:03 -0500 Organization: What did you have in mind? A short, blunt, human pyramid? Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Message-ID: References: <1074473711.6727.312.camel@localhost> <87brnx9xx4.fsf@zagadka.ping.de> <87n07gklfx.fsf@zagadka.ping.de> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1077172118 10894 80.91.224.253 (19 Feb 2004 06:28:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 19 Feb 2004 06:28:38 +0000 (UTC) Cc: guile-user@gnu.org, Roland Orre Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Thu Feb 19 07:28:29 2004 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 1Athfg-0001aZ-00 for ; Thu, 19 Feb 2004 07:28:28 +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 1Athe9-0007HY-Q9 for guile-user@m.gmane.org; Thu, 19 Feb 2004 01:26:53 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1Athbr-0005w1-Gv for guile-user@gnu.org; Thu, 19 Feb 2004 01:24:31 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1Athaf-0004nn-12 for guile-user@gnu.org; Thu, 19 Feb 2004 01:23:49 -0500 Original-Received: from [129.22.104.47] (helo=mirapoint2.tis.cwru.edu) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AthZF-0002lV-AB for guile-user@gnu.org; Thu, 19 Feb 2004 01:21:49 -0500 Original-Received: from multivac.cwru.edu (multivac.ITS.CWRU.Edu [129.22.114.26]) by mirapoint2.tis.cwru.edu (MOS 3.4.3-CR) with SMTP id AKO71599; Thu, 19 Feb 2004 01:21:05 -0500 (EST) Original-Received: (qmail 13158 invoked by uid 500); 19 Feb 2004 06:21:26 -0000 Original-To: Marius Vollmer In-Reply-To: <87n07gklfx.fsf@zagadka.ping.de> (Marius Vollmer's message of "Thu, 19 Feb 2004 00:38:26 +0100") Mail-Copies-To: nobody Mail-Followup-To: Marius Vollmer , Roland Orre , guile-user@gnu.org Original-Lines: 20 User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (gnu/linux) X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.user:2821 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:2821 Marius Vollmer wrote: > Maybe 'drain-input' is all that is needed? That won't be enough. guile> (drain-input (current-input-port)) ; foo ";" guile> : In expression foo: : Unbound variable: foo ABORT: (unbound-variable) Type "(backtrace)" to get more information or "(debug)" to enter the debugger. I think we would want to consume data all the way through to the newline. (Not because it is a newline, but because that's how much data has been flushed through the tty driver, and is available to read() without blocking.) paul _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://mail.gnu.org/mailman/listinfo/guile-user