comparison doc/misc/gnus.texi @ 111067:e36c65ac23bf

Merge changes made in Gnus trunk. nnimap.el (nnimap-insert-partial-structure): Fix boundary detection. spam.el (spam-list-of-processors): Mark as obsolete. gnus-art.el (gnus-blocked-images): New function. Allow the `gnus-blocked-images' to be a function. gnus-art.el (gnus-article-wash-function): Remove it, and use `mm-text-html-renderer' instead. mm-decode.el (mm-inline-text-html-renderer): Removed. mm-decode.el (mm-inline-media-tests): Removed use. mm-view.el (mm-inline-text-html): Removed use. mm-view.el (mm-text-html-renderer-alist): Add the `shr' and `gnus-w3m' symbols. gnus.texi (Article Washing): shr and gnus-w3m, not the direct function names. gnus-art.el (article-wash-html): Simplify and remove the charset stuff. Use the normal html rendering code instead of the special html washing code. mm-view.el (mm-text-html-washer-alist): Removed. gnus-news.texi: Mention that mm-text-html-renderer is the only HTML variable now. shr.el (shr-tag-table): Remove useless nconc.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Wed, 20 Oct 2010 22:29:38 +0000
parents 062487f243c2
children a08c05a1c2cf
comparison
equal deleted inserted replaced
111066:ea124ffc596b 111067:e36c65ac23bf
9801 9801
9802 If a prefix is given, a charset will be asked for. If it is a number, 9802 If a prefix is given, a charset will be asked for. If it is a number,
9803 the charset defined in @code{gnus-summary-show-article-charset-alist} 9803 the charset defined in @code{gnus-summary-show-article-charset-alist}
9804 (@pxref{Paging the Article}) will be used. 9804 (@pxref{Paging the Article}) will be used.
9805 9805
9806 @vindex gnus-article-wash-function
9807 The default is to use the function specified by 9806 The default is to use the function specified by
9808 @code{mm-text-html-renderer} (@pxref{Display Customization, ,Display 9807 @code{mm-text-html-renderer} (@pxref{Display Customization, ,Display
9809 Customization, emacs-mime, The Emacs MIME Manual}) to convert the 9808 Customization, emacs-mime, The Emacs MIME Manual}) to convert the
9810 @acronym{HTML}, but this is controlled by the 9809 @acronym{HTML}. Pre-defined functions you can use include:
9811 @code{gnus-article-wash-function} variable. Pre-defined functions you
9812 can use include:
9813 9810
9814 @table @code 9811 @table @code
9815 @item mm-shr 9812 @item shr
9816 Use Gnus simple html renderer. 9813 Use Gnus simple html renderer.
9817 9814
9818 @item gnus-article-html 9815 @item gnus-w3m
9819 Use Gnus rendered based on w3m. 9816 Use Gnus rendered based on w3m.
9820 9817
9821 @item w3 9818 @item w3
9822 Use Emacs/W3. 9819 Use Emacs/W3.
9823 9820
12460 If set to @code{gnus-article-html}, Gnus will use the built-in method, 12457 If set to @code{gnus-article-html}, Gnus will use the built-in method,
12461 that's based on @code{w3m}. 12458 that's based on @code{w3m}.
12462 12459
12463 @item gnus-blocked-images 12460 @item gnus-blocked-images
12464 @vindex gnus-blocked-images 12461 @vindex gnus-blocked-images
12465 Images that have @acronym{URL}s that match this regexp won't be 12462 External images that have @acronym{URL}s that match this regexp won't
12466 fetched and displayed. For instance, do block all @acronym{URL}s that 12463 be fetched and displayed. For instance, do block all @acronym{URL}s
12467 have the string ``ads'' in them, do the following: 12464 that have the string ``ads'' in them, do the following:
12468 12465
12469 @lisp 12466 @lisp
12470 (setq gnus-blocked-images "ads") 12467 (setq gnus-blocked-images "ads")
12471 @end lisp 12468 @end lisp
12472 12469
12473 The default is to block all external images. 12470 This can also be a function to be evaluated. If so, it will be
12471 called with the group name as the parameter. The default value is
12472 @code{gnus-block-private-groups}, which will return @samp{"."} for
12473 anything that isn't a newsgroup. This means that no external images
12474 will be fetched as a result of reading mail, so that nobody can use
12475 web bugs (and the like) to track whether you've read email.
12474 12476
12475 @item gnus-html-cache-directory 12477 @item gnus-html-cache-directory
12476 @vindex gnus-html-cache-directory 12478 @vindex gnus-html-cache-directory
12477 Gnus will download and cache images according to how 12479 Gnus will download and cache images according to how
12478 @code{gnus-blocked-images} is set. These images will be stored in 12480 @code{gnus-blocked-images} is set. These images will be stored in