Function: shr-mouse-browse-url-new-window

shr-mouse-browse-url-new-window is an interactive and byte-compiled function defined in shr.el.gz.

Signature

(shr-mouse-browse-url-new-window EV)

Documentation

Browse the URL under the mouse cursor in a new window.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/net/shr.el.gz
(defun shr-mouse-browse-url-new-window (ev)
  "Browse the URL under the mouse cursor in a new window."
  (interactive "e")
  (mouse-set-point ev)
  (shr-browse-url nil nil t))