Document gnus-async-post-fetch-function.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Sun, 29 Aug 2010 13:57:55 +0000 (15:57 +0200)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Sun, 29 Aug 2010 13:57:55 +0000 (15:57 +0200)
texi/ChangeLog
texi/gnus.texi

index 25b27d3..7956ef2 100644 (file)
@@ -1,3 +1,8 @@
+2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus.texi (Asynchronous Fetching): Document
+       gnus-async-post-fetch-function. 
+
 2010-06-24  Glenn Morris  <rgm@gnu.org>
 
        * auth.texi, emacs-mime.texi, gnus.texi, message.texi, pgg.texi:
index 4be2d8b..67fd5d3 100644 (file)
@@ -8271,6 +8271,16 @@ These functions will be called many, many times, so they should
 preferably be short and sweet to avoid slowing down Gnus too much.
 It's probably a good idea to byte-compile things like this.
 
+@vindex gnus-async-post-fetch-function
+@findex gnus-html-prefetch-images
+After an article has been prefetched, this
+@code{gnus-async-post-fetch-function} will be called.  The buffer will
+be narrowed to the region of the article that was fetched.  A useful
+value would be @code{gnus-html-prefetch-images}, which will prefetch
+and store images referenced in the article, so that you don't have to
+wait for them to be fetched when you read the article.  This is useful
+for @acronym{HTML} messages that have external images.
+
 @vindex gnus-prefetched-article-deletion-strategy
 Articles have to be removed from the asynch buffer sooner or later.  The
 @code{gnus-prefetched-article-deletion-strategy} says when to remove