[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gdb-ui
From: |
Kim F. Storm |
Subject: |
Re: gdb-ui |
Date: |
Wed, 08 Mar 2006 11:05:26 +0100 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) |
Nick Roberts <address@hidden> writes:
> I attach a patch that deals with this problem by making the user decide if
> input is for GDB or the inferior (<return> queues the input (for GDB),
> <C-return> sends it immediately (for the program being debugged)). Its not
> attractive but I think it is necessary if the GUD buffer is used for input to
> both.
But how does a user know whether to hit RET or C-M-RET at any
given moment? If he made the wrong choice, isn't it too late to
correct it anyway?
In any case: Please don't use C-return ...
CUA-mode binds C-return globally to toggle rectangle marking.
C-M-return would be ok...
--
Kim F. Storm <address@hidden> http://www.cua.dk
- gdb-ui, Nick Roberts, 2006/03/08
- Re: gdb-ui,
Kim F. Storm <=