Function: thumbs-find-image-at-point-other-window

thumbs-find-image-at-point-other-window is an interactive and byte-compiled function defined in thumbs.el.gz.

Signature

(thumbs-find-image-at-point-other-window)

Documentation

Display image for thumbnail at point in the preview buffer.

Open another window.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/thumbs.el.gz
(defun thumbs-find-image-at-point-other-window ()
  "Display image for thumbnail at point in the preview buffer.
Open another window."
  (interactive)
  (thumbs-find-image-at-point nil t))