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-foundIf non-nil, Senator commands momentarily highlight found tags.
senator-isearch-semantic-modeNon-nil if isearch does semantic search.
senator-last-search-typeType of last non-incremental search command called.
senator-old-isearch-search-funHold previous value of ‘isearch-search-fun-function’.
senator-search-ignore-tag-classesList of ignored tag classes.
senator-search-tag-filter-functionsList of functions to be called to filter searched tags.
senator-step-at-start-end-tag-classesList of tag classes at which Senator’s navigation commands should stop.
senator-step-at-tag-classesList of tag classes recognized by Senator’s navigation commands.
senator-tag-ringRing of tags for use with cut and paste.

Defined functions (51)

copy-senator-register(ARG)
semantic-up-reference(TAG)
semantic-up-reference-default(TAG)
senator-beginning-of-defun(&optional ARG)
senator-copy-tag()
senator-copy-tag-to-register(REGISTER &optional KILL-FLAG)
senator-end-of-defun(&optional ARG)
senator-fold-tag(&optional TAG)
senator-fold-tag-toggle(&optional TAG)
senator-go-to-up-reference(&optional TAG)
senator-isearch-mode-hook()
senator-isearch-search-fun()
senator-isearch-toggle-semantic-mode()
senator-kill-tag()
senator-lazy-highlight-update()
senator-make-register(FOREIGN-TAG)
senator-make-register--cmacro(CL-WHOLE-ARG FOREIGN-TAG)
senator-mark-defun()
senator-middle-of-tag-p(POS TAG)
senator-momentary-highlight-tag(TAG)
senator-narrow-to-defun()
senator-next-tag()
senator-nonincremental-re-search-backward(STRING)
senator-nonincremental-re-search-forward(STRING)
senator-nonincremental-repeat-search-backward()
senator-nonincremental-repeat-search-forward()
senator-nonincremental-search-backward(STRING)
senator-nonincremental-search-forward(STRING)
senator-previous-tag()
senator-previous-tag-or-parent(POS)
senator-re-search-backward(REGEXP &optional BOUND NOERROR COUNT)
senator-re-search-forward(REGEXP &optional BOUND NOERROR COUNT)
senator-register-foreign-tag(senator-register-foreign-tag X)
senator-register-foreign-tag--inliner(INLINE--FORM X)
senator-register-p(X)
senator-register-p--inliner(INLINE--FORM X)
senator-search(SEARCHER TEXT &optional BOUND NOERROR COUNT)
senator-search-backward(STRING &optional BOUND NOERROR COUNT)
senator-search-default-tag-filter(TAG)
senator-search-forward(STRING &optional BOUND NOERROR COUNT)
senator-search-set-tag-class-filter(&optional CLASSES)
senator-search-tag-name(TAG)
senator-skip-p(TAG)
senator-step-at-parent(TAG)
senator-step-at-start-end-p(TAG)
senator-transpose-tags-down()
senator-transpose-tags-up()
senator-unfold-tag(&optional TAG)
senator-word-search-backward(WORD &optional BOUND NOERROR COUNT)
senator-word-search-forward(WORD &optional BOUND NOERROR COUNT)
senator-yank-tag()

Defined faces (0)