benma / visual-regexp.el

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

Clarifying prompts in vr/replace and vr/query-replace. #12

Closed Wilfred closed 10 years ago

Wilfred commented 10 years ago

Avoiding use of brackets and duplicate whitespace to make the user's regexps easier to read.

Before:

Query replace:  (Integer(\(.*?\))):

After:

Query replace Integer(\(.*?\)) with:
benma commented 10 years ago

Thanks. I fixed some whitespace issues and merged your changes.