[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Here are some other commands that find matches for a regular
expression. They all ignore case in matching, if the pattern contains
no upper-case letters and case-fold-search
is non-nil
.
Aside from occur
, all operate on the text from point to the end
of the buffer, or on the active region in Transient Mark mode.
The buffer `*Occur*' containing the output serves as a menu for finding the occurrences in their original context. Click Mouse-2 on an occurrence listed in `*Occur*', or position point there and type RET; this switches to the buffer that was searched and moves point to the original of the chosen occurrence.
You can also search multiple files under control of a tags table
(see section W.2.6 Searching and Replacing with Tags Tables) or through Dired A command
(see section AB.7 Operating on Files), or ask the grep
program to do it
(see section V.2 Searching with Grep under Emacs).
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |