Gnus development mailing list
 help / color / mirror / Atom feed
From: Danny Siu <dsiu@adobe.com>
Subject: Re: Tell the Agent to download all articles as they are read
Date: Tue, 15 Oct 2002 14:14:53 +0800	[thread overview]
Message-ID: <u4rbomdnm.fsf@adobe.com> (raw)
In-Reply-To: <87fzv9tdy6.fsf@crybaby.cs.uni-dortmund.de> (Kai.Grossjohann@CS.Uni-Dortmund.DE's message of "Mon, 14 Oct 2002 14:14:25 +0200")


i edebuged into defun gnus-agent-fetch-selected-article and found
gnus-plugged is true and (gnus-agent-history-buffer) returns a killed
buffer.  strange.  

when exactly does gnus-agent-open-history get called?

(defun gnus-agent-fetch-selected-article ()
  "Fetch the current article as it is selected.
This can be added to `gnus-select-article-hook' or
`gnus-mark-article-hook'."
  (let ((gnus-command-method gnus-current-select-method))
    (when (and gnus-plugged (gnus-agent-method-p gnus-command-method))
      (let ((gnus-agent-current-history
	     (gnus-agent-history-buffer)))
	(gnus-agent-fetch-articles
	 gnus-newsgroup-name
	 (list gnus-current-article))))))


Kai Großjohann writes:

  Kai> Danny Siu <dsiu@adobe.com> writes:
  >> hmm.  the problem is still happening with the lastest (Oct 14 2002
  >> 02:15am PST) fetch CVS.

  Kai> Strange!  Could you edebug-defun on gnus-agent-fetch-selected-article
  Kai> and then step through it to see what happens?  You'll see the unless
  Kai> statement which is supposed to take care of opening the history if
  Kai> necessary.  Maybe I chose the wrong condition?

  Kai> kai -- ~/.signature is: umop ap!sdn (Frank Nobis)


-- 
Danny Siu




  reply	other threads:[~2002-10-15  6:14 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-03 14:12 Kai Großjohann
2002-10-03 14:39 ` Kai Großjohann
2002-10-03 15:26   ` Wes Hardaker
2002-10-03 15:33     ` Kai Großjohann
2002-10-03 23:51       ` Wes Hardaker
2002-10-04  6:34         ` Kai Großjohann
2002-10-04 20:28           ` David S Goldberg
2002-10-05 21:31             ` Kai Großjohann
2002-10-05 21:32       ` Kai Großjohann
2002-10-07  3:55 ` Danny Siu
2002-10-08 17:50   ` Kai Großjohann
2002-10-11  4:15     ` Danny Siu
2002-10-11  8:35       ` Kai Großjohann
2002-10-11  4:15     ` Danny Siu
2002-10-14  9:34     ` Danny Siu
2002-10-14 12:14       ` Kai Großjohann
2002-10-15  6:14         ` Danny Siu [this message]
2002-10-15  9:22           ` Kai Großjohann

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=u4rbomdnm.fsf@adobe.com \
    --to=dsiu@adobe.com \
    /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).