GNU bug report logs -
#49632
[PATCH] Ensure that M-x gdb populates gud-repeat-map
Previous Next
Reported by: Brian Leung <leungbk <at> mailfence.com>
Date: Mon, 19 Jul 2021 03:38:01 UTC
Severity: normal
Tags: fixed, patch
Fixed in version 28.0.50
Done: Juri Linkov <juri <at> linkov.net>
Bug is archived. No further changes may be made.
Full log
Message #29 received at 49632 <at> debbugs.gnu.org (full text, mbox):
>> RET can repeat only the last command (afaik). If instead I want to run, in order:
>>
>> 1. continue
>> 2. next
>> 3. next
>> 4. stepi
>>
>> then without this patch, I would need to press
>>
>> 1. C-x C-a C-r
>> 2. C-x C-a C-n
>> 3. C-x C-a C-n
>> 4. C-x C-a C-i
>>
>> if using M-x gdb.
>
> I would instead use M-p (one or more times), then RET. Isn't it
> better, especially since it works when using GDB's own CLI prompt?
>
> Or did you mean you want to invoke these commands in the program
> source buffer, not in the GUD interaction buffer? But in that case,
> how do I exit the repeat-mode, to be able to edit the sources?
'repeat-mode' provides several ways to exit it:
1. type a non-repeatable key (like a non-isearch key exits isearch-mode);
2. customize repeat-exit-key e.g. to RET (then RET exits like in isearch-mode);
3. customize repeat-exit-timeout to exit after a timeout.
This bug report was last modified 3 years and 294 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.