isearch-forward - Search forward incrementally (interactive)
isearch-backward - Search backwards incrementally (interactive)
isearch-forward (C-s)
isearch-backward (C-r)
isearch-forward provides an interactive search in the forward direction. This command is similar to search-forward(2), but it processes the search as each character of the input string is typed in. This allows the user to only use as many key-strokes as are needed to uniquely specify the string being searched.
The follow keys can be used at the start of an incremental search only:
C-s - Search for last string.
C-m - Perform a search-forward instead.
esc p,
esc n - Scroll through history list etc (See
ml-bind-key(2)).
Several control characters are active while isearching:
C-s or C-x
C-r
C-h
C-w
C-g
esc or C-m
isearch-backward is the same as isearch-forward, but it searches in the reverse direction.
For both commands when the end of the buffer is reached, an alarm is raised (bell etc.) a further search request (C-s) causes the search to commence from the start of the buffer.
The ml-bind-key(2) bindings are used.
The incremental search supports buffer modes exact(2m) and magic(2m).
Due to the dynamic nature of active ipipe-shell-command(2) buffers the search history cannot be stored in the same way (list of fixed locations). As a result the search history is stored as a list of searches which are not guaranteed to be consistent.
(c) Copyright JASSPA 1999
Last Modified: 1999/06/24
Generated On: 1999/12/01