Variable: semantic-submode-list
semantic-submode-list is a variable defined in semantic.el.gz.
Value
(global-semantic-highlight-func-mode global-semantic-decoration-mode global-semantic-stickyfunc-mode global-semantic-idle-completions-mode global-semantic-idle-scheduler-mode global-semanticdb-minor-mode global-semantic-idle-summary-mode global-semantic-mru-bookmark-mode global-semantic-idle-local-symbol-highlight-mode global-semantic-highlight-edits-mode global-semantic-show-unmatched-syntax-mode global-semantic-show-parser-state-mode)
Documentation
List of auxiliary minor modes in the Semantic package.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic.el.gz
(defconst semantic-submode-list
'(global-semantic-highlight-func-mode
global-semantic-decoration-mode
global-semantic-stickyfunc-mode
global-semantic-idle-completions-mode
global-semantic-idle-scheduler-mode
global-semanticdb-minor-mode
global-semantic-idle-summary-mode
global-semantic-mru-bookmark-mode
global-semantic-idle-local-symbol-highlight-mode
global-semantic-highlight-edits-mode
global-semantic-show-unmatched-syntax-mode
global-semantic-show-parser-state-mode)
"List of auxiliary minor modes in the Semantic package.")