File: outline.el.html
This package is a major mode for editing outline-format documents.
An outline can be abstracted to show headers at any given level,
with all stuff below hidden. See the Emacs manual for details.
Defined variables (32)
outline--button-icons | A list of pre-computed button icons. |
outline--cycle-buffer-state | Internal variable used for tracking buffer cycle state. |
outline--margin-width | Current margin width. |
outline--use-rtl | Non-nil when direction of clickable buttons is right-to-left. |
outline-blank-line | Non-nil means to leave an unhidden blank line before headings. |
outline-default-line-count | Minimal number of lines for a heading to be outlined. |
outline-default-long-line | Minimal number of characters in a line for a heading to be outlined. |
outline-default-rules | Determines visibility of subtree starting at ‘outline-default-state’ level. |
outline-default-state | If non-nil, some headings are initially outlined. |
outline-font-lock-keywords | Additional expressions to highlight in Outline mode. |
outline-heading-alist | Alist associating a heading for every possible level. |
outline-heading-end-regexp | Regular expression to match the end of a heading line. |
outline-imenu-generic-expression | Value for ‘imenu-generic-expression’ in Outline mode. |
outline-isearch-open-invisible-function | Function called if ‘isearch’ finishes in an invisible overlay. |
outline-level | Function of no args to compute a header’s nesting level in an outline. |
outline-margin-width | Default margin width. |
outline-minor-mode | Non-nil if Outline minor mode is enabled. |
outline-minor-mode-cycle | Enable visibility-cycling commands on headings in ‘outline-minor-mode’. |
outline-minor-mode-cycle-filter | Control where on a heading the visibility-cycling commands are bound to keys. |
outline-minor-mode-cycle-map | Keymap used as a parent of the ‘outline-minor-mode’ keymap. |
outline-minor-mode-highlight | Whether to highlight headings in ‘outline-minor-mode’ using font-lock keywords. |
outline-minor-mode-hook | Hook run after entering or leaving ‘outline-minor-mode’. |
outline-minor-mode-map | Keymap for ‘outline-minor-mode’. |
outline-minor-mode-prefix | Prefix key to use for Outline commands in Outline minor mode. |
outline-minor-mode-use-buttons | Whether to display clickable buttons on the headings. |
outline-mode-abbrev-table | Abbrev table for ‘outline-mode’. |
outline-mode-hook | This hook is run when outline mode starts. |
outline-mode-map | Keymap for ‘outline-mode’. |
outline-mode-syntax-table | Syntax table for ‘outline-mode’. |
outline-regexp | Regular expression to match the beginning of a heading. |
outline-search-function | Function to search the next outline heading. |
outline-view-change-hook | Normal hook to be run after outline visibility changes. |