From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13307 invoked by alias); 30 Aug 2004 20:06:08 -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 13286 invoked from network); 30 Aug 2004 20:06:07 -0000 Received: from unknown (HELO smtp.discreet.com) (207.35.253.199) by sourceware.org with SMTP; 30 Aug 2004 20:06:07 -0000 Received: from cuba.discreet.qc.ca (cuba.discreet.qc.ca [172.16.50.110]) by cuba.discreet.qc.casmtp.discreet.com (8.12.9/8.12.9) with ESMTP id i7UK5dES025202; Mon, 30 Aug 2004 16:05:39 -0400 Received: from oshawa.rd.discreet.qc.ca (oshawa.rd.discreet.qc.ca [172.16.128.95]) by cuba.discreet.qc.ca (SGI-8.12.5/8.12.5) with ESMTP id i7UK5xcN2306253; Mon, 30 Aug 2004 16:05:59 -0400 (EDT) Received: from oshawa.rd.discreet.qc.ca (localhost [127.0.0.1]) by oshawa.rd.discreet.qc.ca (8.12.10/8.12.5) with ESMTP id i7UK5x3I007804; Mon, 30 Aug 2004 16:05:59 -0400 Received: (from desjare@localhost) by oshawa.rd.discreet.qc.ca (8.12.10/8.12.5/Submit) id i7UK5x8m007802; Mon, 30 Aug 2004 16:05:59 -0400 X-Authentication-Warning: oshawa.rd.discreet.qc.ca: desjare set sender to eric.desjardins@discreet.com using -f Subject: Re: gdb enter behavior From: Eric Desjardins To: Eli Zaretskii Cc: gdb@sources.redhat.com In-Reply-To: <01c48ecb$Blat.v2.2.2$d2bb1dc0@zahav.net.il> References: <1093891117.32166.25.camel@oshawa.rd.discreet.qc.ca> <01c48ecb$Blat.v2.2.2$d2bb1dc0@zahav.net.il> Content-Type: text/plain Content-Transfer-Encoding: 7bit Message-Id: <1093896359.32166.32.camel@oshawa.rd.discreet.qc.ca> Mime-Version: 1.0 Date: Mon, 30 Aug 2004 20:06:00 -0000 X-SW-Source: 2004-08/txt/msg00433.txt.bz2 On Mon, 2004-08-30 at 15:58, Eli Zaretskii wrote: > > 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? As funny as it may, they don't expect anything to happen, just the shell to refresh. Usually, we hit enter on IRIX (dbx) to see if the thing is dead. > > > 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. > It would be nice. > There's the `dont-repeat' command, of course, but I doubt it will help > you. -- Thanks, Eric