From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, RCVD_IN_DNSWL_MED autolearn=ham autolearn_force=no version=3.4.2 Received: (qmail 17336 invoked from network); 20 Apr 2020 15:45:57 -0000 Received: from lists1.math.uh.edu (129.7.128.208) by inbox.vuxu.org with UTF8ESMTPZ; 20 Apr 2020 15:45:57 -0000 Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.92.3) (envelope-from ) id 1jQYbq-0008F0-Al; Mon, 20 Apr 2020 10:45:22 -0500 Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtps (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92.3) (envelope-from ) id 1jQYbn-0008CI-HV for ding@lists.math.uh.edu; Mon, 20 Apr 2020 10:45:19 -0500 Received: from quimby.gnus.org ([95.216.78.240]) by mx2.math.uh.edu with esmtps (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92.3) (envelope-from ) id 1jQYbm-0007kp-5a for ding@lists.math.uh.edu; Mon, 20 Apr 2020 10:45:19 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=OhknIMxuieaWzrsgMR3G5lRzbZ6bUo6lBn8f3lbtILw=; b=iPtAE4vEAndoBrFKNPNTf7t4Ah siwnG3UXqCxptc5XxaAe5k8pqTlZ6VI9GIOp4ubfSbwqcUwUrt8IUcZKm4oM3ReLRmVmBTt2OhAau aoms83dJ6s4KpgeVs/oCVzPS5GUD+2VTktRuqOiIbYhNVHp0EEJeW6sSoeU8QQ/VMVsM=; Received: from ericabrahamsen.net ([52.70.2.18] helo=mail.ericabrahamsen.net) by quimby.gnus.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jQYbf-00016q-4e for ding@gnus.org; Mon, 20 Apr 2020 17:45:13 +0200 Received: from localhost (c-73-254-86-141.hsd1.wa.comcast.net [73.254.86.141]) (Authenticated sender: eric@ericabrahamsen.net) by mail.ericabrahamsen.net (Postfix) with ESMTPSA id EEF0BFA01D; Mon, 20 Apr 2020 15:45:07 +0000 (UTC) From: Eric Abrahamsen To: Andreas Schwab Cc: Robert Pluim , Christian Barthel , ding@gnus.org Subject: Re: new wifi connection = nntp timeout = Emacs restart? References: <87sgh3coxn.fsf@ericabrahamsen.net> <87o8rogew7.fsf@barthel.ch> <87zhb7mlf0.fsf@ericabrahamsen.net> <87k12bm8it.fsf@ericabrahamsen.net> <87tv1eip08.fsf@igel.home> Date: Mon, 20 Apr 2020 08:45:06 -0700 In-Reply-To: <87tv1eip08.fsf@igel.home> (Andreas Schwab's message of "Mon, 20 Apr 2020 09:40:23 +0200") Message-ID: <87h7xekvp9.fsf@ericabrahamsen.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain List-ID: Precedence: bulk Andreas Schwab writes: > On Apr 19 2020, Eric Abrahamsen wrote: > >> I just started watching Emacs' nntp connections, and immediately noticed >> that closing all servers ("z") > > Why do you think that gnus-group-suspend closes servers? > gnus-close-all-servers does. Because gnus-group-suspend literally includes all the code in gnus-close-all-servers...