From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.5 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, RCVD_IN_DNSWL_LOW autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 26535 invoked from network); 1 Oct 2020 15:13:10 -0000 Received: from lists1.math.uh.edu (129.7.128.208) by inbox.vuxu.org with ESMTPUTF8; 1 Oct 2020 15:13:10 -0000 Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.94) (envelope-from ) id 1kO0G6-00053D-PC; Thu, 01 Oct 2020 10:12:38 -0500 Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1kO0Aw-0004yG-Ay for ding@lists.math.uh.edu; Thu, 01 Oct 2020 10:07:18 -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.94) (envelope-from ) id 1kO0At-00Dfi8-Uo for ding@lists.math.uh.edu; Thu, 01 Oct 2020 10:07:17 -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=61UXiM960gsds7hEe7x3yYePfJ2FPm7W9tI8t6KP20M=; b=foh8H06Hz7UyxJJjXMXtx9tpQV gJbNxehD9gBDSV+BFnvXkLnQQGMRZkyRnYNhoZzigFGQSfVSS8Qy1Nyo4TLiGL9+IBsdM2ZNMoHnl B/Bgo8fiJac9qD86w7SJOnxYHOLH2n2TnHv8I2auu4nnNWg0comcVomBeoOKpLvMxBOQ=; Received: from static.214.254.202.116.clients.your-server.de ([116.202.254.214] helo=ciao.gmane.io) by quimby with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kO0Ai-0008DB-19 for ding@gnus.org; Thu, 01 Oct 2020 17:07:09 +0200 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1kO0Af-0008DE-Dd for ding@gnus.org; Thu, 01 Oct 2020 17:07:01 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: ding@gnus.org From: Tim Landscheidt Subject: Re: Constantly having to use `^' for server buffer to close then open server Date: Thu, 01 Oct 2020 15:06:57 +0000 Organization: http://www.tim-landscheidt.de/ Message-ID: <87a6x656jy.fsf@passepartout.tim-landscheidt.de> References: <87v9fukscq.fsf@local.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) Cancel-Lock: sha1:xkfD2dIQ50rKo7rXfKQfBiWZo0w= List-ID: Precedence: bulk Harry Putnam wrote: > […] > Go to server buffer (`^') find the server. It appears normal and > running. But I have to click `C' to close it, then `O' to open it. > The opening part usually takes 10-15 seconds. Then I can go back to > newsgroup and send my message (if I hurry). If I decide another > messages is in order then the same process has to be done again. > […] > Seems there might be a bit of code I could call instead of going thru > the steps in server buffer. > Or maybe something more direct to server to keep it alive. > Hopefully the cause is some user idiocy or other that can be fixed. I know the pain :-) (but it has not been that much of a problem for more in the recent past). One minor improve- ment: You do not have to open the server again (with O); Gnus will do that automatically. Also there is M-c to close all servers (which, again, is benign as Gnus will automati- cally open those that it needs to). I never researched whether one could (or should) call gnus-server-close-all-servers from outside the *Server* buffer. Tim