From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.lisp.guile.devel Subject: Re: Extra echo when using libguilereadline Date: Sat, 16 Aug 2014 15:31:50 +0300 Message-ID: <83bnrkehu1.fsf@gnu.org> References: <83fvgwejxz.fsf@gnu.org> <87d2c0wrlv.fsf@taylan.uni.cx> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1408192351 17477 80.91.229.3 (16 Aug 2014 12:32:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 16 Aug 2014 12:32:31 +0000 (UTC) Cc: guile-devel@gnu.org To: Taylan Ulrich Bayirli/Kammer Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sat Aug 16 14:32:24 2014 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XId9h-0003zd-CN for guile-devel@m.gmane.org; Sat, 16 Aug 2014 14:32:21 +0200 Original-Received: from localhost ([::1]:35343 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XId9h-0001bd-12 for guile-devel@m.gmane.org; Sat, 16 Aug 2014 08:32:21 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43017) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XId9X-0001aT-SL for guile-devel@gnu.org; Sat, 16 Aug 2014 08:32:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XId9R-000508-VY for guile-devel@gnu.org; Sat, 16 Aug 2014 08:32:11 -0400 Original-Received: from mtaout29.012.net.il ([80.179.55.185]:47992) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XId9R-0004zu-NN for guile-devel@gnu.org; Sat, 16 Aug 2014 08:32:05 -0400 Original-Received: from conversion-daemon.mtaout29.012.net.il by mtaout29.012.net.il (HyperSendmail v2007.08) id <0NAE00100G1Y3U00@mtaout29.012.net.il> for guile-devel@gnu.org; Sat, 16 Aug 2014 15:32:01 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout29.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NAE00NIGG5DOH20@mtaout29.012.net.il>; Sat, 16 Aug 2014 15:32:01 +0300 (IDT) In-reply-to: <87d2c0wrlv.fsf@taylan.uni.cx> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.185 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:17348 Archived-At: > From: Taylan Ulrich Bayirli/Kammer > Cc: guile-devel@gnu.org > Date: Sat, 16 Aug 2014 14:23:24 +0200 > > > scheme@(ice-9 readline)> %load-path > > %load-path > > $1 = ("d:/usr/share/guile/2.0" "d:/usr/share/guile/site/2.0" "d:/usr/share/guile/site" "d:/usr/share/guile") > > scheme@(ice-9 readline)> ,q > > ,q > > > > Is this expected, or is this a bug? If the former, how can I disable > > this double echo? > > On 2.0.11, I cannot reproduce this in any of xterm, M-x term, or M-x > shell. It feels like a familiar issue though, probably under a peculiar > setup; is there anything noteworthy about how you use the REPL, or your > terminal emulator, or such? It's a normal Windows terminal. I just invoke the guile executable and type at the prompt. Could this be due to failure to recognize that stdin/stdout are connected to a console? More generally, where's the code that could cause these echoes?