File: senator.el.html
This file defines some user commands for navigating between Semantic tags. This is a subset of the version of senator.el in the upstream CEDET package; the rest is incorporated into other parts of Semantic or Emacs.
Defined variables (9)
senator-highlight-found | If non-nil, Senator commands momentarily highlight found tags. |
senator-isearch-semantic-mode | Non-nil if isearch does semantic search. |
senator-last-search-type | Type of last non-incremental search command called. |
senator-old-isearch-search-fun | Hold previous value of ‘isearch-search-fun-function’. |
senator-search-ignore-tag-classes | List of ignored tag classes. |
senator-search-tag-filter-functions | List of functions to be called to filter searched tags. |
senator-step-at-start-end-tag-classes | List of tag classes at which Senator’s navigation commands should stop. |
senator-step-at-tag-classes | List of tag classes recognized by Senator’s navigation commands. |
senator-tag-ring | Ring of tags for use with cut and paste. |