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=0.4 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL, T_SCC_BODY_TEXT_LINE autolearn=no 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 AC2CF2BC41 for ; Thu, 22 Feb 2024 23:01:02 +0100 (CET) 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.97.1) (envelope-from ) id 1rdH7Z-00000000m2C-1n9L for ml@inbox.vuxu.org; Thu, 22 Feb 2024 16:00:54 -0600 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 1rdH7Z-00000000sbx-0VPC for ml@inbox.vuxu.org; Thu, 22 Feb 2024 16:00:49 -0600 Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtp (Exim 4.97.1) (envelope-from ) id 1rdH7W-00000000sbo-0xCO for ding@lists.math.uh.edu; Thu, 22 Feb 2024 16:00:46 -0600 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.97.1) (envelope-from ) id 1rdH7T-00000000m1c-17bx for ding@lists.math.uh.edu; Thu, 22 Feb 2024 16:00:46 -0600 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=WqZzOAK11kybXNWcaKL7IT1M3ceXBYOL4PEzDlsA9ek=; b=CUXfzAiG5aBJk11fLJnC4NgE0d SzlxhUvS57IaUMaO6usG+D3ri1e3lS3FfFDzhLkIOB8jgHizzsYFZ3vzU4t67csjpau1fUfBffO5n Hh0DWiXDGupGkU24Mqfh5R6mXaT0LkHsYcNceCIOyqCEgSbP8UvYXgCoLBF82eOeNN1w=; 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 1rdH7M-0004Gw-Jg for ding@gnus.org; Thu, 22 Feb 2024 23:00:38 +0100 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1rdH7L-0005h1-1T for ding@gnus.org; Thu, 22 Feb 2024 23:00:35 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: ding@gnus.org From: Eric Abrahamsen Subject: Re: gnus-group-change-level Date: Thu, 22 Feb 2024 14:00:26 -0800 Message-ID: <87a5nsgnwl.fsf@ericabrahamsen.net> References: <87le7ly3hn.fsf@igel.home> <87ttm5psvr.fsf@ericabrahamsen.net> <87ttm5mt8a.fsf@ericabrahamsen.net> <87il2lmbfm.fsf@ericabrahamsen.net> <875xyjlmqz.fsf@ericabrahamsen.net> <87y1bch17d.fsf@ericabrahamsen.net> <87zfvscpig.fsf@igel.home> Mime-Version: 1.0 Content-Type: text/plain User-Agent: Gnus/5.13 (Gnus v5.13) Cancel-Lock: sha1:F7GMjRpaZ8GLD8Sz1l7awTi7FFY= List-ID: Precedence: bulk Andreas Schwab writes: > On Feb 22 2024, Eric Abrahamsen wrote: > >> James Cloos writes: >> >>> Some experimentation showed that: >>> >>> (cadadr (gnus-group-entry "nnimap+oxygen:ding@gnus.org")) >>> >>> returned the cons (11 . 15), where 11 is the current level. >>> (I'm not sure what that cons' cdr is.) >> >> Ah, that's "rank". Once upon a time I knew what rank meant, but have >> since forgotten. > > (gnus) Group Score Thanks :)