Gnus development mailing list
 help / color / mirror / Atom feed
* Update dribble after gnus-agent-fetch-articles
@ 1998-10-28  7:28 Shenghuo ZHU
  0 siblings, 0 replies; only message in thread
From: Shenghuo ZHU @ 1998-10-28  7:28 UTC (permalink / raw)



gnus-agent-fetch-group-1 changes groups' info when it fetches some
articles, but it does not update the dribble buffer.

A patch is attached.

-- 
Shenghuo

:- patch ---------------------------------------
--- ChangeLog	1998/10/28 07:18:53	1.1
+++ ChangeLog	1998/10/28 07:19:44
@@ -1,3 +1,7 @@
+Wed Oct 28 02:19:16 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
+
+	* gnus-agent.el (gnus-agent-fetch-group-1): Update dribble.
+
 Tue Oct 27 11:59:31 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
 
 	* mm-view.el (mm-inline-text): Postion of html portion.

--- gnus-agent.el	1998/10/28 07:10:45	1.1
+++ gnus-agent.el	1998/10/28 07:11:27
@@ -982,7 +982,11 @@
       (gnus-agent-fetch-articles
        group (gnus-uncompress-range (cdr arts)))
       (setq marks (delq arts (gnus-info-marks info)))
-      (gnus-info-set-marks info marks))))
+      (gnus-info-set-marks info marks)
+      (gnus-dribble-enter
+       (concat "(gnus-group-set-info '"
+	       (gnus-prin1-to-string info)
+	       ")")))))
 
 ;;;
 ;;; Agent Category Mode


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1998-10-28  7:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-10-28  7:28 Update dribble after gnus-agent-fetch-articles Shenghuo ZHU

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).