From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.lisp.guile.user Subject: Re: My Project: Guile Hypertext Preprocessor Date: Thu, 12 Aug 2010 21:17:28 +0200 Message-ID: <87sk2j63p3.fsf@ambire.localdomain> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1281640853 12611 80.91.229.12 (12 Aug 2010 19:20:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 12 Aug 2010 19:20:53 +0000 (UTC) To: Guile Mailing List Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Thu Aug 12 21:20:50 2010 Return-path: Envelope-to: guile-user@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 1OjdKY-0001On-PH for guile-user@m.gmane.org; Thu, 12 Aug 2010 21:20:47 +0200 Original-Received: from localhost ([127.0.0.1]:56766 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OjdKY-0003GB-6J for guile-user@m.gmane.org; Thu, 12 Aug 2010 15:20:46 -0400 Original-Received: from [140.186.70.92] (port=59002 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OjdKS-00039F-Ho for guile-user@gnu.org; Thu, 12 Aug 2010 15:20:41 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OjdKR-00073Y-If for guile-user@gnu.org; Thu, 12 Aug 2010 15:20:40 -0400 Original-Received: from smtp204.alice.it ([82.57.200.100]:57241) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OjdKR-000738-9p for guile-user@gnu.org; Thu, 12 Aug 2010 15:20:39 -0400 Original-Received: from ambire.localdomain (95.244.64.8) by smtp204.alice.it (8.5.124.08) id 4C3B175901BE63B8 for guile-user@gnu.org; Thu, 12 Aug 2010 21:20:36 +0200 Original-Received: from ttn by ambire.localdomain with local (Exim 4.69) (envelope-from ) id 1OjdHM-0005bp-Gn for guile-user@gnu.org; Thu, 12 Aug 2010 21:17:28 +0200 In-Reply-To: (Luiji Maryo's message of "Thu, 12 Aug 2010 14:49:17 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Windows 98 (1) X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:8060 Archived-At: () Luiji Maryo () Thu, 12 Aug 2010 14:49:17 -0400 =C2=A0- Guile would output "guile> " every line, which would appear in the output. [workaround] I currently see no alternative, but anybody may feel free to suggest one. Another idea is to instruct the interpreter not to output this prompt at all, or (even better) to structure the REPL dialogue in a manner most convenient for the controlling (parent) process.