Function: select-tags-table-mode

select-tags-table-mode is an interactive and byte-compiled function defined in etags.el.gz.

Signature

(select-tags-table-mode)

Documentation

Major mode for choosing a current tags table among those already loaded.

In addition to any hooks its parent mode special-mode might have run, this mode runs the hook select-tags-table-mode-hook, as the final or penultimate step during initialization.

<backtab> backward-button
C-M-i backward-button
DEL previous-line
SPC next-line
TAB forward-button
n next-line
p previous-line
q select-tags-table-quit
t push-button

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/etags.el.gz
(define-derived-mode select-tags-table-mode special-mode "Select Tags Table"
  "Major mode for choosing a current tags table among those already loaded."
  )