From: Katsumi Yamaoka Date: Tue, 10 Jan 2006 10:13:03 +0000 (+0000) Subject: (RSS): Document nnrss-wash-html-in-text-plain-parts. X-Git-Url: https://cgit.sxemacs.org/?a=commitdiff_plain;h=7a9310bd3ee6a7a746aff1c4d2c80349d8dedae5;p=gnus (RSS): Document nnrss-wash-html-in-text-plain-parts. --- diff --git a/texi/ChangeLog b/texi/ChangeLog index 956f0bdc8..9464d2370 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,3 +1,7 @@ +2006-01-10 Katsumi Yamaoka + + * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts. + 2006-01-06 Katsumi Yamaoka * gnus.texi (Group Parameters): Fix description. diff --git a/texi/gnus.texi b/texi/gnus.texi index 70437e0c6..35d68296a 100644 --- a/texi/gnus.texi +++ b/texi/gnus.texi @@ -16152,6 +16152,10 @@ the value of @code{default-file-name-coding-system}. If you are using XEmacs and want to use non-@acronym{ASCII} group names, you should set the value for the @code{nnmail-pathname-coding-system} variable properly. +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. + @cindex OPML You can also use the following commands to import and export your subscriptions from a file in @acronym{OPML} format (Outline Processor @@ -16189,6 +16193,15 @@ If you set @code{nnrss-use-local} to @code{t}, @code{nnrss} will read the feeds from local files in @code{nnrss-directory}. You can use the command @code{nnrss-generate-download-script} to generate a download script using @command{wget}. + +@item nnrss-wash-html-in-text-plain-parts +Non-@code{nil} means that @code{nnrss} renders text in @samp{text/plain} +parts as @acronym{HTML}. The function specified by the +@code{mm-text-html-renderer} variable (@pxref{Display Customization, +,Display Customization, emacs-mime, The Emacs MIME Manual}) will be used +to render text. If it is @code{nil}, which is the default, text will +simply be folded. Leave it @code{nil}, if you prefer to see +@samp{text/html} parts. @end table The following code may be helpful, if you want to show the description in @@ -16229,10 +16242,8 @@ 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 +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