Function: thumbs-find-image-at-point
thumbs-find-image-at-point is an interactive and byte-compiled
function defined in thumbs.el.gz.
Signature
(thumbs-find-image-at-point &optional IMG OTHERWIN)
Documentation
Display image IMG for thumbnail at point.
Use another window if OTHERWIN is t.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/thumbs.el.gz
(defun thumbs-find-image-at-point (&optional img otherwin)
"Display image IMG for thumbnail at point.
Use another window if OTHERWIN is t."
(interactive)
(let* ((i (or img (thumbs-current-image))))
(thumbs-find-image i (point) otherwin)))