. "$GRIMOIRE/FUNCTIONS"
           SPELL=visual-regexp
         VERSION=$(get_scm_version)
          SOURCE="${SPELL}-git.tar.bz2"
   SOURCE_URL[0]=git://github.com/benma/$SPELL.el.git
   SOURCE_IGNORE=volatile
  FORCE_DOWNLOAD=on
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
        WEB_SITE="https://github.com/benma/visual-regexp.el/"
      LICENSE[0]="GPLv3+"
         ENTERED=20140708
        KEYWORDS=""
           SHORT="A regexp/replace command for Emacs with interactive visual feedback"
cat << EOF
visual-regexp for Emacs is like `replace-regexp`, but with live visual
feedback directly in the buffer.

While constructing the regexp in the minibuffer, you get live visual feedback
for the matches, including group matches.

While constructing the replacement in the minibuffer, you get live visual
feedback for the replacements.

It can be used to replace all matches in one go (like `replace-regexp`),
or a decision can be made on each match (like `query-replace-regexp`).
EOF
