From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/26550 Path: main.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.emacs.gnus.general Subject: Re: nnslashdot Date: 10 Nov 1999 07:03:17 +1000 Organization: People's Front Against Non-Authoritative Hostname Lookup Failures Sender: owner-ding@hpc.uh.edu Message-ID: <879047ml7u.fsf@zip.com.au> References: <87n1sowqa8.fsf@chow.mat.jhu.edu> <5b4sewpp2n.fsf@giga.cs.rochester.edu> <87hfiwzhxc.fsf@chow.mat.jhu.edu> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035163737 19957 80.91.224.250 (21 Oct 2002 01:28:57 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:28:57 +0000 (UTC) Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id PAA22628 for ; Tue, 9 Nov 1999 15:47:15 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id OAB00422; Tue, 9 Nov 1999 14:47:12 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 09 Nov 1999 14:47:20 -0600 (CST) Original-Received: from vasquez.zip.com.au (vasquez.zip.com.au [203.12.97.41]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id OAA05974 for ; Tue, 9 Nov 1999 14:47:05 -0600 (CST) Original-Received: from localhost (banana10.zip.com.au [61.8.30.42]) by vasquez.zip.com.au (8.9.2/8.9.1) with ESMTP id HAA17455 for ; Wed, 10 Nov 1999 07:46:25 +1100 (EST) Original-Received: from gg by localhost with local (Exim 2.05 #1 (Debian)) id 11lIQ9-00008S-00; Wed, 10 Nov 1999 07:03:17 +1000 Original-To: ding@hpc.uh.edu Original-Lines: 10 User-Agent: Gnus/5.07009701 (Pterodactyl Gnus v0.97.1) Emacs/20.3 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:26550 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:26550 Dan Christensen writes: > > Also, gnus freezes if I start it when not connected to the net. > Is there any way to avoid this, or at least to catch `C-g' and > continue with the other servers? If that's with FSF emacs it could be open-network-stream retrying gethostbyname forever, see src/process.c. I posted bug-gnu-emacs about this not so long ago, although probably it would've been known already. xemacs limits its retries, and has done for a while.