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.2 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 20863 invoked from network); 25 Jun 2023 14:36:08 -0000 Received: from mx1.math.uh.edu (129.7.128.32) by inbox.vuxu.org with ESMTPUTF8; 25 Jun 2023 14:36:08 -0000 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.96) (envelope-from ) id 1qDQqU-0021UO-2n for ml@inbox.vuxu.org; Sun, 25 Jun 2023 09:36:06 -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.96) (envelope-from ) id 1qDQqT-00264U-2M for ml@inbox.vuxu.org; Sun, 25 Jun 2023 09:36:05 -0500 Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtp (Exim 4.96) (envelope-from ) id 1qDQqS-00264O-1A for ding@lists.math.uh.edu; Sun, 25 Jun 2023 09:36:04 -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.96) (envelope-from ) id 1qDQqQ-00GibG-2Y for ding@lists.math.uh.edu; Sun, 25 Jun 2023 09:36:04 -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=J+SUhdx6a5wrV9ZtnPAkAVVq5OIBUcxNiinCOLMa+gk=; b=go0cvpaWZdJkOZp2fAmrDnwlEQ dR4GaVoWw2xdip7DdVakbQa6l0SK+ED7q6SDRsRQGoEzcn9gPalAdtOKCYDXmK78U6WzUGKCD2i5w vFzh4/yG4rp11VVPX5TSrTrhwSEOtQjb0RdWCllExhm/mE/tPx9+fs78jBTxz+4Mtvhk=; 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 1qDQqJ-00046q-4p for ding@gnus.org; Sun, 25 Jun 2023 16:35:58 +0200 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1qDQqH-0001iu-7x for ding@gnus.org; Sun, 25 Jun 2023 16:35:53 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org To: ding@gnus.org From: Steinar Bang Subject: Re: Emacs 28.2 gnus: nntp read marks lost after going offline and online again Date: Sun, 25 Jun 2023 16:35:46 +0200 Organization: Probably a good idea Message-ID: <871qhzboe5.fsf@dod.no> References: <871qi7ld1z.fsf@dod.no> <87sfanju2y.fsf@dod.no> <87edm7jqj7.fsf@dod.no> <877cryhr7n.fsf@dod.no> <87352lj4hx.fsf@dod.no> <87fs6ltwz7.fsf@ericabrahamsen.net> <87y1kc8xgw.fsf@dod.no> <87ttv0h9qm.fsf@dod.no> <87352keg3b.fsf@dod.no> <87zg4sr1d6.fsf@dod.no> <87v8fgr0vb.fsf@dod.no> <871qi338pc.fsf@uwo.ca> <87pm5lv23m.fsf@dod.no> <87352fy8bt.fsf@uwo.ca> Mime-Version: 1.0 Content-Type: text/plain User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) Cancel-Lock: sha1:/CDlSM2meda04PAZVAzQ5XEvKyg= Mail-Copies-To: never List-ID: Precedence: bulk >>>>> Dan Christensen : > On Jun 24, 2023, Steinar Bang wrote: >>>>>>> Dan Christensen : >> >>> I can't see why that function would cause problems. Isn't it >>> essentially the same as doing `2 g' in the *Group* buffer? >>> >>> When I do that, my groups at levels greater than 2 are not shown any >>> more, but `3 l' redisplays them, and none of the information is lost. >> >> The same thing happens with me: '2 g' makes groups greater than level 2 >> go away and '3 l' makes them reappear. > So are you saying that `2 g' works fine for you, but the code you > posted does not work? That seems really strange. No. I was trying to say that I observed the exact same behaviour as you did. Both the function I posted and '2 g' had the same result: groups on levels greater than 2 disappeared. But '3 g' made them reappear (at least the ones on level 3).