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
>>> (And how does one switch back without closing the window that shows
>>> completions?)
>>
>> C-x o. Perhaps it would make sense to bind "o" for this, too. And/or
>> "Q". WDYT?
>
> 'o' could be a good idea, IMO.
>
Okay.
>
> But I'm puzzled by the lack of symmetry:
>
If you agreed with it, I would be pleased to add symmetry there. I use
M-c for both purposes locally:
(define-key minibuffer-local-map (kbd "M-c") 'switch-to-completions)
(define-key completion-list-mode-map (kbd "M-c") 'other-window)
>
> why bind M-v when "C-x o" is available.
>
Because M-v does something very different: it opens the *Completions*.
So it's the equivalent of TAB TAB C-- C-x o.
>
> But I guess that ship sailed long ago.
>
Yes, M-v was already present in Emacs 20.
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.