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=-2.4 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,RCVD_IN_DNSWL_MED autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 5771 invoked from network); 13 Sep 2020 20:47:47 -0000 Received: from lists1.math.uh.edu (129.7.128.208) by inbox.vuxu.org with ESMTPUTF8; 13 Sep 2020 20:47:47 -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 1kHYuB-00Dpx8-Nk; Sun, 13 Sep 2020 15:47:23 -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 1kHYu6-00Dpv0-IY for ding@lists.math.uh.edu; Sun, 13 Sep 2020 15:47: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 1kHYtq-0019nh-PC for ding@lists.math.uh.edu; Sun, 13 Sep 2020 15:47:18 -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=V+XTLouKhkUpZtNIvBI3WWruPZUiELP6qGV5p8uNO0k=; b=Xfw/sz162W6iVD2/reyBSacxdo c4+jrgLIxTrGT1ClkWv6Ko/47S1oYstVWHPtH/xuiHRxoARWlYqqOhDJjKkNm9uZXPzBNMpqRGTz6 Rjv+oYderJ858Xm5qWpnkgCp06C7DBIm9TAoAtmLd4YDu6uODTmHL/aJLCdcFKWgcD1A=; 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 1kHYtk-0007kJ-12 for ding@gnus.org; Sun, 13 Sep 2020 22:46:58 +0200 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1kHYti-0009qJ-QK for ding@gnus.org; Sun, 13 Sep 2020 22:46:54 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: ding@gnus.org From: =?utf-8?Q?Adam_Sj=C3=B8gren?= Subject: Re: Args out of range when quitting search buffer with recent Emacs/Gnus Date: Sun, 13 Sep 2020 22:46:50 +0200 Organization: koldfront - analysis & revolution, Copenhagen, Denmark Message-ID: <87mu1te75x.fsf@tullinup.koldfront.dk> References: <87a6xug73j.fsf@tullinup.koldfront.dk> <87ft7lq23s.fsf@ust.hk> <871rj5es8v.fsf@tullinup.koldfront.dk> <87tuw1oka8.fsf@ust.hk> <87r1r5db4n.fsf@tullinup.koldfront.dk> <87o8m9oj1f.fsf@ust.hk> <874ko169b8.fsf@tullinup.koldfront.dk> <87k0wxoeu0.fsf@ust.hk> <87imchhcyz.fsf@tullinup.koldfront.dk> <87imchscib.fsf@ericabrahamsen.net> <87wo0xe9zp.fsf@tullinup.koldfront.dk> <87een5s9st.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cancel-Lock: sha1:nm9/dSdQ5Oe+OXPkXJiIRAqN7M8= OpenPGP: id=476630590A231909B0A0961A49D0746121BDE416; url=https://asjo.koldfront.dk/gpg.asc Mail-Follow-Up-To: never X-Face: )qY&CseJ?.:=8F#^~GcSA?F=9eu'{KAFfL1C3/A&:nE?PW\i65"ba0NS)97,Q(^@xk}n4Ou rPuR#V8I(J_@~H($[ym:`K_+]*kjvW>xH5jbgLBVFGXY:(#4P>zVBklLbdL&XxL\M)%T}3S/IS9lMJ ^St'=VZBR Precedence: bulk Eric writes: > Grr... yes that was what I was after, but that's not helpful. Two others > I neglected: > > (gnus-uncompress-range > (gnus-info-read (gnus-get-info gnus-newsgroup-name))) > > and: > > gnus-newsgroup-articles So, I'm not quite sure to go about these, but I did: (setq asjo-gur (gnus-uncompress-range (gnus-info-read (gnus-get-info gnus-newsgroup-name)))) and got: asjo-gur’s value is (1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94) so that seems to correspond nicely to the 94 articles in the search group. The other one looks sane to me as well: gnus-newsgroup-articles is a variable defined in ‘gnus-sum.el’. Its value is (1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94) Local in buffer *Summary nnselect:nnselect-87r1r5e7et.fsf*; global value is nil Documentation: List of articles in the current newsgroup. Best regards, Adam -- "we will have more products in several months, your Adam Sjøgren patience is recommended." asjo@koldfront.dk