Function: thumbs-view-image-mode

thumbs-view-image-mode is an interactive and byte-compiled function defined in thumbs.el.gz.

Signature

(thumbs-view-image-mode)

Documentation

Major-mode.

Uses keymap thumbs-view-image-mode-map, abbrev table thumbs-view-image-mode-abbrev-table and syntax-table thumbs-view-image-mode-syntax-table.

This mode runs the hook thumbs-view-image-mode-hook, as the final or penultimate step during initialization.

+ thumbs-enlarge-image
- thumbs-shrink-image
< thumbs-rotate-left
<next> thumbs-next-image
<prior> thumbs-previous-image
> thumbs-rotate-right
^ thumbs-display-thumbs-buffer
e thumbs-emboss-image
q thumbs-kill-buffer
r thumbs-resize-image
s thumbs-save-current-image
w thumbs-set-root

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/thumbs.el.gz
(define-derived-mode thumbs-view-image-mode
  fundamental-mode "image-view-mode"
  (setq buffer-read-only t))