Variable: semantic-idle-scheduler-verbose-flag
semantic-idle-scheduler-verbose-flag is a customizable variable
defined in idle.el.gz.
Value
nil
Documentation
Non-nil means that the idle scheduler should provide debug messages.
Use this setting to debug idle activities.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/idle.el.gz
(defcustom semantic-idle-scheduler-verbose-flag nil
"Non-nil means that the idle scheduler should provide debug messages.
Use this setting to debug idle activities."
:group 'semantic
:type 'boolean)