outline-mode-menu-bar-map
outline-mode-menu-bar-map is a variable defined in `
outline.el
'.
Its value is shown
below.
- This variable may be risky if used as a file-local variable.
Documentation:
Not documented as a variable.
Value:
(keymap
(headings "Headings" keymap
(outline-up-heading menu-item "Up" outline-up-heading :help "Move to the visible heading line of which the present line is a subheading")
(outline-next-visible-heading menu-item "Next" outline-next-visible-heading :help "Move to the next visible heading line")
(outline-previous-visible-heading menu-item "Previous" outline-previous-visible-heading :help "Move to the previous heading line")
(outline-forward-same-level menu-item "Next Same Level" outline-forward-same-level :help "Move forward to the arg'th subheading at same level as this one")
(outline-backward-same-level menu-item "Previous Same Level" outline-backward-same-level :help "Move backward to the arg'th subheading at same level as this one.")
(outline-insert-heading menu-item "New Heading" outline-insert-heading :help "Insert a new heading at same depth at point")
(copy menu-item "Copy to Kill Ring" outline-headers-as-kill :enable mark-active :help "Save the visible outline headers in region at the start of the kill ring")
(move-subtree-up menu-item "Move Subtree Up" outline-move-subtree-up :help "Move the current subtree up past arg headlines of the same level")
(move-subtree-down menu-item "Move Subtree Down" outline-move-subtree-down :help "Move the current subtree down past arg headlines of the same level")
(promote-subtree menu-item "Promote Subtree" outline-promote :help "Promote headings higher up the tree")
(demote-subtree menu-item "Demote Subtree" outline-demote :help "Demote headings lower down the tree")
"Headings")
(show "Show" keymap
(show-all menu-item "Show All" show-all :help "Show all of the text in the buffer")
(show-entry menu-item "Show Entry" show-entry :help "Show the body directly following this heading")
(show-branches menu-item "Show Branches" show-branches :help "Show all subheadings of this heading, but not their bodies")
(show-children menu-item "Show Children" show-children :help "Show all direct subheadings of this heading")
(show-subtree menu-item "Show Subtree" show-subtree :help "Show everything after this heading at deeper levels")
"Show")
(hide "Hide" keymap
(hide-leaves menu-item "Hide Leaves" hide-leaves :help "Hide the body after this heading and at deeper levels")
(hide-body menu-item "Hide Body" hide-body :help "Hide all body lines in buffer, leaving all headings visible")
(hide-entry menu-item "Hide Entry" hide-entry :help "Hide the body directly following this heading")
(hide-subtree menu-item "Hide Subtree" hide-subtree :help "Hide everything after this heading at deeper levels")
(hide-sublevels menu-item "Hide Sublevels" hide-sublevels :help "Hide everything but the top LEVELS levels of headers, in whole buffer")
(hide-other menu-item "Hide Other" hide-other :help "Hide everything except current body and parent and top-level headings")
"Hide"))