From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11217 invoked by alias); 9 Dec 2002 22:00: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 11210 invoked from network); 9 Dec 2002 22:00:19 -0000 Received: from unknown (HELO duracef.shout.net) (204.253.184.12) by sources.redhat.com with SMTP; 9 Dec 2002 22:00:19 -0000 Received: (from mec@localhost) by duracef.shout.net (8.11.6/8.11.6) id gB9M0Gv31504; Mon, 9 Dec 2002 16:00:16 -0600 Date: Mon, 09 Dec 2002 14:09:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200212092200.gB9M0Gv31504@duracef.shout.net> To: ezannoni@redhat.com Subject: Re: [PATCH] Merge of readline 4.3 to mainline Cc: gdb-patches@sources.redhat.com X-SW-Source: 2002-12/txt/msg00298.txt.bz2 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? Michael C