File: scroll-lock.el.html
By activating Scroll Lock mode, keys for moving point by line or paragraph will scroll the buffer by the respective amount of lines instead. Point will be kept vertically fixed relative to window boundaries.
Defined variables (5)
scroll-lock-mode | Non-nil if Scroll-Lock mode is enabled. |
scroll-lock-mode-hook | Hook run after entering or leaving ‘scroll-lock-mode’. |
scroll-lock-mode-map | Keymap for Scroll Lock mode. |
scroll-lock-preserve-screen-pos-save | Used for saving the state of ‘scroll-preserve-screen-position’. |
scroll-lock-temporary-goal-column | Like ‘temporary-goal-column’ but for scroll-lock-* commands. |
Defined functions (8)
scroll-lock-backward-paragraph | (&optional ARG) |
scroll-lock-forward-paragraph | (&optional ARG) |
scroll-lock-mode | (&optional ARG) |
scroll-lock-move-to-column | (COLUMN) |
scroll-lock-next-line | (&optional ARG) |
scroll-lock-next-line-always-scroll | (&optional ARG) |
scroll-lock-previous-line | (&optional ARG) |
scroll-lock-update-goal-column | () |