Gnus development mailing list
 help / color / mirror / Atom feed
From: Paul Stodghill <stodghil@CS.Cornell.EDU>
Subject: Small bug in gnus-srvr.el in 5.4.25
Date: 15 Mar 1997 11:47:54 -0500	[thread overview]
Message-ID: <ml3etx85l1.fsf@hoho.cs.cornell.edu> (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


                 reply	other threads:[~1997-03-15 16:47 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=ml3etx85l1.fsf@hoho.cs.cornell.edu \
    --to=stodghil@cs.cornell.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).