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
View this message in rfc822 format
> Date: Sun, 11 Apr 2021 01:03:56 +0000
> From: Gregory Heytings <gregory <at> heytings.org>
>
> Currently completion-list-mode-map does not give a specific meaning to
> most keys, which means that most keypresses display an error "Buffer is
> read-only #<buffer *Completions*>". I suggest to make it a child of
> special-mode-map, and to bind the "n" and "p" keys to "next-completion"
> and "previous-completion".
Why just 'n' and 'p'? If we want more commands to move between
completions, I could think about several others: <, >, C-f, C-b, C-n,
C-p, Home, End, the arrow keys, etc.
However, these bindings are only available if one makes *Completions*
the current buffer, right? Which rarely if ever happens in
TAB-completion scenarios, right? If so, is that really helpful to
have these additional bindings, and if so, in what use cases?
This bug report was last modified 3 years and 357 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.