Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Read HTML mail with W3M

129 views
Skip to first unread message

Slackrat

unread,
Dec 6, 2009, 2:20:39 PM12/6/09
to info-gnu...@gnu.org

I have the following installed
emacs-22.1-source.tar.gz
emacs-w3m-1.4.4-source.tar.gz
libgc_6.4.orig-source.tar.gz
muse-3.11-info-source.tar.gz
muse-3.11-source.tar.gz
randomsig.el
w3m-0.5.2-source.tar.gz

I use Feed my Inbox to bring in RSS items by email as using gnus
directly slows my load since I have many RSS sources.
http://www.feedmyinbox.com/

Currently I W-h and W-w to get the mails into a reasonable state to
read them as they are in fact HTML emails.

But I was thinking of using W3M which I have available to automatically
render them readable:

I may have erred in my .emacs where I have:
;; use w3m
(require 'w3m-load)
(require 'mime-w3m)

But a debug says emacs can't find "mime-parse" and I am unable to find
this file

Any ideas anyone?

--
Slackrat


Nicolas KOWALSKI

unread,
Dec 7, 2009, 6:13:31 AM12/7/09
to info-gnu...@gnu.org
Slackrat <g-no...@azurservers.com> writes:

> Currently I W-h and W-w to get the mails into a reasonable state to
> read them as they are in fact HTML emails.
>
> But I was thinking of using W3M which I have available to automatically
> render them readable:

For w3m, I only this in my ~/.gnus, and it works:

(setq
;; html things
mm-text-html-renderer 'w3m
)

--
Nicolas


0 new messages