[mew-int 00673] Re: Mew and highlited URLs
Shuichi KITAGUCHI
kit at example.com
Mon Dec 31 19:27:25 JST 2001
From: "M. Warner Losh" <imp at example.com>
Subject: [mew-int 00672] Mew and highlited URLs
Date: Sun, 30 Dec 2001 19:45:47 -0700 (MST)
>
> I like the fact that URLs are highlighed in mew. However, I've been
> unable to discover how to cause an arbitrary command to run when I
> mouse clock on the highlighted text. Ideally, I'd run netscape with
> the args such that it opens a new window if possible, or run netscape
> if one isn't running already.
>
> I looked in the documentation, but only found the variable to
> highlight the URLs, not any documentation on how to do what I want.
> Am I missing something, or is this not possible right now?
>
> Warner
Please put these settings to your ~/.emacs file.
(define-key mew-message-mode-map [mouse-2] 'browse-url-at-mouse)
(setq browse-url-browser-function 'browse-url-netscape)
(setq browse-url-netscape-program "mozilla") ;; If you use Mozilla.
# browse-url.el(in Emacs package) deal with these features.
--
Shuichi Kitaguchi // kit at example.com / ki at example.com
More information about the Mew-int
mailing list