semantic-stickyfunc-mode-map

semantic-stickyfunc-mode-map is a variable defined in `util-modes.el'.
Its value is shown below.
  • This variable may be risky if used as a file-local variable.

Documentation:
Keymap for stickyfunc minor mode.

Value:

(keymap (menu-bar keymap (Stickyfunc\ Mode menu-item "Stickyfunc Mode" (keymap "Stickyfunc Mode" (Copy\ Headerline\ Tag menu-item "Copy Headerline Tag" senator-copy-tag :enable (semantic-current-tag) :help "Copy the current tag to the tag ring") (Kill\ Headerline\ Tag menu-item "Kill Headerline Tag" senator-kill-tag :enable (semantic-current-tag) :help "Kill tag text to the kill ring, and copy the tag to the tag ring") (Copy\ Headerline\ Tag\ to\ Register menu-item "Copy Headerline Tag to Register" senator-copy-tag-to-register :enable (semantic-current-tag) :help "Copy the current tag to a register") (Narrow\ To\ Headerline\ Tag menu-item "Narrow To Headerline Tag" senator-narrow-to-defun :enable (semantic-current-tag) :help "Narrow to the bounds of the current tag") (Fold\ Headerline\ Tag menu-item "Fold Headerline Tag" senator-fold-tag-toggle :enable (semantic-current-tag) :button (:toggle let ((tag (semantic-current-tag))) (and tag (semantic-tag-folded-p tag))) :help "Fold the current tag to one line") (nil-9 menu-item "---") (About\ This\ Header\ Line menu-item "About This Header Line" menu-function-343 :key-sequence nil)) :visible (progn nil))) (header-line keymap (down-mouse-1 . semantic-stickyfunc-menu)))