File: util-modes.el.html

Semantic utility minor modes.

Defined variables (38)

global-semantic-highlight-edits-modeNon-nil if Global Semantic-Highlight-Edits mode is enabled.
global-semantic-highlight-edits-mode-hookHook run after entering or leaving ‘global-semantic-highlight-edits-mode’.
global-semantic-highlight-func-modeNon-nil if Global Semantic-Highlight-Func mode is enabled.
global-semantic-highlight-func-mode-hookHook run after entering or leaving ‘global-semantic-highlight-func-mode’.
global-semantic-show-parser-state-modeNon-nil if Global Semantic-Show-Parser-State mode is enabled.
global-semantic-show-parser-state-mode-hookHook run after entering or leaving ‘global-semantic-show-parser-state-mode’.
global-semantic-show-unmatched-syntax-modeNon-nil if Global Semantic-Show-Unmatched-Syntax mode is enabled.
global-semantic-show-unmatched-syntax-mode-hookHook run after entering or leaving ‘global-semantic-show-unmatched-syntax-mode’.
global-semantic-stickyfunc-modeNon-nil if Global Semantic-Stickyfunc mode is enabled.
global-semantic-stickyfunc-mode-hookHook run after entering or leaving ‘global-semantic-stickyfunc-mode’.
semantic-highlight-edits-modeNon-nil if Semantic-Highlight-Edits mode is enabled.
semantic-highlight-edits-mode-hookHook run at the end of function ‘semantic-highlight-edits-mode’.
semantic-highlight-edits-mode-mapKeymap for highlight-edits minor mode.
semantic-highlight-func-ct-overlayOverlay used to highlight the tag the cursor is in.
semantic-highlight-func-modeNon-nil if Semantic-Highlight-Func mode is enabled.
semantic-highlight-func-mode-hookHook run at the end of function ‘semantic-highlight-func-mode’.
semantic-highlight-func-mode-mapKeymap for highlight-func minor mode.
semantic-highlight-func-popup-menuHighlight-Func Menu.
semantic-minor-mode-alistAlist saying how to show Semantic minor modes in the mode line.
semantic-minor-modes-formatMode line format showing Semantic minor modes which are locally enabled.
semantic-mode-line-prefixPrefix added to minor mode indicators in the mode line.
semantic-show-parser-state-modeNon-nil if Semantic-Show-Parser-State mode is enabled.
semantic-show-parser-state-mode-hookHook run at the end of function ‘semantic-show-parser-state-mode’.
semantic-show-parser-state-mode-mapKeymap for show-parser-state minor mode.
semantic-show-parser-state-stringString showing the parser state for this buffer.
semantic-show-unmatched-syntax-modeNon-nil if Semantic-Show-Unmatched-Syntax mode is enabled.
semantic-show-unmatched-syntax-mode-hookHook run at the end of function ‘semantic-show-unmatched-syntax-mode’.
semantic-show-unmatched-syntax-mode-mapKeymap for command ‘semantic-show-unmatched-syntax-mode’.
semantic-stickyfunc-header-line-formatThe header line format used by stickyfunc mode.
semantic-stickyfunc-indent-stringString used to indent the stickyfunc header.
semantic-stickyfunc-modeNon-nil if Semantic-Stickyfunc mode is enabled.
semantic-stickyfunc-mode-hookHook run at the end of function ‘semantic-stickyfunc-mode’.
semantic-stickyfunc-mode-mapKeymap for stickyfunc minor mode.
semantic-stickyfunc-old-hlfValue of the header line when entering stickyfunc mode.
semantic-stickyfunc-popup-menuStickyfunc Menu.
semantic-stickyfunc-show-only-functions-pNon-nil means don’t show lines that aren’t part of a tag.
semantic-stickyfunc-sticky-classesList of tag classes which stickyfunc will display in the header line.
semantic-update-mode-lineIf non-nil, show enabled minor modes in the mode line.

Defined functions (33)

global-semantic-highlight-edits-mode(&optional ARG)
global-semantic-highlight-func-mode(&optional ARG)
global-semantic-show-parser-state-mode(&optional ARG)
global-semantic-show-unmatched-syntax-mode(&optional ARG)
global-semantic-stickyfunc-mode(&optional ARG)
semantic-add-minor-mode(TOGGLE NAME)
semantic-clean-token-of-unmatched-syntax(TOKEN)
semantic-clean-unmatched-syntax-in-buffer()
semantic-clean-unmatched-syntax-in-region(BEG END)
semantic-desktop-ignore-this-minor-mode(BUFFER)
semantic-highlight-edits-mode(&optional ARG)
semantic-highlight-edits-new-change-hook-fcn(OVERLAY)
semantic-highlight-func-highlight-current-tag(&optional DISABLE)
semantic-highlight-func-menu(EVENT)
semantic-highlight-func-mode(&optional ARG)
semantic-highlight-func-popup-menu(ARG1)
semantic-mode-line-update()
semantic-next-unmatched-syntax(POINT &optional BOUND)
semantic-show-parser-state-auto-marker()
semantic-show-parser-state-marker(&rest IGNORE)
semantic-show-parser-state-mode(&optional ARG)
semantic-show-unmatched-lex-tokens-fetch()
semantic-show-unmatched-syntax(SYNTAX)
semantic-show-unmatched-syntax-mode(&optional ARG)
semantic-show-unmatched-syntax-next()
semantic-showing-unmatched-syntax-p()
semantic-stickyfunc-fetch-stickyline()
semantic-stickyfunc-menu(EVENT)
semantic-stickyfunc-mode(&optional ARG)
semantic-stickyfunc-popup-menu(ARG1)
semantic-stickyfunc-tag-to-stick()
semantic-toggle-minor-mode-globally(MODE &optional ARG)
semantic-unmatched-syntax-overlay-p(OVERLAY)

Defined faces (3)

semantic-highlight-edits-faceFace used to show dirty tokens in `semantic-highlight-edits-mode'.
semantic-highlight-func-current-tag-faceFace used to show the top of current function.
semantic-unmatched-syntax-faceFace used to show unmatched syntax in. The face is used in `semantic-show-unmatched-syntax-mode'.