From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.devel Subject: Re: [PATCH] Make (read-elisp) handle EOF Date: Wed, 27 Oct 2010 19:29:35 +0100 Message-ID: <878w1jo5f4.fsf@ossau.uklinux.net> References: <87d3qvo5i4.fsf@ossau.uklinux.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1288204190 18308 80.91.229.12 (27 Oct 2010 18:29:50 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 27 Oct 2010 18:29:50 +0000 (UTC) To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Wed Oct 27 20:29:49 2010 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PBAku-0001Og-OC for guile-devel@m.gmane.org; Wed, 27 Oct 2010 20:29:48 +0200 Original-Received: from localhost ([127.0.0.1]:59815 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PBAku-0002bH-3K for guile-devel@m.gmane.org; Wed, 27 Oct 2010 14:29:48 -0400 Original-Received: from [140.186.70.92] (port=46792 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PBAkk-0002ZK-Dy for guile-devel@gnu.org; Wed, 27 Oct 2010 14:29:39 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PBAkj-0004q6-Lz for guile-devel@gnu.org; Wed, 27 Oct 2010 14:29:38 -0400 Original-Received: from mail3.uklinux.net ([80.84.72.33]:45577) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PBAkj-0004pz-GJ for guile-devel@gnu.org; Wed, 27 Oct 2010 14:29:37 -0400 Original-Received: from arudy (unknown [78.149.124.242]) by mail3.uklinux.net (Postfix) with ESMTP id 160661F683D for ; Wed, 27 Oct 2010 19:29:37 +0100 (BST) Original-Received: from neil-laptop (unknown [192.168.1.5]) by arudy (Postfix) with ESMTP id 57E9B3800B for ; Wed, 27 Oct 2010 19:30:00 +0100 (BST) In-Reply-To: <87d3qvo5i4.fsf@ossau.uklinux.net> (Neil Jerram's message of "Wed, 27 Oct 2010 19:27:47 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:11074 Archived-At: Neil Jerram writes: > I have a program that calls (read-elisp) in a loop [...] Oh dear, sorry for omitting a proper Subject there. I've added one now.