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: Queries about while doc and (ice-9 command-line) Date: Mon, 02 May 2011 18:21:45 +0100 Message-ID: <874o5d9fx2.fsf@ossau.uklinux.net> References: <877haemehv.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 1304356970 15884 80.91.229.12 (2 May 2011 17:22:50 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 2 May 2011 17:22:50 +0000 (UTC) Cc: guile-devel@gnu.org To: Andy Wingo Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon May 02 19:22:46 2011 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QGwpQ-0006Sc-Bs for guile-devel@m.gmane.org; Mon, 02 May 2011 19:22:36 +0200 Original-Received: from localhost ([::1]:42363 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QGwpP-00069N-IG for guile-devel@m.gmane.org; Mon, 02 May 2011 13:22:35 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:48738) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QGwpM-000696-Hk for guile-devel@gnu.org; Mon, 02 May 2011 13:22:33 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QGwpL-0007BA-9B for guile-devel@gnu.org; Mon, 02 May 2011 13:22:32 -0400 Original-Received: from mail3.uklinux.net ([80.84.72.33]:57534) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QGwpL-0006yX-3e for guile-devel@gnu.org; Mon, 02 May 2011 13:22:31 -0400 Original-Received: from arudy (unknown [78.149.115.247]) by mail3.uklinux.net (Postfix) with ESMTP id CECFE1F6625; Mon, 2 May 2011 18:21:52 +0100 (BST) Original-Received: from neil-laptop (unknown [192.168.11.9]) by arudy (Postfix) with ESMTP id 007D43801E; Mon, 2 May 2011 18:21:48 +0100 (BST) In-Reply-To: (Andy Wingo's message of "Thu, 28 Apr 2011 21:47:40 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 X-Received-From: 80.84.72.33 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 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 Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:12403 Archived-At: Andy Wingo writes: >> Does this code mean that we load the script twice, in the -ds case? > > I think so, yes; unfortunately. Fixed. Would this merit a quick 2.0.2, > you think? I guess that would be better, if Ludo has time to make the release. >> Do we go interactive after seeing a -e option? I don't see a setting of >> the interactive? variable that would prevent this? > > This appears to be the old behavior. Am I mistaken? No, sorry, I was. This is fine then. Regards, Neil