Variable: semantic-working-type
semantic-working-type is a variable defined in semantic.el.gz.
Value
percent
Documentation
The type of working message to use when parsing.
'percent means we are doing a linear parse through the buffer.
'dynamic means we are reparsing specific tags.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic.el.gz
(defvar semantic-working-type 'percent
"The type of working message to use when parsing.
'percent means we are doing a linear parse through the buffer.
'dynamic means we are reparsing specific tags.")