Variable: semantic-minor-mode-alist
semantic-minor-mode-alist is a variable defined in util-modes.el.gz.
Value
((srecode-minor-mode "")
(semantic-mru-bookmark-mode "k")
(semantic-decoration-mode "")
(semantic-idle-breadcrumbs-mode "")
(semantic-idle-completions-mode "")
(semantic-idle-local-symbol-highlight-mode "")
(semantic-idle-summary-mode "")
(semantic-idle-scheduler-mode "ARP")
(semantic-highlight-func-mode "")
(semantic-stickyfunc-mode "")
(semantic-show-parser-state-mode "")
(semantic-show-unmatched-syntax-mode "u")
(semantic-highlight-edits-mode "e"))
Documentation
Alist saying how to show Semantic minor modes in the mode line.
Like variable minor-mode-alist.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/util-modes.el.gz
(defvar semantic-minor-mode-alist nil
"Alist saying how to show Semantic minor modes in the mode line.
Like variable `minor-mode-alist'.")