Gnus development mailing list
 help / color / mirror / Atom feed
* 'g' in the group buffer still very slow
@ 2002-07-21 20:16 Sebastian D.B. Krause
  2002-07-26 12:45 ` Simon Josefsson
  0 siblings, 1 reply; 23+ messages in thread
From: Sebastian D.B. Krause @ 2002-07-21 20:16 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 542 bytes --]

This problem was already on this list several month ago (posted by
another person): When I start Oort Gnus or press 'g' in the Groups
Buffer, it needs several seconds to read the active file. Someone
mailed a small patch to this list which solved this problem and put
it into my local CVS where the change version stayed over the
month. As I see now, this patch never made its way into the official
CVS, so this problem still exists.

What does this patch (attached to this email) change and why has it
never been applied to the current CVS?

[-- Attachment #2: nntp.el.diff --]
[-- Type: text/plain, Size: 705 bytes --]

--- nntp.el.old	Sun Jul 21 21:58:51 2002
+++ nntp.el	Fri Jul 12 22:50:12 2002
@@ -404,17 +404,7 @@
 	    (nntp-retrieve-data command
 				nntp-address nntp-port-number
 				nntp-server-buffer
-				wait-for nnheader-callback-function)
-	  ;; If nothing to wait for, still remove possibly echo'ed commands
-	  (unless wait-for
-	    (nntp-accept-response)
-	    (save-excursion
-	      (set-buffer buffer)
-	      (goto-char pos)
-	      (if (looking-at (regexp-quote command))
-		  (delete-region pos (progn (forward-line 1)
-					    (gnus-point-at-bol))))
-	      )))
+				wait-for nnheader-callback-function))
       (nnheader-report 'nntp "Couldn't open connection to %s."
 		       nntp-address))))
 

^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2002-12-14 14:11 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-21 20:16 'g' in the group buffer still very slow Sebastian D.B. Krause
2002-07-26 12:45 ` Simon Josefsson
2002-07-26 12:52   ` Kai Großjohann
2002-12-08 18:00   ` Sebastian D.B. Krause
2002-12-08 19:45     ` Kai Großjohann
2002-12-08 20:28       ` Sebastian D.B. Krause
2002-12-08 23:33       ` Martin Rohde
2002-12-09  7:49         ` Kai Großjohann
2002-12-09 14:02           ` Martin Rohde
2002-12-09 17:22             ` Kai Großjohann
2002-12-09 22:38               ` Martin Rohde
2002-12-10 18:30                 ` Martin Rohde
2002-12-11  4:13                   ` kgreiner
2002-12-11 20:05                     ` Martin Rohde
2002-12-11 21:09                       ` kgreiner
2002-12-12 11:37                       ` Kai Großjohann
2002-12-13 15:41                         ` Martin Rohde
2002-12-13 16:24                           ` Kai Großjohann
2002-12-13 17:18                             ` Martin Rohde
2002-12-14 12:52                               ` Kai Großjohann
2002-12-14 14:11                                 ` Martin Rohde
2002-12-11  8:21                   ` Kai Großjohann
2002-12-09  8:36         ` Kai Großjohann

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).