Variable: widget-skip-inactive
widget-skip-inactive is a customizable variable defined in
wid-edit.el.gz.
Value
nil
Documentation
If non-nil, skip inactive widgets when tabbing through buffer.
This variable was added, or its default value changed, in Emacs 30.1.
Probably introduced at or before Emacs version 30.1.
Source Code
;; Defined in /usr/src/emacs/lisp/wid-edit.el.gz
(defcustom widget-skip-inactive nil
"If non-nil, skip inactive widgets when tabbing through buffer."
:version "30.1"
:group 'widgets
:type 'boolean)