emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Re: Other details about completion.


From: Juri Linkov
Subject: Re: [PATCH] Re: Other details about completion.
Date: Thu, 07 Apr 2022 10:39:16 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (x86_64-pc-linux-gnu)

>> Do you mean addition step is needed where first C-g/ESC will clear
>> the suffix, then another C-g/ESC will exit the minibuffer?
>
> We need a simple handy way to restore the mini-buffer as it was before
> the navigation attempt...
>
> Maybe, let's look more at zsh and similes... That's already tested to
> be intuitive so we don't need to reinvent the wheel and their users
> already know.

C-g in the completions buffer closes the completions window,
then the second C-g in the minibuffer exits the minibuffer.

So C-g in the minibuffer could be two-step as well:
first C-g closes the completions window and clears the suffix,
second C-g exits the minibuffer.

>>> 2) In tabular navigation the down arrow always goes to the first column
>>> which is wrong; maybe it should use next-line or line-move instead of
>>> forward-line?
>>
>> This is what I tried first, but byte-compiler complained next-line
>> is only for interactive use.
>
> Then it should probably be line-move but forward-line goes to column zero.

Neither of them wraps to the beginning like next-completion does.
This means we need a new command next-completion-vertical.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]