Gnus development mailing list
 help / color / mirror / Atom feed
From: Alex Schroeder <alex@gnu.org>
Cc: ding@gnus.org
Subject: Re: Noobish question: why doesn't nnrss display anything?
Date: Mon, 12 May 2003 22:35:02 +0200	[thread overview]
Message-ID: <87y91bkio9.fsf@gnu.org> (raw)
In-Reply-To: <873cjkklbs.fsf@batman.everybody.org> (Mark A. Hershberger's message of "Mon, 12 May 2003 14:37:43 -0500")

mah@everybody.org (Mark A. Hershberger) writes:

> CVS nnrss produces a multipart/alternative message with one text/plain
> part and one text/html part.  It looks like you have something
> rendering your html that doesn't give you links.  Try w3.el or w3m.el
> to get the links.  (There is a patch for w3m to make links act
> "better" than they do in 1.3.3, but even that works.)

Indeed...  I don't want HTML mail, I want plain text, therefore I use
the following in my .gnus:

;; No HTML mail
(setq mm-discouraged-alternatives '("text/html" "text/richtext"))
;; my lynx cannot handle the -stdin option, use true w3m (not w3m
;; mode!) instead
(require 'mm-view)
(setq mm-text-html-renderer 'true-w3m)
(add-to-list 'mm-text-html-renderer-alist
	     '(true-w3m mm-inline-render-with-stdin
			nil "w3m" "-T" "text/html"))
(add-to-list 'mm-text-html-washer-alist
	     '(true-w3m mm-inline-wash-with-stdin
			nil "w3m" "-T" "text/html"))

Would it be possible to just print the URL in the text part, too?

mah@everybody.org (Mark A. Hershberger) writes:

> I'll add support for the dates and author fields you use.  But, off
> hand, you could use <pubDate> and <author>.

Cool!  I guess I'll just wait, then.


Alex.
-- 
http://www.emacswiki.org/cgi-bin/alex.pl




  reply	other threads:[~2003-05-12 20:35 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-08 14:34 Joseph Barillari
2003-05-08 21:54 ` Mark A. Hershberger
2003-05-09  0:52   ` Joseph Barillari
2003-05-11 23:00   ` Alex Schroeder
2003-05-12  0:52     ` Mark A. Hershberger
2003-05-12 18:53       ` Alex Schroeder
2003-05-12 19:37         ` Mark A. Hershberger
2003-05-12 20:35           ` Alex Schroeder [this message]
2003-05-12 21:02             ` Mark A. Hershberger
2003-05-12 22:55               ` Alex Schroeder
2003-05-13  3:14                 ` Mark A. Hershberger
2003-05-20  8:29                   ` nnrss.el Alex Schroeder
2003-10-18 13:25                     ` nnrss.el Lars Magne Ingebrigtsen

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=87y91bkio9.fsf@gnu.org \
    --to=alex@gnu.org \
    --cc=ding@gnus.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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).