help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

rss reader format incorrect


From: Godfrey Ma
Subject: rss reader format incorrect
Date: Tue, 16 Dec 2008 09:30:30 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

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")))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]