[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] emacs/doc/emacs search.texi
From: |
Juri Linkov |
Subject: |
[Emacs-diffs] emacs/doc/emacs search.texi |
Date: |
Thu, 18 Dec 2008 01:18:57 +0000 |
CVSROOT: /sources/emacs
Module name: emacs
Changes by: Juri Linkov <jurta> 08/12/18 01:18:57
Modified files:
doc/emacs : search.texi
Log message:
(Word Search): Replace `C-s RET C-w' with `M-s w RET'
as a key binding to start a forward nonincremental word search.
Replace `C-r RET C-w' with `M-s w C-r RET' as a key binding to start
a backward nonincremental word search. Add index for `M-s w'
`isearch-forward-word'.
(Regexp Search): Add a short summary of regexp key commands like
in the node "Basic Isearch".
(Other Repeating Search): Fix typo.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/emacs/search.texi?cvsroot=emacs&r1=1.8&r2=1.9
Patches:
Index: search.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/emacs/search.texi,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- search.texi 3 Nov 2008 19:07:08 -0000 1.8
+++ search.texi 18 Dec 2008 01:18:56 -0000 1.9
@@ -434,12 +434,14 @@
If incremental search is active, toggle word search mode
(@code{isearch-toggle-word}); otherwise, begin an incremental forward
word search (@code{isearch-forward-word}).
address@hidden C-s @key{RET} C-w
-Begin a non-incremental forward word search.
address@hidden C-r @key{RET} C-w
-Begin a non-incremental backward word search.
address@hidden M-s w @key{RET} @var{words} @key{RET}
+Search for @var{words}, using a forward nonincremental word search.
address@hidden M-s w C-r @key{RET} @var{words} @key{RET}
+Search backward for @var{words}, using a nonincremental word search.
@end table
address@hidden M-s w
address@hidden isearch-forward-word
To begin a forward incremental word search, type @kbd{M-s w}. If
incremental search is not already active, this runs the command
@code{isearch-forward-word}. If incremental search is already active
@@ -450,8 +452,8 @@
@findex word-search-forward
@findex word-search-backward
- To begin a nonincremental word search, type @kbd{C-s @key{RET} C-w}
-for a forward search or @kbd{C-r @key{RET} C-w} for a forward search.
+ To begin a nonincremental word search, type @kbd{M-s w @key{RET}}
+for a forward search, or @kbd{M-s w C-r @key{RET}} for a backward search.
These run the commands @code{word-search-forward} and
@code{word-search-backward} respectively.
@@ -472,6 +474,13 @@
match for a regexp. The syntax of regular expressions is explained in
the following section.
address@hidden @kbd
address@hidden C-M-s
+Begin incremental regexp search (@code{isearch-forward-regexp}).
address@hidden C-M-r
+Begin reverse incremental regexp search (@code{isearch-backward-regexp}).
address@hidden table
+
@kindex C-M-s
@findex isearch-forward-regexp
@kindex C-M-r
@@ -1311,7 +1320,7 @@
@kindex M-s o
@item M-s o
Run @code{occur} using the search string of the last incremental
-string search. You can also run @kbd{M-s o} which an incremental
+string search. You can also run @kbd{M-s o} when an incremental
search is active; this uses the current search string.
@item M-x list-matching-lines
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] emacs/doc/emacs search.texi,
Juri Linkov <=