Gnus development mailing list
 help / color / mirror / Atom feed
From: Shenghuo ZHU <zsh@cs.rochester.edu>
Subject: Update dribble after gnus-agent-fetch-articles
Date: 28 Oct 1998 02:28:44 -500	[thread overview]
Message-ID: <2nvhl5f8lv.fsf@zsh.cs.rochester.edu> (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


                 reply	other threads:[~1998-10-28  7:28 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2nvhl5f8lv.fsf@zsh.cs.rochester.edu \
    --to=zsh@cs.rochester.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).