[mew-int 01162] displaying HTML in the message buffer (was: few Q ..)
Tatsuya Kinoshita
tats at example.com
Thu Nov 21 02:30:13 JST 2002
On November 19, 2002, [mew-int 01159],
Vardhan Varma <vardhan at example.com> wrote:
> 1. for html mails, mew prefer mozilla .. how do i
> display using w3 in the message buffer itself ?
I don't know w3 well, but I can recommend an alternative feature,
emacs-w3m (http://emacs-w3m.namazu.org/).
Install emacs-w3m and put the following in your configuration
file (~/.emacs or ~/.mew.el).
----
(setq mew-mime-multipart-alternative-list '("Text/Html" "Text/Plain" "*."))
(condition-case nil
(require 'mew-w3m)
(file-error nil))
;;(setq w3m-command "/usr/bin/w3mmee")
;;(setq w3m-type 'w3mmee)
----
--
Tatsuya Kinoshita
More information about the Mew-int
mailing list