[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#68689: 30.0.50; minibuffer-visible-completions should change complet
From: |
Juri Linkov |
Subject: |
bug#68689: 30.0.50; minibuffer-visible-completions should change completion-show-help |
Date: |
Thu, 25 Jan 2024 09:50:16 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/30.0.50 (x86_64-pc-linux-gnu) |
close 68689 30.0.50
thanks
> With minibuffer-visible-completions=nil, there's no change.
>
> With minibuffer-visible-completions=t, before my patch:
>
> Click or type M-RET on a completion to select it.
> Type M-<down> or M-<up> to move point between completions.
>
> After my patch:
>
> Click or type RET on a completion to select it.
> Type <right>, <left>, <down>, <up> to move point between completions.
Thanks, this looks nice. Now pushed to master and closed.