[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: |
Sun, 15 Dec 2024 16:29:19 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Daniel Mendler <mail@daniel-mendler.de> writes:
> Juri Linkov <juri@linkov.net> writes:
>
>>> 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.
>>
>> It seems this change caused another regression: 'ffap' on a file name
>> fails with the error:
>
> Oh, I see. The INITIAL-INPUT argument can be a cons pair too. See the
> patch attached to this mail which fixes the problem.
I've attached an ever better patch to this mail, where the minibuffer
content is simply used directly instead of handling the different
INITIAL-INPUT cases. This is simpler and more future proof.
Daniel
0001-completion-eager-display-Use-buffer-content-instead-.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, 2024/12/14
- 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 <=
- 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