[mew-int 2596] how to run w3m automatically on Text/HTML messages

Richard Lister rlister+mew at example.com
Wed Sep 3 04:25:59 JST 2008


Hi folks

Mew 6.1, emacs 22.2.1:

I have the following in ~/.mew.el:


(require 'mew-w3m)

(setq mew-prog-text/html 'mew-mime-text/html-w3m)

(setq mew-use-w3m-minor-mode t)
(add-hook 'mew-message-hook 'mew-w3m-minor-mode-setter)

(setq mew-use-alternative t)
(setq mew-mime-multipart-alternative-list '("Text/Html" "Text/Plain" "*."))


When I select a message where Multipart/Alternative is Text/HTML, I
see the HTML code and have to type '.' to see the w3m minor-mode view.

How can I have the w3m display automatically when I select a message?

Thanks
Ric



More information about the Mew-int mailing list