From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5895 invoked by alias); 30 Aug 2004 19:59:14 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 5888 invoked from network); 30 Aug 2004 19:59:13 -0000 Received: from unknown (HELO legolas.inter.net.il) (192.114.186.24) by sourceware.org with SMTP; 30 Aug 2004 19:59:13 -0000 Received: from zaretski ([80.230.148.99]) by legolas.inter.net.il (MOS 3.5.3-GR) with ESMTP id CKR73528 (AUTH halo1); Mon, 30 Aug 2004 22:58:39 +0300 (IDT) Date: Mon, 30 Aug 2004 19:59:00 -0000 From: "Eli Zaretskii" To: Eric Desjardins Message-ID: <01c48ecb$Blat.v2.2.2$d2bb1dc0@zahav.net.il> Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=ISO-8859-1 CC: gdb@sources.redhat.com In-reply-to: <1093891117.32166.25.camel@oshawa.rd.discreet.qc.ca> (message from Eric Desjardins on Mon, 30 Aug 2004 14:38:37 -0400) Subject: Re: gdb enter behavior Reply-to: Eli Zaretskii References: <1093891117.32166.25.camel@oshawa.rd.discreet.qc.ca> X-SW-Source: 2004-08/txt/msg00432.txt.bz2 > From: Eric Desjardins > Date: Mon, 30 Aug 2004 14:38:37 -0400 > > I'm working with people used to dbx and they cannot learn that the enter > key repeats the same command. What do they expect to happen instead? > Is there anyway that we can change this behavior? I didn't find anything > on this in the documentation. I don't think we have something to disable the auto-repeat (without losing a lot of other useful features), but perhaops we should. There's the `dont-repeat' command, of course, but I doubt it will help you.