From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13201 invoked by alias); 9 Dec 2002 22:09:20 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 13186 invoked from network); 9 Dec 2002 22:09:19 -0000 Received: from unknown (HELO jackfruit.Stanford.EDU) (171.64.38.136) by sources.redhat.com with SMTP; 9 Dec 2002 22:09:19 -0000 Received: (from carlton@localhost) by jackfruit.Stanford.EDU (8.11.6/8.11.6) id gB9M9HL30384; Mon, 9 Dec 2002 14:09:17 -0800 X-Authentication-Warning: jackfruit.Stanford.EDU: carlton set sender to carlton@math.stanford.edu using -f To: Michael Elizabeth Chastain Cc: ezannoni@redhat.com, gdb-patches@sources.redhat.com Subject: Re: [PATCH] Merge of readline 4.3 to mainline References: <200212092200.gB9M0Gv31504@duracef.shout.net> From: David Carlton Date: Mon, 09 Dec 2002 14:14:00 -0000 In-Reply-To: <200212092200.gB9M0Gv31504@duracef.shout.net> Message-ID: User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Common Lisp) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-12/txt/msg00299.txt.bz2 On Mon, 9 Dec 2002 16:00:16 -0600, Michael Elizabeth Chastain said: > Yes, it's native i686-pc-linux-gnu, red hat linux 8, running in the console > (that is, not in an X window). My $TERM environment variable has > the value "linux". > I'm using tcl 8.3.4, expect 5.33, dejagnu 1.4.2 + FernandoN kfail patch. > I haven't reconfigured anything on my system since the last time > that it worked for me. > Can you check in your gdb.log file and see if it's full of > "(gdb) print x" echoing or "^M^M(gdb) ^M(gdb) p^M(gdb) pr^M ..." > echoing. If you have the simple style of echoing then we just have > to make readline do that all the time when running test scripts. > Is anyone else running the test suite with the new readline? > Maybe it's just me? I'm not getting any new failures. I just started a test run in the console; it seems to be working fine there, and the gdb.log looks like it always did, without the strange behavior that you're seeing. Do you have anything strange in your .inputrc? I skimmed through the readline docs and didn't see any variables that would produce this behavior, but I thought I'd ask just in case... David Carlton carlton@math.stanford.edu