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

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

bug#39484: 26.3; try-completion bug


From: Lars Ingebrigtsen
Subject: bug#39484: 26.3; try-completion bug
Date: Tue, 27 Oct 2020 19:42:37 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Wanrong Lin <wrglin@gmail.com> writes:

> (let ((completion-ignore-case t))
>        (try-completion "xyz" '("XyzD" "XyzAbc"))
>        )
> ==> "xyz"
>
> *Unexpected*. Should be "Xyz".

That is somewhat odd, especially considering:

(let ((completion-ignore-case t))
  (try-completion "xyz" '("XyzaD" "Xyzabc")))
=> "Xyza"

Stefan?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

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