Variable: allout-widgets-track-decoration
allout-widgets-track-decoration is a customizable and buffer-local
variable defined in allout-widgets.el.gz.
Documentation
If non-nil, show cursor position of each item decoration.
This is for debugging purposes, and generally set at need in a buffer rather than as a prevailing configuration (but it's handy to publicize it by making it a customization variable).
This variable was added, or its default value changed, in Emacs 24.1.
Source Code
;; Defined in /usr/src/emacs/lisp/allout-widgets.el.gz
;;;_ = allout-widgets-track-decoration nil
(defcustom allout-widgets-track-decoration nil
"If non-nil, show cursor position of each item decoration.
This is for debugging purposes, and generally set at need in a
buffer rather than as a prevailing configuration (but it's handy
to publicize it by making it a customization variable)."
:version "24.1"
:type 'boolean
:local t
:group 'allout-widgets-developer)