Function: xref--transient-buffer-mode

xref--transient-buffer-mode is an interactive and byte-compiled function defined in xref.el.gz.

Signature

(xref--transient-buffer-mode)

Documentation

Major mode derived from xref--xref-buffer-mode by define-derived-mode.

It inherits all of the parent's attributes, but has its own keymap, abbrev table and syntax table:

  xref--transient-buffer-mode-map,
xref--transient-buffer-mode-abbrev-table and xref--transient-buffer-mode-syntax-table

which more-or-less shadow xref--xref-buffer-mode's corresponding tables.

In addition to any hooks its parent mode might have run, this mode runs the hook xref--transient-buffer-mode-hook, as the final or penultimate step during initialization.

, xref-prev-line
. xref-next-line
C-o xref-show-location-at-point
M-, xref-quit-and-pop-marker-stack
N xref-next-group
P xref-prev-group
RET xref-goto-xref
RET xref-quit-and-goto-xref
TAB xref-quit-and-goto-xref
n xref-next-line
p xref-prev-line
r xref-query-replace-in-results

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/xref.el.gz
(define-derived-mode xref--transient-buffer-mode
  xref--xref-buffer-mode
  "XREF Transient.")