Function: idlwave-shell-mouse-print

idlwave-shell-mouse-print is an interactive and byte-compiled function defined in idlw-shell.el.gz.

Signature

(idlwave-shell-mouse-print EVENT)

Documentation

Print value of variable at the mouse position, with print.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/idlw-shell.el.gz
;;; End terrible hack section

(defun idlwave-shell-mouse-print (event)
  "Print value of variable at the mouse position, with `print'."
  (interactive "e")
  (idlwave-shell--mouse-examine event nil))