/[emacs]/emacs/man/search.texi
ViewVC logotype

Diff of /emacs/man/search.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.33.2.10 by miles, Sat Sep 4 09:26:23 2004 UTC revision 1.33.2.11 by miles, Sat Sep 4 09:28:14 2004 UTC
# Line 215  string.  It uses the same text that @kbd Line 215  string.  It uses the same text that @kbd
215  there.  In Transient Mark mode, incremental search sets the mark without  there.  In Transient Mark mode, incremental search sets the mark without
216  activating it, and does so only if the mark is not already active.  activating it, and does so only if the mark is not already active.
217    
218    @kbd{M-%} or @kbd{C-M-%} exits the incremental search and starts an    @kbd{M-%} typed in incremental search invokes @code{query-replace}
219  interactive command @code{query-replace} or @code{query-replace-regexp}  or @code{query-replace-regexp} (depending on search mode) with the
220  with the last search string inserted in the minibuffer as initial input  current search string used as the string to replace.
 for the string to replace.  
221    
222  @cindex lazy search highlighting  @cindex lazy search highlighting
223  @vindex isearch-lazy-highlight  @vindex isearch-lazy-highlight
# Line 1080  ask you to edit the replacement string i Line 1079  ask you to edit the replacement string i
1079  point where the @samp{\?} was.  For example,  point where the @samp{\?} was.  For example,
1080    
1081  @example  @example
1082  M-x replace-regexp @key{RET} \footnote@{ @key{RET}  M-x replace-regexp @key{RET} \\footnote@{ @key{RET}
1083  \&\\label@{fn:\#\?@} @key{RET}  \&\\label@{fn:\#\?@} @key{RET}
1084  @end example  @end example
1085    
# Line 1286  searched and moves point to the original Line 1285  searched and moves point to the original
1285  @kbd{o} and @kbd{C-o} display the match in another window; @kbd{C-o}  @kbd{o} and @kbd{C-o} display the match in another window; @kbd{C-o}
1286  does not select it.  does not select it.
1287    
1288    Occur mode supports the @code{next-error} functionality described in
1289    in @ref{Compilation Mode}.
1290    
1291  @item M-x list-matching-lines  @item M-x list-matching-lines
1292  Synonym for @kbd{M-x occur}.  Synonym for @kbd{M-x occur}.
1293    

Legend:
Removed from v.1.33.2.10  
changed lines
  Added in v.1.33.2.11

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26