Function: semantic-displayer-focus-request

semantic-displayer-focus-request is a byte-compiled function defined in complete.el.gz.

Signature

(semantic-displayer-focus-request ARG &rest ARGS)

Aliases

semantic-displayor-focus-request (obsolete since 27.1)

Implementations

((obj semantic-displayer-ghost)) in `semantic/complete.el'.

Focus in on possible tag completions. Focus is performed by cycling through the tags and showing a possible completion text in ghost text.

((obj semantic-displayer-traditional-with-focus-highlight)) in `semantic/complete.el'.

Focus in on possible tag completions. Focus is performed by cycling through the tags and highlighting one in the source buffer.

((obj semantic-displayer-abstract)) in `semantic/complete.el'.

A request to for the displayer to focus on some tag option.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/complete.el.gz
(cl-defmethod semantic-displayer-focus-request ((_obj semantic-displayer-abstract))
  "A request to for the displayer to focus on some tag option."
  (ding))