bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#65137: 29.1; completion-substring-try-completion doesn't return the


From: Spencer Baugh
Subject: bug#65137: 29.1; completion-substring-try-completion doesn't return the longest common substring
Date: Mon, 07 Aug 2023 19:50:00 -0400
User-agent: Gnus/5.13 (Gnus v5.13)

I've tracked it down further to:

(completion-pcm--merge-completions
 '("ab1" "ab2")
 '(prefix "b"))
-> (any "b")

which definitely doesn't match the docstring of
completion-pcm--merge-completions...  (note that it returns elements in
reverse order, so this is basically just returning the string "b")





reply via email to

[Prev in Thread] Current Thread [Next in Thread]