benma / visual-regexp.el

A regexp/replace command for Emacs with interactive visual feedback
392 stars 28 forks source link

Add the ability to toggle case folding like isearch-regexp #36

Closed nispio closed 8 years ago

nispio commented 8 years ago

This commit is an example of toggling case folding during a search. It was created in response to #35. It adds the variable vr--case-fold-search and a keybinding M-c to toggle it. It is intended to imitate the behavior of isearch-regexp.

I have tested this commit with respect to visual-regexp but I have not tested how it is affected by visual-regexp-steroids. It should be verified before merging (if merged at all).

nispio commented 8 years ago

Closing this pull request, since it was meant to be a proof-of-concept only.