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: Sat, 02 Apr 2022 21:09:29 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (x86_64-pc-linux-gnu)

> Hi again...
>
> Here I attached a small patch that makes 3 small changes:
>
> 1) Remove the trailing newline in completions one-column
> 2) Use another condition in next-completion to jump to minibuffer.
>
> Normally next-completion with tabs at the end of the buffer needs an
> extra tab because it goes to the end of the last completion before
> jumping to the minibuffer or wrap.. That extra tab is because the
> condition to jump or wrap was eobp/bobp assuming that there is not text
> unproppertized after the last candidate.
>
> 3) Remove a comment in switch-to-completions. That comment suggested that
> the next-completion action must be called inside
> minibuffer-completion-help but IMO that is not totally correct when
> completion-auto-select has some of the new values.
>
> Please, if anyone could review,correct and push I would be very
> grateful.

Do you mean that you fixed the problem reported in bug#54374?
I hope Philip could help to verify that your patch works
smoothly with the new features completion-auto-select
and completion-wrap-movement.



reply via email to

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