Gnus development mailing list
 help / color / mirror / Atom feed
* bug: agentize nnweb
@ 1998-11-08  5:55 Shenghuo ZHU
  0 siblings, 0 replies; only message in thread
From: Shenghuo ZHU @ 1998-11-08  5:55 UTC (permalink / 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)


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

only message in thread, other threads:[~1998-11-08  5:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-11-08  5:55 bug: agentize nnweb 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).