benma / visual-regexp-steroids.el

Extends visual-regexp to support other regexp engines
255 stars 14 forks source link

use the regexp modifiers in isearch mode #6

Closed cpoile closed 10 years ago

cpoile commented 10 years ago

use the default modifiers in isearch mode

benma commented 10 years ago

Thanks. I am not sure if this is the right solution, though. How exactly does your use-case look like, i.e., what problem are you solving with this change?

I am asking because I am not sure if it is sensible to use the default modifiers when there currently is no way to change them for isearch (before invoking isearch, or during).