Gnus development mailing list
 help / color / mirror / Atom feed
* Small bug in gnus-srvr.el in 5.4.25
@ 1997-03-15 16:47 Paul Stodghill
  0 siblings, 0 replies; only message in thread
From: Paul Stodghill @ 1997-03-15 16:47 UTC (permalink / raw)


If the server has already been `done', then gnus-server-prepare goes into
an infinite loop.

--- gnus-5.4.25/lisp/gnus-srvr.el~	Fri Mar  7 17:51:22 1997
+++ gnus-5.4.25/lisp/gnus-srvr.el	Sat Mar 15 11:44:37 1997
@@ -211,7 +211,9 @@
 	(push (cdar alist) done)
 	(cdr (setq server (pop alist)))
 	(when (and server (car server) (cdr server))
-	  (gnus-server-insert-server-line (car server) (cdr server)))))
+	  (gnus-server-insert-server-line (car server) (cdr server))))
+      (when (member (cdar alist) done)
+	(pop alist)))
     ;; Then we insert the list of servers that have been opened in
     ;; this session.
     (while opened

-- 
Paul Stodghill <stodghil@cs.cornell.edu>
http://www.cs.cornell.edu/home/stodghil/home.html


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

only message in thread, other threads:[~1997-03-15 16:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-03-15 16:47 Small bug in gnus-srvr.el in 5.4.25 Paul Stodghill

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