Function: thumbs-mode
thumbs-mode is an interactive and byte-compiled function defined in
thumbs.el.gz.
Signature
(thumbs-mode)
Documentation
Preview images in a thumbnails buffer.
This mode runs the hook thumbs-mode-hook, as the final or penultimate
step during initialization.
+ thumbs-show-more-images
<delete> thumbs-delete-images
<down> thumbs-forward-line
<left> thumbs-backward-char
<mouse-2> thumbs-mouse-find-image
<return> thumbs-find-image-at-point
<right> thumbs-forward-char
<up> thumbs-backward-line
C-<return> thumbs-set-image-at-point-to-root-window
M-<return> thumbs-find-image-at-point-other-window
R thumbs-rename-images
d thumbs-dired
m thumbs-mark
q thumbs-kill-buffer
s thumbs-show-name
u thumbs-unmark
x thumbs-delete-images
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/thumbs.el.gz
(define-derived-mode thumbs-mode
fundamental-mode "thumbs"
"Preview images in a thumbnails buffer."
(setq buffer-read-only t))