aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJames Thomas2025-10-12 14:06:29 +0530
committerEli Zaretskii2025-10-12 12:44:47 +0300
commitd1e173140de4036db2223a68c24942d36aa3e2c0 (patch)
treeb8bb03dc550953c4f3f0743c85a9d052ef4e6d03 /doc
parent1ec7f8f9b20dc88caa06859a3a7d50143a9590f3 (diff)
downloademacs-d1e173140de4036db2223a68c24942d36aa3e2c0.tar.gz
emacs-d1e173140de4036db2223a68c24942d36aa3e2c0.zip
; * doc/misc/gnus.texi (Optional Back End Functions): Add newer (bug#79484).
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/gnus.texi13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi
index 777ab5f7dac..74da7df3247 100644
--- a/doc/misc/gnus.texi
+++ b/doc/misc/gnus.texi
@@ -30269,6 +30269,19 @@ in the same format as @code{nnchoke-request-group} gives.
30269group-buffer = *active-line / *group-status 30269group-buffer = *active-line / *group-status
30270@end example 30270@end example
30271 30271
30272@item (nnchoke-retrieve-group-data-early @var{server} &optional @var{infos})
30273
30274This is for starting an early async retrieval from @var{server} to
30275update @var{infos}, its current group info structure list. The return
30276value is a token for the corresponding
30277@code{nnchoke-finish-retrieve-group-infos}.
30278
30279@item (nnchoke-finish-retrieve-group-infos @var{server} @var{infos} @var{data})
30280
30281This will be called later to conclude the async retrieval of
30282@code{nnchoke-retrieve-group-data-early} -- whose token is passed as
30283@var{data} -- and should update @var{infos}.
30284
30272@item (nnchoke-request-update-info @var{group} @var{info} &optional @var{server}) 30285@item (nnchoke-request-update-info @var{group} @var{info} &optional @var{server})
30273 30286
30274A Gnus group info (@pxref{Group Info}) is handed to the back end for 30287A Gnus group info (@pxref{Group Info}) is handed to the back end for