[mew-int 2992] Re: display html mail with w3m

Martin Simon marsimon at example.com
Sat Apr 30 05:54:55 JST 2011


From: Tatsuya Kinoshita <tats at example.com>
Subject: Re: display html mail with w3m
Date: Sat, 30 Apr 2011 02:57:00 +0900 (JST)

> On April 30, 2011 at 1:30AM +0900,
> tats (at vega.ocn.ne.jp) wrote:
> 
>> Does emacs-w3m (w3m-el-snapshot) work correctly, outside of Mew?
>> 
>>   M-x w3m RET
>>   U http://www.mew.org RET
> 
> If it works, the following configuration may work on Mew.
> 
> ;; Quoting from /usr/share/doc/mew-beta/examples/dot.mew.gz
> (setq mew-mime-multipart-alternative-list '("Text/Html" "Text/Plain" "*."))
> (condition-case nil
>     (require 'mew-w3m)
>   (file-error nil))
> 
> If you still have the problem, please forward your problematic mail
> to me.  I'll try to reproduce your problem.
> 
> Thanks,
> -- 
> Tatsuya Kinoshita

Thanks for your help.
I had a (unless (>= emacs-major-version 23) in the w3m setup in .mew that
prevented mew to display html. Now everything is fine.

Thanks again,

martin


More information about the Mew-int mailing list