In Emacs - is there a way I can search an extended command by regex right in the minibuffer? That is - I want to filter commands by regexp and then choose the one I need using IDO or Icicles.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
When using ido you can turn on regexp matching by pressing |
|||
|
|
|
While they are not regexps, the default completion mechanism accepts a * to stand for "anything", so you can do |
|||
|
|
|
I've always suspected that
to browse the commands mathching regexp, and
to see the list of commands matching regexp. More here. |
|||
|
|