From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19816 invoked by alias); 22 Nov 2001 09:18:39 -0000 Mailing-List: contact gdb-patches-help@sourceware.cygnus.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 19787 invoked from network); 22 Nov 2001 09:18:37 -0000 Received: from unknown (HELO is.elta.co.il) (199.203.121.2) by sourceware.cygnus.com with SMTP; 22 Nov 2001 09:18:37 -0000 Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id LAA14418; Thu, 22 Nov 2001 11:17:51 +0200 (IST) Date: Fri, 09 Nov 2001 13:16:00 -0000 From: Eli Zaretskii X-Sender: eliz@is To: Tom Tromey cc: Elena Zannoni , gdb-patches@sources.redhat.com Subject: Re: PATCH: operate-and-get-next In-Reply-To: <87g077ix3e.fsf@creche.redhat.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2001-11/txt/msg00191.txt.bz2 On 21 Nov 2001, Tom Tromey wrote: > Elena> Can you resend? > > I've appended the correct patch. I think I already approved the patch to gdb.texinfo, but in case you need it again, you have it. Thanks. > * gdb.texinfo (Command Syntax): Document C-o binding. > > Index: doc/gdb.texinfo > =================================================================== > RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v > retrieving revision 1.54 > diff -u -r1.54 gdb.texinfo > --- doc/gdb.texinfo 2001/11/05 23:26:09 1.54 > +++ doc/gdb.texinfo 2001/11/07 18:40:11 > @@ -1190,6 +1190,13 @@ > nothing. This is useful mainly in command files (@pxref{Command > Files,,Command files}). > > +@cindex repeating command sequences > +@kindex C-o @r{(operate-and-get-next)} > +The @kbd{C-o} binding is useful for repeating a complex sequence of > +commands. This command accepts the current line, like @kbd{RET}, and > +then fetches the next line relative to the current line from the history > +for editing. > + > @node Completion > @section Command completion > >