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

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

bug#38458: 27.0.50; case-insensitive substring completion


From: Stefan Monnier
Subject: bug#38458: 27.0.50; case-insensitive substring completion
Date: Tue, 03 Dec 2019 13:03:49 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

> point after the `e', which is fine for further input; but if you enter
> `te TAB' then it completes to `test' with point after the second `t', so
> you have to move point to complete the name.  It would be nice if in
> such cases point were placed at the start rather than the end of the
> partial match.

The completion code already tries to do that in a few other
circumstances, but indeed not this one.

> Should I make a feature request?

Yes (and please put me in the `X-Debbugs-Cc:`).


        Stefan






reply via email to

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