From: Godfrey Ma <mylazylifeblog@sohu.com>
To: help-gnu-emacs@gnu.org
Subject: rss reader format incorrect
Date: Tue, 16 Dec 2008 09:30:30 +0800 [thread overview]
Message-ID: <87bpvc3o09.fsf@mylaptop.westnorth-laptop> (raw)
I read news in gnus,it is all right,but when I use nnrss to Read RSS
source,gnus display RSS like this :
////////////////////////////////////////////////////////////////////////
1995年12月23日<br /><p> <a
href="http://www.phys.ncku.edu.tw/%7Eastrolab/mirrors/apod/image/f_ring_vg1.gif">
<img
src="http://www.phys.ncku.edu.tw/%7Eastrolab/mirrors/apod/image/f_ring_vg1.gif"
alt="" width="397" height="306" /></a><br /> <strong>普罗米修斯,潘多拉
以及土星的F环 </strong><br /> <strong>影像来源:</strong><a
href="http://www.nasa.gov/">NASA</a>, <a
href="http://www.jpl.nasa.gov/">JPL</a>, <a
href="http://vraptor.jpl.nasa.gov/voyager/voyager.html">Voyager</a>
</p><p> </p> <strong>说明:</strong><a
href="http://www.phys.ncku.edu.tw/%7Eastrolab/mirrors/apod/ap951018.html">
土星</a>的第三个和第四个内卫星被意外的发现成为引力``shepards''
/////////////////////////////////////////////////////////////////////////
this is my .gnus.el,can anyone tell me why and what can I do?
************************************************************
(require 'nnrss)
(gnus-agentize) ;;开启代理功能,为了能让gnus支持离线浏览,gnus 5.10.x会自动开启该功能。
(setq gnus-select-method '(nntp "news.cn99.com")
;另外,有些用web方式发出的邮件里有html,加入下面的设置,只看其中的 plain text部分:
(eval-after-load "mm-decode"
'(progn
(add-to-list 'mm-discouraged-alternatives "text/html")
(add-to-list 'mm-discouraged-alternatives "text/richtext")))
next reply other threads:[~2008-12-16 1:30 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-12-16 1:30 Godfrey Ma [this message]
2008-12-16 1:46 ` rss reader format incorrect Godfrey Ma
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87bpvc3o09.fsf@mylaptop.westnorth-laptop \
--to=mylazylifeblog@sohu.com \
--cc=help-gnu-emacs@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.
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 read-only IMAP folder(s) and NNTP newsgroup(s).