occur-mode

occur-mode is an interactive compiled Lisp function in `replace.el'.


(occur-mode)

Parent mode: `special-mode'.

Major mode for output from M-s o.
Move point to one of the items in this buffer, then use
RET to go to the occurrence that the item refers to.
Alternatively, click <mouse-2> on an item to go to it.

key binding
--- -------

C-c Prefix Command
RET occur-mode-goto-occurrence
C-o occur-mode-display-occurrence
ESC Prefix Command
c clone-buffer
e occur-edit-mode
o occur-mode-goto-occurrence-other-window
r occur-rename-buffer
<mouse-2> occur-mode-mouse-goto

M-n occur-next
M-p occur-prev

C-c C-c occur-mode-goto-occurrence
C-c C-f next-error-follow-minor-mode



In addition to any hooks its parent mode `special-mode' might have run,
this mode runs the hook `occur-mode-hook', as the final step
during initialization.