all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Stephen J. Turnbull" <stephen@xemacs.org>
To: rms@gnu.org
Cc: Ken Olum <kdo@cosmos.phy.tufts.edu>, emacs-devel@gnu.org
Subject: Re: HTML mail in rmail
Date: Sat, 12 Oct 2013 10:36:23 +0900	[thread overview]
Message-ID: <87y55zgtig.fsf@uwakimon.sk.tsukuba.ac.jp> (raw)
In-Reply-To: <E1VUlfC-0002qo-Hr@fencepost.gnu.org>

Richard Stallman writes:

 > I have a simple macro to save the HTML into a file.
 > Then I run lynx in a different terminal.

lynx (also links, w3m, etc IIRC) has a filter mode[1]:

(defun mua-tame-html (start end)
  (shell-command-on-region start end
    ;; add options to taste, these (used to) do pretty well IM(now old)E
    "lynx -force_html -dump -stdin -width 72"
    nil 'replace))

Footnotes: 
[1]  Some of them don't know how to read from stdin so you need a
temporary file.  Also, whether you prefer to read such mail in RMail
or in a separate browser is a matter of taste and of the need for
browser features when reading.






  reply	other threads:[~2013-10-12  1:36 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-11 20:21 HTML mail in rmail Ken Olum
2013-10-11 20:33 ` Eli Zaretskii
2013-10-13 11:50   ` Kenichi Handa
2013-12-27 20:10     ` bug#4258: [patch] " Ken Olum
2013-12-27 20:10     ` Ken Olum
2014-01-07 19:15       ` Glenn Morris
2014-01-07 20:08         ` joakim
2013-10-11 22:58 ` Richard Stallman
2013-10-12  1:36   ` Stephen J. Turnbull [this message]
     [not found] <q5238csecdk.fsf@cosmos.phy.tufts.edu>
2014-08-20 14:19 ` bug#4258: Your Emacs contributions Stefan Monnier
2014-08-20 14:48   ` Eli Zaretskii
2014-08-26 18:45     ` Eli Zaretskii
2014-08-27 14:30       ` Ken Olum
2014-08-27 14:58         ` Eli Zaretskii
2014-08-28 15:18       ` Eli Zaretskii
2014-09-04 15:52         ` bug#4258: Preferring HTML parts Ken Olum
2014-09-04 16:28           ` Stefan Monnier
2014-09-04 17:59             ` Ken Olum
2014-09-04 20:27               ` Stefan Monnier
2014-09-06 15:19           ` Eli Zaretskii
2014-09-07  0:11             ` Ken Olum
2014-09-13  9:29               ` Eli Zaretskii
2014-09-13 16:44                 ` Glenn Morris
2014-09-13 19:03                   ` Eli Zaretskii
  -- strict thread matches above, loose matches on Subject: below --
2009-08-25 18:36 bug#4258: Feature Request - Rmail - Html Marco Oliva

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87y55zgtig.fsf@uwakimon.sk.tsukuba.ac.jp \
    --to=stephen@xemacs.org \
    --cc=emacs-devel@gnu.org \
    --cc=kdo@cosmos.phy.tufts.edu \
    --cc=rms@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.