comparison man/gnus.texi @ 90262:f79a24752390

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-99 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 698-699) - Merge from gnus--rel--5.10 - Update from CVS * gnus--rel--5.10 (patch 182-184) - Merge from emacs--cvs-trunk--0 - Update from CVS
author Miles Bader <miles@gnu.org>
date Mon, 16 Jan 2006 11:11:37 +0000
parents 7beb78bc1f8e fbd379b34f0a
children d88caeac70d7
comparison
equal deleted inserted replaced
90261:7beb78bc1f8e 90262:f79a24752390
8569 @findex gnus-article-wash-html 8569 @findex gnus-article-wash-html
8570 Treat @acronym{HTML} (@code{gnus-article-wash-html}). Note that this is 8570 Treat @acronym{HTML} (@code{gnus-article-wash-html}). Note that this is
8571 usually done automatically by Gnus if the message in question has a 8571 usually done automatically by Gnus if the message in question has a
8572 @code{Content-Type} header that says that the message is @acronym{HTML}. 8572 @code{Content-Type} header that says that the message is @acronym{HTML}.
8573 8573
8574 If a prefix is given, a charset will be asked for. 8574 If a prefix is given, a charset will be asked for. If it is a number,
8575 the charset defined in @code{gnus-summary-show-article-charset-alist}
8576 (@pxref{Paging the Article}) will be used.
8575 8577
8576 @vindex gnus-article-wash-function 8578 @vindex gnus-article-wash-function
8577 The default is to use the function specified by 8579 The default is to use the function specified by
8578 @code{mm-text-html-renderer} (@pxref{Display Customization, ,Display 8580 @code{mm-text-html-renderer} (@pxref{Display Customization, ,Display
8579 Customization, emacs-mime, The Emacs MIME Manual}) to convert the 8581 Customization, emacs-mime, The Emacs MIME Manual}) to convert the
8580 @acronym{HTML}, but this is controlled by the 8582 @acronym{HTML}, but this is controlled by the
8581 @code{gnus-article-wash-function} variable. Pre-defined functions you 8583 @code{gnus-article-wash-function} variable. Pre-defined functions you
8582 can use include: 8584 can use include:
8583 8585
8584 @table @code 8586 @table @code
8585 @item W3 8587 @item w3
8586 Use Emacs/W3. 8588 Use Emacs/W3.
8587 8589
8588 @item w3m 8590 @item w3m
8589 Use @uref{http://emacs-w3m.namazu.org/, emacs-w3m}. 8591 Use @uref{http://emacs-w3m.namazu.org/, emacs-w3m}.
8592
8593 @item w3m-standalone
8594 Use @uref{http://w3m.sourceforge.net/, w3m}.
8590 8595
8591 @item links 8596 @item links
8592 Use @uref{http://links.sf.net/, Links}. 8597 Use @uref{http://links.sf.net/, Links}.
8593 8598
8594 @item lynx 8599 @item lynx