lewang / flx

Fuzzy matching for Emacs ... a la Sublime Text.
GNU General Public License v3.0
518 stars 37 forks source link

flx-ido worked with smex. #89

Closed zw963 closed 8 years ago

zw963 commented 8 years ago

I use smex+ido+flx to run command. but, here exist a problem ito consider.

Hi, when worked with smex, in some case, some command not exist in my candidate list. (especial very simple command)

e.g. M-x pp, the first match is: pr-ps-name for my emacs. and many candidates which first letter match pp.

just no pp itself.

surely, i could run ido-select-text (C-j) to just sent what i input content to minibuffer. it worked fine.

I just wonder, this behavior is for intention ?

or this problem is caused by candicate list amount is not enough?

I think this maybe a issue ...

Thanks.

zw963 commented 8 years ago

Not is a bug. sorry.