Scott Jaderholm
Scott Jaderholm
Let me know what you think of this idea: The index of each item in the initial choices list could be used to set an initial score for each item...
On second thought maybe flx-ido-threshold wouldn't be used. I don't know when the initial score should be set, whether it would happen on the initial list or only after the...
> (completing-read "" '("amusic" "texinfo-all-menus-update") nil nil "amu") > I'd expect amusic to win. I think you should prioritize prefix matches a bit more over first letter matches, but this...