semantic-show-parser-state-mode

semantic-show-parser-state-mode is an interactive autoloaded compiled Lisp function in `util-modes.el'.


(semantic-show-parser-state-mode &optional ARG)

Minor mode for displaying parser cache state in the modeline.
The cache can be in one of three states. They are
Up to date, Partial reparse needed, and Full reparse needed.
The state is indicated in the modeline with the following characters:
`-' -> The cache is up to date.
`!' -> The cache requires a full update.
`~' -> The cache needs to be incrementally parsed.
`%' -> The cache is not currently parsable.
`@' -> Auto-parse in progress (not set here.)
With prefix argument ARG, turn on if positive, otherwise off. The
minor mode can be turned on only if semantic feature is available and
the current buffer was set up for parsing. Return non-nil if the
minor mode is enabled.