GNU bug report logs -
#47699
[PATCH] Improve completion-list-mode-map
Previous Next
Reported by: Gregory Heytings <gregory <at> heytings.org>
Date: Sun, 11 Apr 2021 01:05:01 UTC
Severity: normal
Tags: fixed, patch
Fixed in version 28.1
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
Message #96 received at 47699 <at> debbugs.gnu.org (full text, mbox):
Lars Ingebrigtsen <larsi <at> gnus.org> writes:
> Gregory Heytings <gregory <at> heytings.org> writes:
>
>> Thanks. Here is the updated patch. I tested it with minibuffer-only
>> frames, and it seems to work.
>>
>> Are you sure that it's okay to rebind M-c in
>> minibuffer-local-completion-map? It's a good mnemonic for
>> "completion", but it hides the capitalize-word binding, that users
>> might possibly want to use there (I don't, it's only when thinking
>> about this patch that I realized this).
>>
>> Another option would be M-g, which would not hide anything that is
>> possibly useful in the minibuffer, and is still a mnemonic of "goto".
>
> Thanks; applied to Emacs 28.
Thanks, but test/lisp/help-tests.el also needs updating:
Test help-tests-substitute-command-keys/keymaps condition:
(ert-test-failed
((should
(equal
(substitute-command-keys orig)
result))
:form
(equal
#("key binding..." ...)
"key binding...")
:value nil :explanation
(arrays-of-different-length 715 688 ... first-mismatch-at 495)))
FAILED 16/24 help-tests-substitute-command-keys/keymaps (0.000349 sec)
--
Basil
This bug report was last modified 3 years and 358 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.