[mew-int 2992] Re: display html mail with w3m
Martin Simon <[email protected]> Fri, 29 Apr 2011 22:54:55 +0200 (CEST)
| Newsgroups | gmane.mail.mew.general |
|---|---|
| Message-ID | <[email protected]> |
From: Tatsuya Kinoshita <[email protected]> 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