File: view.el.html
This package provides the view minor mode documented in the Emacs
user's manual.
View mode entry and exit is done through the functions view-mode-enter
and view-mode-exit. Use these functions to enter or exit view-mode(var)/view-mode(fun) from
Emacs Lisp programs.
We use both view- and View- as prefix for symbols. View- is used as prefix for commands that have a key binding. view- is used for commands without key binding. The purpose of this is to make it easier for a user to use command name completion.
Defined variables (13)
view-exit-action | If non-nil, a function called when finished viewing. |
view-exits-all-viewing-windows | Non-nil means restore all windows used to view buffer. |
view-half-page-size | Default number of lines to scroll by View half page commands. |
view-highlight-face | The face used for highlighting the match found by View mode search. |
view-inhibit-help-message | Non-nil inhibits the help message shown upon entering View mode. |
view-mode | Non-nil if View mode is enabled. |
view-mode-hook | Normal hook run when starting to view a buffer or file. |
view-mode-map | Keymap for ‘view-mode’. |
view-no-disable-on-exit | If non-nil, View mode "exit" commands don’t actually disable View mode. |
view-overlay | Overlay used to display where a search operation found its match. |
view-page-size | Default number of lines to scroll by View page commands. |
view-scroll-auto-exit | Non-nil means scrolling past the end of buffer exits View mode. |
view-try-extend-at-buffer-end | Non-nil means try to load more of file when reaching end of buffer. |