Closed swsnr closed 11 years ago
Set flx-ido-threshhold
to a higher value. flx
hasn't kicked in yet because the narrowed collection(".*r") is > 6000 entries. I'll change the behaviour to default flex matching instead of my primitive implementation in these situations.
How feasible would be to combine flx
ordering with flex
filterting?
It would be pretty easy to implement. But kind of difficult to give visual feedback for what sorting/filtering is being applied.
@lewang Great, that makes C-h f
work without any changes to flx-ido-threshold
. Thank you for this awesome package.
With
ido-flx-mode
andido-ubiquitous
,C-h f
(akadescribe-function
) gives useless candidates for the inputrx
. It listsrx-any
as first candidate,org-fixup-indentation
as second, but the functionrx
itself does not appear as candidate and cannot be selected.This makes
describe-function
downright useless in combination withido-flx-mode
.