[mew-int 01115] Re: Handling Incoming HTML attachments

Charles Muller acmuller at example.com
Fri Oct 11 19:09:33 JST 2002


Kazu wrote:

> " in the Mew package to know how to
> watch HTML files inline.

Yes, and since I use Mozilla as my browser, it would be nice if I could
simply click on a URL in the message and start up Mozilla. Up to now, I have
never been able to start Mozilla from a mouse-click or other action (such
as <enter>) in MEW. I am able to start Mozilla up from events in TEI-Emacs mode, however. 

I looked in mew.dot.emacs, and found that some lines were already contained in my
.mew.el file, and some weren't. The lines tagged as [old] were originally
in my .mew.el, and the ones tagged as [new], I now added from
mew.dot.emacs. I will see what happens the next time I have incoming HTML mail.

[old] (setq mew-prog-html '(mew-mime-text/html mew-mime-text/html-ext))
 [old](setq mew-prog-text/html-ext "mozilla")
[new] (define-key mew-message-mode-map [mouse-2] 'browse-url-at-mouse)
[new](setq browse-url-netscape-program "mozilla")
[new](setq thing-at-point-url-path-regexp "[~/A-Za-z0-9---_.${}#%,:]+")
[old] (setq mew-prog-text/html-ext-arg '("-remote" "openFile(%s)"))

Thank you very much for pointing this out.

Chuck

---------------------------
Charles Muller  <acmuller at example.com>
Faculty of Humanities,  Toyo Gakuen University
Digital Dictionary of Buddhism and CJKV-English Dictionary 
[http://www.acmuller.net]
Mobile Phone: 090-9310-1787



More information about the Mew-int mailing list