From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6660 invoked by alias); 21 Apr 2002 19:57:31 -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 6653 invoked from network); 21 Apr 2002 19:57:30 -0000 Received: from unknown (HELO gash2.peakpeak.com) (207.174.178.17) by sources.redhat.com with SMTP; 21 Apr 2002 19:57:30 -0000 Received: from creche.cygnus.com (ta0194.peakpeak.com [204.144.244.194]) by gash2.peakpeak.com (8.9.3/8.9.3) with ESMTP id NAA22636; Sun, 21 Apr 2002 13:57:19 -0600 Received: (from tromey@localhost) by creche.cygnus.com (8.9.3/8.9.3) id OAA09401; Sun, 21 Apr 2002 14:02:45 -0600 To: Daniel Jacobowitz Cc: gdb@sources.redhat.com Subject: Re: operate-and-get-next is off by one References: <20020421010329.A17137@nevyn.them.org> <87wuv0rgs9.fsf@creche.redhat.com> <20020421155208.A25490@nevyn.them.org> From: Tom Tromey Reply-To: tromey@redhat.com X-Attribution: Tom X-Zippy: Can you MAIL a BEAN CAKE? Date: Sun, 21 Apr 2002 12:57:00 -0000 In-Reply-To: Daniel Jacobowitz's message of "Sun, 21 Apr 2002 15:52:08 -0400" Message-ID: <87pu0sq0pm.fsf@creche.redhat.com> X-SW-Source: 2002-04/txt/msg00351.txt.bz2 >>>>> "Daniel" == Daniel Jacobowitz writes: >> p 1 >> p 2 >> p 3 >> C-n C-n C-n >> C-o C-o Daniel> You mean C-p, I assume... Yeah, sorry about that. Daniel> It would be very convenient if C-o worked at the > prompt Daniel> also, since everything you type there makes it into the Daniel> command history. I agree. I'm a bit surprised it doesn't, but I'm also a bit unsurprised since the command-line handling code is really quite baroque. I'll put this on my to-do list, but I can't promise to look at it in a timely way :-(. Tom