[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Keybindings for navigating completing-read entries
From: |
Heime |
Subject: |
Re: Keybindings for navigating completing-read entries |
Date: |
Thu, 11 Apr 2024 11:32:46 +0000 |
On Thursday, April 11th, 2024 at 6:24 PM, Eli Zaretskii <eliz@gnu.org> wrote:
> > Date: Thu, 11 Apr 2024 00:49:07 +0000
> > From: Heime heimeborgia@protonmail.com
> >
> > I am trying to find the keybindings for navigating the entries when using
> > completing-read. Am finding the search for the respective keybinding
> > difficult
> > to locate.
>
>
> If you could describe in enough detail how you tried to search for
> those bindings, we could think about improving the documentation
> facilities to be more helpful in this matter.
Started reading from through "21.6 Completion". It has been said
that the keybindings when using completing-read depend on the
completion framework one is using. But it is quite tricky for
a user to determine what completion framework one is currently
using and the associated key bindings for navigation.
Perhaps there can be a command that returns the completion
framework and the keybindings associated with using completing-read.
Nevertheless, with completing-read the user simply gets a prompt
without much indication about completion frameworks and about
any keybinding shortcuts to traverse entries.