GNU bug report logs -
#54173
28.0.91; Training wheels for query-replace
Previous Next
Reported by: Augusto Stoffel <arstoffel <at> gmail.com>
Date: Sat, 26 Feb 2022 22:16:02 UTC
Severity: normal
Tags: wontfix
Found in version 28.0.91
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Augusto Stoffel <arstoffel <at> gmail.com> writes:
> - (define-key map "y" 'act)
> - (define-key map "n" 'skip)
> (define-key map "Y" 'act)
> + (define-key map "y" 'act)
> (define-key map "N" 'skip)
> - (define-key map "e" 'edit-replacement)
> + (define-key map "n" 'skip)
> (define-key map "E" 'edit-replacement)
> + (define-key map "e" 'edit-replacement)
This seems unrelated, and just moves bindings around?
>> > (‘y’/‘n’, ‘.’ replace & exit, ‘^’ back up, ‘?’ help)
>>
>> I find this better than the status quo. I've attached the patch.
>
> Thanks. Let's wait a bit to let others chime in and express their
> opinions.
I'm not sure I understood the patch. Is the proposal to append all that
to "Query replacing foo with bar"? It'll make prompts commonly be
longer than a line, and it's pretty noisy, so if that's the proposal,
I'm against it.
The help is on `?', so I don't see the point, either.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
This bug report was last modified 3 years and 68 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.