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 29294 invoked from network); 24 Sep 2020 04:33:33 -0000 Received: from lists1.math.uh.edu (129.7.128.208) by inbox.vuxu.org with ESMTPUTF8; 24 Sep 2020 04:33:33 -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 1kLIwV-00G22L-R9; Wed, 23 Sep 2020 23:33:15 -0500 Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1kLIwS-00G20T-GL for ding@lists.math.uh.edu; Wed, 23 Sep 2020 23:33:12 -0500 Received: from quimby.gnus.org ([95.216.78.240]) by mx1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1kLIwQ-001TtB-SB for ding@lists.math.uh.edu; Wed, 23 Sep 2020 23:33:12 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:Mime-Version:References:Message-ID:Date:Subject: From:To:Sender:Reply-To:Cc:Content-Transfer-Encoding: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=jhjz4Y/c2UhJCiuqVSn/FO4m7vexYmJ+yyO7cHpqy1E=; b=G6Xc6VWoge2PvN90lLHKcVenph +QgebXmKiP8KEz6C27hOUkR7N2gx6Mp0UwfrPd4diRGT5W073xfxZgF8iI/eRksnpcryCXVYGeUIw 2bQFCzPJj/3gI1dIv8w3PlsM0FJfZehma6X4D8dgO9+DIo63dWj/GKn5dwtOK8Gwz5LU=; 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 1kLIwD-0002YP-J0 for ding@gnus.org; Thu, 24 Sep 2020 06:33:06 +0200 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1kLIwC-0006qT-O0 for ding@gnus.org; Thu, 24 Sep 2020 06:32:56 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: ding@gnus.org From: Eric Abrahamsen Subject: Re: Unpleasant catch 22 Date: Wed, 23 Sep 2020 21:32:52 -0700 Message-ID: <87h7rng5fv.fsf@ericabrahamsen.net> References: <87zh5gf5sk.fsf@ericabrahamsen.net> <87pn6bg6fk.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cancel-Lock: sha1:JOrIz5X4ldET5K84/9KyWy8sK6c= List-ID: Precedence: bulk Eric Abrahamsen writes: [...] > So far as I can tell, calling `gnus-no-server' skips the initial > connection to `gnus-start-news-server' (which only starts > `gnus-select-method'), but then later on connects to it anyway, during > `gnus-get-unread-articles'. You probably figured this out, but this should have said "skips initial connection to `gnus-select-method'". > Of course, for that matter, if you know what the lowest level is of > all the groups belonging to that server, you could just call `gnus' > with a numeric prefix arg of that level or lower Only lower! Not that level.