From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.8 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: from mx1.math.uh.edu (mx1.math.uh.edu [129.7.128.32]) by inbox.vuxu.org (Postfix) with ESMTP id A114A2ED39 for ; Thu, 24 Oct 2024 11:20:38 +0200 (CEST) Received: from lists1.math.uh.edu ([129.7.128.208]) by mx1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.98) (envelope-from ) id 1t3u1B-0000000BPm6-1nuR for ml@inbox.vuxu.org; Thu, 24 Oct 2024 04:20:36 -0500 Received: from lists1.math.uh.edu ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.97.1) (envelope-from ) id 1t3u19-00000005szV-3zGx for ml@inbox.vuxu.org; Thu, 24 Oct 2024 04:20:32 -0500 Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtp (Exim 4.97.1) (envelope-from ) id 1t3u17-00000005szM-1MJj for ding@lists.math.uh.edu; Thu, 24 Oct 2024 04:20:29 -0500 Received: from quimby.gnus.org ([95.216.78.240]) by mx2.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.98) (envelope-from ) id 1t3u12-0000000ARcm-3lYw for ding@lists.math.uh.edu; Thu, 24 Oct 2024 04:20:29 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Transfer-Encoding:Content-Type:Mime-Version:References :Message-ID:Date:Subject:From:To:Sender:Reply-To:Cc:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=83VSrgw312nq3puxwUp+6nak1JBnkD3AiZdYIzdj/Ig=; b=lWKlOZo+twfvs0lBBKu2VwELuI ysVzZ9ARvVdQw23fqDaHt9UNTjG1CL6Y8vq+1yUqM8ocNWCB2j1uoUqkSPv3l1HXdOQnXpLSrzEEl XUVfZCGai6mxCLce3y2DsFqnnQIFIyuBaD+FlMrY+IkXuX12bGx57qxRI36sJdj1r8iw=; Received: from ciao.gmane.io ([116.202.254.214]) by quimby.gnus.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1t3u0v-0005RW-FY for ding@gnus.org; Thu, 24 Oct 2024 11:20:20 +0200 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1t3u0t-0008j5-DA for ding@gnus.org; Thu, 24 Oct 2024 11:20:15 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: ding@gnus.org From: NNTP Surfer Subject: Re: nntp and nnimap disconnect and take forever when emacs is idle Date: Thu, 24 Oct 2024 05:20:07 -0400 Message-ID: <87v7xh7t88.fsf@its.a.fake> References: <87froospgn.fsf@subvertising.org> <87ldygwpij.fsf@its.a.fake> <87zfmu9bbo.fsf@hillenius.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit User-Agent: Gnus/5.13 (Gnus v5.13) Cancel-Lock: sha1:KgYYmI9RY/8gIE9SKYlSwSBpXWY= List-ID: Precedence: bulk Gijs Hillenius writes: > On 22 October 2024 03:44 NNTP Surfer, wrote: > from: > https://debbugs.gnu.org/cgi/bugreport.cgi?bug=71452 > this seems to suggest that > (setq read-process-output-fast nil) > would work? No. I've made test: 1. Set (setq fast-read-process-output nil) globally. 2. Commented every (nntp-connection-timeout 5) to bring back default setting. 3. Restarted Emacs. 4. Gnus hanged on connection to news.gwene.org Only using (nntp-connection-timeout 5) fixes this problem for me.