GNU bug report logs -
#78719
30.1; [PATCH] Add functions `string-common-prefix' and `string-try-completion'
Previous Next
Full log
View this message in rfc822 format
Phil Sainty <psainty <at> orcon.net.nz> writes:
> On 2025-07-06 02:38, Daniel Mendler wrote:
>> A non-nil STRING is a special case, an optimization, which is also
>> covered by REGEXP-LIST by using a regexp with an anchor. It should
>> not come before IGNORE-CASE.
>
> That was also my initial preference for the argument sequence so that
> the filters were all together as a logical group, but Eli felt that it
> was more useful to have STRING before IGNORE-CASE, so I wrote the code
> with it that way around, and only grouped the filters in the docs.
Then we can maybe convince Eli that the following calling convention is
better, since the filtering arguments STRING and REGEXP-LIST are
deprioritized? The STRING and REGEXP-LIST arguments are
completion-related, while IGNORE-CASE is needed for basic
case-insensitive prefix computation.
(string-common-prefix LIST &optional IGNORE-CASE STRING REGEXP-LIST)
Alternatively we could go with the simplest form and suggest to use
`try-completion' if additional filtering is needed.
(string-common-prefix LIST &optional IGNORE-CASE)
Daniel
This bug report was last modified 57 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.