Function: recentf-dialog-mode

recentf-dialog-mode is an interactive and byte-compiled function defined in recentf.el.gz.

Signature

(recentf-dialog-mode)

Documentation

Major mode of recentf dialogs.

0 recentf-open-most-recent-file-0
1 recentf-open-most-recent-file-1
2 recentf-open-most-recent-file-2
3 recentf-open-most-recent-file-3
4 recentf-open-most-recent-file-4
5 recentf-open-most-recent-file-5
6 recentf-open-most-recent-file-6
7 recentf-open-most-recent-file-7
8 recentf-open-most-recent-file-8
9 recentf-open-most-recent-file-9
<backtab> widget-backward
<down-mouse-1> widget-button-click
<down-mouse-2> widget-button-click
C-M-i widget-backward
RET widget-button-press
S-<tab> widget-backward
TAB widget-forward
n next-line
p previous-line
q recentf-cancel-dialog

This mode runs the hook recentf-dialog-mode-hook, as the final or penultimate step during initialization.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/recentf.el.gz
(define-derived-mode recentf-dialog-mode nil "recentf-dialog"
  "Major mode of recentf dialogs.

\\{recentf-dialog-mode-map}"
  :syntax-table nil
  :abbrev-table nil
  (setq truncate-lines t))