[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 11:02:29 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
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.
Daniel
0001-completion-eager-display-Handle-INITIAL-INPUT-cons.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, 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/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 <=
- 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