This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH: operate-and-get-next



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
>  
> 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]