lewang / flx

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

flx-ido not support word beginnings match for C-h v (describe-variable) #88

Closed zw963 closed 8 years ago

zw963 commented 8 years ago

If worked with ido-ubiquitous, it can support (describe-variable) ido complete.

But, in this case, word beginnings match is not worked.

Because another package, smex work well, work well with M-x, so I create issue here.

if fix need made at ido-ubiquitous, I will made a issue there.

Thanks.

lewang commented 8 years ago

Can you give some detailed repro steps? Also what you see and what you expect to see?

zw963 commented 8 years ago

Sorry for confuse, It worked now with following config:

(require 'ido)
(require 'ido-ubiquitous)
(require 'flx-ido)

(ido-mode t)
(ido-everywhere t)
(ido-ubiquitous-mode 1)
(flx-ido-mode t)

And then, press C-h v.