]> git.eshelyaron.com Git - emacs.git/commitdiff
Document re-builder.
authorEli Zaretskii <eliz@gnu.org>
Tue, 22 Aug 2000 16:29:53 +0000 (16:29 +0000)
committerEli Zaretskii <eliz@gnu.org>
Tue, 22 Aug 2000 16:29:53 +0000 (16:29 +0000)
man/search.texi

index 29938d485265b139ba9e78611c78b8ef8e80f077..98c076fd5613d46df505f28f72caef9ce85e7941 100644 (file)
@@ -684,6 +684,19 @@ of times.
 enter a tab, and @kbd{C-j} to enter a newline.  You would also type
 single backslashes as themselves, instead of doubling them for Lisp syntax.
 
+@findex re-builder
+@cindex authoring regular expressions
+  For easier authoring of regular expressions, you can use the @kbd{M-x
+re-builder} command.  It provides a convenient interface for creating
+regular expressions, by giving immediate visual feedback.  The buffer
+from which @code{re-builder} was invoked becomes the target for the
+regexp editor, which pops in a separate window.  Text that matches the
+regular expression you typed so far is color marked in the target
+buffer.  Each parenthesized sub-expression of the regexp is shown in a
+distinct face, which makes it easier to verify even very complex
+regexps.  (On displays that don't support colors, Emacs blinks the
+cursor around the matched text, like it does for matching parens.)
+
 @node Search Case, Replace, Regexps, Search
 @section Searching and Case