Function: semantic-displayer-traditional-with-focus-highlight-p
semantic-displayer-traditional-with-focus-highlight-p is a
byte-compiled function defined in complete.el.gz.
Signature
(semantic-displayer-traditional-with-focus-highlight-p OBJ)
Documentation
Return non-nil if OBJ is an object of type semantic-displayer-traditional-with-focus-highlight(var)/semantic-displayer-traditional-with-focus-highlight(fun).
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/complete.el.gz
;;; Simple displayer which performs traditional display completion,
;; and also focuses with highlighting.
(defclass semantic-displayer-traditional-with-focus-highlight
(semantic-displayer-focus-abstract semantic-displayer-traditional)
((find-file-focus :initform t))
"Display completions in *Completions* buffer, with focus highlight.
A traditional displayer which can focus on a tag by showing it.
Same as `semantic-displayer-traditional', but with selection between
multiple tags with the same name done by focusing on the source
location of the different tags to differentiate them.")