[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#74616: 30.0.92; tmm always displays the *Completions* buffer
From: |
Daniel Mendler |
Subject: |
bug#74616: 30.0.92; tmm always displays the *Completions* buffer |
Date: |
Sat, 14 Dec 2024 12:44:48 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Eli Zaretskii <eliz@gnu.org> writes:
>> From: Daniel Mendler <mail@daniel-mendler.de>
>> Cc: juri@linkov.net, monnier@iro.umontreal.ca, 74616@debbugs.gnu.org
>> Date: Wed, 11 Dec 2024 16:37:18 +0100
>>
>> > Thanks. This LGTM (but let's leave some time for others to chime in),
>> > with the following nit:
>> >
>> >> ++++
>> >> +*** New user option 'completion-eager-display'.
>> >> +This option configures whether completion commands should display
>> >> +the *Completions* buffer immediately. When the variable is set to t all
>> >> +completion commands show *Completions* immediately, respectively nil
>> >> +disables the eager display for all commands. The default setting auto
>> > ^^
>> > Two spaces there, please.
>>
>> Thanks. Updated patch attached.
>
> Thanks. I was about to install this, but it turns out it breaks
> minibuffer-tests:
Thanks for finding this. The problem was that `initial-input' was passed
directly to `completion-metadata'. I replaced `initial-input' with `(or
initial-input "")'. See the updated patch attached to this mail.
Daniel
0001-New-customization-variable-completion-eager-display.patch
Description: Text Data
- bug#74616: 30.0.92; tmm always displays the *Completions* buffer, (continued)
- bug#74616: 30.0.92; tmm always displays the *Completions* buffer, Daniel Mendler, 2024/12/09
- bug#74616: 30.0.92; tmm always displays the *Completions* buffer, Eli Zaretskii, 2024/12/09
- bug#74616: 30.0.92; tmm always displays the *Completions* buffer, Daniel Mendler, 2024/12/09
- bug#74616: 30.0.92; tmm always displays the *Completions* buffer, Eli Zaretskii, 2024/12/10
- bug#74616: 30.0.92; tmm always displays the *Completions* buffer, Daniel Mendler, 2024/12/11
- bug#74616: 30.0.92; tmm always displays the *Completions* buffer, Eli Zaretskii, 2024/12/14
- bug#74616: 30.0.92; tmm always displays the *Completions* buffer,
Daniel Mendler <=
- bug#74616: 30.0.92; tmm always displays the *Completions* buffer, Eli Zaretskii, 2024/12/14
- bug#74616: 30.0.92; tmm always displays the *Completions* buffer, Juri Linkov, 2024/12/15
- bug#74616: 30.0.92; tmm always displays the *Completions* buffer, Daniel Mendler, 2024/12/15
- bug#74616: 30.0.92; tmm always displays the *Completions* buffer, Daniel Mendler, 2024/12/15
- bug#74616: 30.0.92; tmm always displays the *Completions* buffer, Stefan Monnier, 2024/12/15
- bug#74616: 30.0.92; tmm always displays the *Completions* buffer, Juri Linkov, 2024/12/10