[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Awful completion buffer behaviour
From: |
Po Lu |
Subject: |
Re: Awful completion buffer behaviour |
Date: |
Wed, 22 Dec 2021 18:39:07 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.60 (gnu/linux) |
Po Lu <luangruo@yahoo.com> writes:
> Pressing tab in the minibuffer when a completions buffer is visible used
> to scroll the window containing that buffer.
>
> In Emacs 29, it selects that window instead, and moves point to the next
> visible completion.
>
> That behaviour is horrid, and even worse, I didn't find a NEWS entry
> detailing how to turn it off (it should be off by default anyway).
>
> Please remove the offending change or put it behind a switch. Thanks.
If nobody minds, I will add a NEWS entry about `completion-auto-select'
and disable it by default.
Thanks.