Variable: semantic-idle-breadcrumbs-format-tag-function

semantic-idle-breadcrumbs-format-tag-function is a customizable variable defined in idle.el.gz.

Value

semantic-format-tag-abbreviate

Documentation

Function to call to format information about tags.

This function should take a single argument, a Semantic tag, and return a string to display. Some useful functions are found in semantic-format-tag-functions.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/idle.el.gz
(defcustom semantic-idle-breadcrumbs-format-tag-function
  #'semantic-format-tag-abbreviate
  "Function to call to format information about tags.
This function should take a single argument, a Semantic tag, and
return a string to display.
Some useful functions are found in `semantic-format-tag-functions'."
   :group 'semantic
   :type  semantic-format-tag-custom-list)