help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ido mode flex matching


From: Florian Lindner
Subject: ido mode flex matching
Date: Fri, 01 Aug 2014 15:57:59 +0200
User-agent: KNode/4.13.3

Hello,

I have ido enabled like that:

(ido-mode t)
(ido-everywhere 1)
(setq ido-enable-flex-matching t)
(setq ido-file-extensions-order '(".tex"))

Now given the case I have two files named basecouplingscheme.cpp and 
basecouplingscheme.hpp. I want to open the latter.

I enter "bashpp" which filters to just these two files. But the cpp file is 
still the first in order. Yes, it finds all the letters 
BAScouplingsHeme.cPP. But for me the hpp file should be the stronger match, 
since ido can find two groups (BAS and HPP) which match, not three groups 
(BAS, H and PP).

First question: Do you get my problem? ;-)
Second question: Can I set ido like that?
Disable flex matching is not the way to go, I really love that 
functionality.

Best Regards,
Florian




reply via email to

[Prev in Thread] Current Thread [Next in Thread]