From 52a1b592d0530636b7c331a1f3645eb6b2b98da3 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Fri, 6 Jan 2006 05:57:58 +0000 Subject: [PATCH] Synch to No Gnus 200601060557. --- texi/ChangeLog | 5 +++++ texi/gnus-ja.texi | 18 ++++++++++++++---- texi/gnus.texi | 34 +++++++++++++++++++++++++++++++--- 3 files changed, 50 insertions(+), 7 deletions(-) diff --git a/texi/ChangeLog b/texi/ChangeLog index c25ef93..a0fb572 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,3 +1,8 @@ +2006-01-06 Katsumi Yamaoka + + * gnus.texi (Group Parameters): Fix description. + (RSS): Addition. + 2005-12-22 Katsumi Yamaoka * gnus.texi (Summary Post Commands): Fix function bound to `S O p'. diff --git a/texi/gnus-ja.texi b/texi/gnus-ja.texi index dad8e71..3d193bb 100644 --- a/texi/gnus-ja.texi +++ b/texi/gnus-ja.texi @@ -3094,10 +3094,10 @@ nntp+news.gnus.org:gmane.text.docbook.apps $BJL$7$J$$$h$&$K$7$?$$$J$i!"$=$l$r(B @code{t} $B$K@_Dj$7$F2<$5$$!#(B @code{gnus-parameters} $B$r2p$9$k$3$H$K$h$C$F!"%0%k!<%W$K$h$C$F0[$J$kJB$Y(B -$BBX$($rDj5A$9$k$3$H$,$G$-$^$9!#$3$l$O!"(B@acronym{NNTP} $B$G$OI=Bj$G!"(B -@acronym{RSS} $B%0%k!<%W$G$O:G?7$N%K%e!<%9$,@hF,$K$J$k$h$&$KF|IU$G!"$=$l$>(B -$B$lJB$YBX$($r9T$J$&Nc$G$9!#$3$NNc$N:G=i$N%0%k!<%W$O!"(Bnews.gmane.org $B$+$i(B -$B$lJB$YBX$($r9T$J$&Nc$G$9!#$3$NNc$N:G=i$N%0%k!<%W$O!"(Bnews.gmane.org $B$+(B +$B$i@\(B nnrss $B$N(B url $B$r%*!<%W%s$9$k$N$KJX(B $BMx$+$b$7$l$^$;$s!#(B + @lisp (require 'browse-url) @@ -15679,6 +15680,15 @@ Language) $B$G%m!<%I(B/$B%;!<%V$9$k$?$a$K!"0J2<$N%3%^%s%I$r;H$&$3$H$b$G$-$^$9 (add-to-list 'nnmail-extra-headers nnrss-url-field) @end lisp +@code{nnrss} $B%P%C%/%(%s%I$O(B @samp{text/plain} $B$+(B @samp{text/html} $B$N5-;v(B +$B$r:n$j$^$9!#$I$A$i$r:n$k$+$O(B @code{mime-preview-condition} $BJQ?t$NCM$K$h$C(B +$B$F7h$^$j$^$9!#$b$7(B @uref{http://emacs-w3m.namazu.org/, emacs-w3m} $B$K4^$^(B +$B$l$F$$$k(B @code{mime-w3m} $B%b%8%e!<(B +$B%k(B (@pxref{SEMI MUAs, ,@acronym{SEMI} MUA $B$G(B HTML $B%a!<%k$rFI$`(B, +emacs-w3m-ja, Emacs-w3m-ja}) $B$r;H$C$F$$$k$N$J$i$P!"(B@samp{text/html} $B$N5-(B +$B;v$r:n$k$h$&$K!"<+F0E*$K(B @code{mime-preview-condition} $BJQ?t$,@_Dj$5$l$k(B +$B$G$7$g$&!#(B + @node Customizing W3 @subsection W3 $B$N%+%9%?%^%$%:(B @cindex W3 diff --git a/texi/gnus.texi b/texi/gnus.texi index 684ff39..d7b8928 100644 --- a/texi/gnus.texi +++ b/texi/gnus.texi @@ -3126,9 +3126,9 @@ always in a case-insensitive manner. You can define different sorting to different groups via @code{gnus-parameters}. Here is an example to sort an @acronym{NNTP} -group by subject and an @acronym{RSS} group by reverse date to see the -latest news at the top. In this example, the first group is the Debian -daily news group @code{gmane.linux.debian.user.news} from +group by reverse date to see the latest news at the top and an +@acronym{RSS} group by subject. In this example, the first group is the +Debian daily news group @code{gmane.linux.debian.user.news} from news.gmane.org. The @acronym{RSS} group corresponds to the Debian weekly news RSS feed @url{http://packages.debian.org/unstable/newpkg_main.en.rdf}, @@ -16190,6 +16190,7 @@ the summary buffer. The following code may be useful to open an nnrss url directly from the summary buffer. + @lisp (require 'browse-url) @@ -16212,6 +16213,33 @@ summary buffer. (add-to-list 'nnmail-extra-headers nnrss-url-field) @end lisp +The @code{nnrss} back end generates @samp{multipart/alternative} +@acronym{MIME} articles in which each contains a @samp{text/plain} part +and a @samp{text/html} part. Even if you have added @code{"text/html"} +to the @code{mm-discouraged-alternatives} variable (@pxref{Display +Customization, ,Display Customization, emacs-mime, The Emacs MIME +Manual}) since you don't want to see @acronym{HTML} parts, it might be +more useful especially in @code{nnrss} groups to display +@samp{text/html} parts. Here's an example of setting +@code{mm-discouraged-alternatives} as a group parameter (@pxref{Group +Parameters}) in order to display @samp{text/html} parts only in +@code{nnrss} groups: + +@lisp +;; @r{Set the default value of @code{mm-discouraged-alternatives}.} +(eval-after-load "gnus-sum" + '(add-to-list + 'gnus-newsgroup-variables + '(mm-discouraged-alternatives + . '("text/html" "image/.*")))) + +;; @r{Display @samp{text/html} parts in @code{nnrss} groups.} +(add-to-list + 'gnus-parameters + '("\\`nnrss:" (mm-discouraged-alternatives nil))) +@end lisp + + @node Customizing W3 @subsection Customizing W3 @cindex W3 -- 1.7.10.4