* rss reader format incorrect
@ 2008-12-16 1:30 Godfrey Ma
2008-12-16 1:46 ` Godfrey Ma
0 siblings, 1 reply; 2+ messages in thread
From: Godfrey Ma @ 2008-12-16 1:30 UTC (permalink / raw)
To: help-gnu-emacs
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")))
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: rss reader format incorrect
2008-12-16 1:30 rss reader format incorrect Godfrey Ma
@ 2008-12-16 1:46 ` Godfrey Ma
0 siblings, 0 replies; 2+ messages in thread
From: Godfrey Ma @ 2008-12-16 1:46 UTC (permalink / raw)
To: help-gnu-emacs
hi,guys,I find way to resolve it .and thanks
;; Set the default value of `mm-discouraged-alternatives'.
(eval-after-load "gnus-sum"
'(add-to-list
'gnus-newsgroup-variables
'(mm-discouraged-alternatives
. '("text/html" "image/.*"))))
;; Display `text/html' parts in `nnrss' groups.
(add-to-list
'gnus-parameters
'("\\`nnrss:" (mm-discouraged-alternatives nil)))
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-12-16 1:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-16 1:30 rss reader format incorrect Godfrey Ma
2008-12-16 1:46 ` Godfrey Ma
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.