Gnus development mailing list
 help / color / mirror / Atom feed
From: Shenghuo ZHU <zsh@cs.rochester.edu>
Subject: bug: agentize nnweb
Date: 08 Nov 1998 00:55:32 -0500	[thread overview]
Message-ID: <2nlnlmhgob.fsf@zsh.cs.rochester.edu> (raw)


When I tried to agentize nnweb, I found a bug in gnus-agent.el.

A patch is attached.

-- 
Shenghuo

:- cut --------
--- ChangeLog	1998/11/08 05:44:38	1.2
+++ ChangeLog	1998/11/08 05:47:56
@@ -1,3 +1,7 @@
+Sun Nov  8 00:45:13 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
+
+	* gnus-agent.el (gnus-agent-fetch-articles): Use with-temp-buffer.
+
 Sat Nov  7 23:07:24 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
 
 	* message.el (message-make-date): Fix for negative time zones.

--- gnus-agent.el	1998/11/08 05:43:32	1.1
+++ gnus-agent.el	1998/11/08 05:44:22
@@ -673,7 +673,7 @@
 	;; Fetch the articles from the backend.
 	(if (gnus-check-backend-function 'retrieve-articles group)
 	    (setq pos (gnus-retrieve-articles articles group))
-	  (with-temp-file nil
+	  (with-temp-buffer
 	    (let (article)
 	      (while (setq article (pop articles))
 		(when (gnus-request-article article group)


                 reply	other threads:[~1998-11-08  5:55 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=2nlnlmhgob.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).