Variable: allout-post-goto-bullet

allout-post-goto-bullet is a buffer-local variable defined in allout.el.gz.

Documentation

Outline internal var, for allout-pre-command-business hot-spot operation.

When set, tells post-processing to reposition on topic bullet, and then unset it. Set by allout-pre-command-business when implementing hot-spot operation, where literal characters typed over a topic bullet are mapped to the command of the corresponding control-key on the allout-mode-map-value.

Source Code

;; Defined in /usr/src/emacs/lisp/allout.el.gz
;;;_ #5 Alteration

;;;_  - Fundamental
;;;_   = allout-post-goto-bullet
(defvar-local allout-post-goto-bullet nil
  "Outline internal var, for `allout-pre-command-business' hot-spot operation.

When set, tells post-processing to reposition on topic bullet, and
then unset it.  Set by `allout-pre-command-business' when implementing
hot-spot operation, where literal characters typed over a topic bullet
are mapped to the command of the corresponding control-key on the
`allout-mode-map-value'.")