[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#72819: [PATCH] Correctly include fixed strings before a prefix wildc
From: |
Stefan Monnier |
Subject: |
bug#72819: [PATCH] Correctly include fixed strings before a prefix wildcard in PCM |
Date: |
Sun, 08 Sep 2024 07:15:10 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
> Ping! Stefan, any comments?
Looks good to me.
[ Maybe we could appoint Spencer as maintainer of that code :-) ]
Stefan
>> Cc: monnier@iro.umontreal.ca
>> From: Spencer Baugh <sbaugh@janestreet.com>
>> Date: Mon, 26 Aug 2024 10:17:05 -0400
>>
>> Tags: patch
>>
>>
>> In 63a48252306a631dc07d62d19311433c7877bd27 I fixed a bug with
>> the PCM implementation of substring completion, relating to the
>> handling of PCM wildcards.
>>
>> However, this fix was incomplete. This change completes the fix by
>> also including a fixed string if it appears before a `prefix'
>> wildcard, even if try-completion doesn't discover that fixed string
>> grows to a unique completion.
>>
>> I discovered this bug while working on enhancements to PCM completion
>> related to completion-pcm-leading-wildcard.