I'm running emacs 24.5.1, with the built in ido-mode. I enable (setq ido-mode-flex-matching t)
and (ido-mode 1)
in my startup file, and ido matching (at least the prefix and substring types of matching) work fine in the minibuffer.
But "flex matching" (as I understand it, perhaps incorrectly) should allow me to type "psw" to match a file named Pro-Something-Windows or program-swift-wings.
I've tried combinations such as psw, p-s-w, etc, but without success. Am I doing something wrong, or do I understand flex matching incorrectly? I've search the net, youtube, SO, and various IDO articles and help files, but came away with nothing (except youtube demonstrated the matching behavior that I don't get with my setup...) Thank you