Variable: allout-widgets-maintain-tally
allout-widgets-maintain-tally is a customizable variable defined in
allout-widgets.el.gz.
Value
nil
Documentation
If non-nil, maintain a collection of widgets, allout-widgets-tally.
This is for debugging purposes.
The tally shows the total number of item widgets in the current buffer, and tracking increases as new widgets are added and decreases as obsolete widgets are garbage collected.
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-maintain-tally nil
(defcustom allout-widgets-maintain-tally nil
"If non-nil, maintain a collection of widgets, `allout-widgets-tally'.
This is for debugging purposes.
The tally shows the total number of item widgets in the current
buffer, and tracking increases as new widgets are added and
decreases as obsolete widgets are garbage collected."
:version "24.1"
:type 'boolean
:group 'allout-widgets-developer)