From 0194a7cfbb688fda7bb1b2c3b5678d740e271bb7 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Sun, 29 Aug 2010 15:57:55 +0200 Subject: [PATCH] Document gnus-async-post-fetch-function. --- texi/ChangeLog | 5 +++++ texi/gnus.texi | 10 ++++++++++ 2 files changed, 15 insertions(+) diff --git a/texi/ChangeLog b/texi/ChangeLog index 25b27d3e0..7956ef25f 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,3 +1,8 @@ +2010-08-29 Lars Magne Ingebrigtsen + + * gnus.texi (Asynchronous Fetching): Document + gnus-async-post-fetch-function. + 2010-06-24 Glenn Morris * auth.texi, emacs-mime.texi, gnus.texi, message.texi, pgg.texi: diff --git a/texi/gnus.texi b/texi/gnus.texi index 4be2d8b16..67fd5d362 100644 --- a/texi/gnus.texi +++ b/texi/gnus.texi @@ -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 -- 2.25.1