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.1 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, RCVD_IN_DNSWL_MED autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 23380 invoked from network); 13 Sep 2020 13:54:10 -0000 Received: from lists1.math.uh.edu (129.7.128.208) by inbox.vuxu.org with ESMTPUTF8; 13 Sep 2020 13:54: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 1kHSRp-00DlsL-65; Sun, 13 Sep 2020 08:53:41 -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 1kHSRk-00DlqO-J4 for ding@lists.math.uh.edu; Sun, 13 Sep 2020 08:53:36 -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 1kHSRi-00ByeF-AH for ding@lists.math.uh.edu; Sun, 13 Sep 2020 08:53:36 -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=IHl65eHBKIujURFsWG6LWw/k9teKV3ATehvgoWXnGrQ=; b=gMTx9CFkQ/MqmyTyUfP0KKGsWf N+GM4ztLR+EBhsZFR0b2YBjk5DrpaYKf17j1em9Px3WWTAuNfAaqb7I6ccxxp6SFabisIqYrbtBh8 0mSoxRqUdAcLAJ1ecQUgRaTvlWGbqT950No1cITgbWMTnVxfGLliR7TZAoXg722ez9T0=; 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 1kHSRa-0003Z8-Om for ding@gnus.org; Sun, 13 Sep 2020 15:53:29 +0200 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1kHSRZ-0000iw-0J for ding@gnus.org; Sun, 13 Sep 2020 15:53:25 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: ding@gnus.org From: Andrew Cohen Subject: Re: Args out of range when quitting search buffer with recent Emacs/Gnus Date: Sun, 13 Sep 2020 21:53:19 +0800 Message-ID: <87tuw1oka8.fsf@ust.hk> References: <87a6xug73j.fsf@tullinup.koldfront.dk> <87ft7lq23s.fsf@ust.hk> <871rj5es8v.fsf@tullinup.koldfront.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cancel-Lock: sha1:ZPgPE+oACmmRVX5nHUGpcNEQncM= List-ID: Precedence: bulk >>>>> "AS" == Adam Sjøgren writes: [...] AS> This is what I did orginally, but I'll do it again. This time I AS> did exactly what you wrote, put point on nnml:normal and G G AS> query RET. AS> q immediately gave this message: AS> Args out of range: [["nnml:ferie" 25 0] ["nnml:never-sent" 10 AS> 0] ["nnml:never-sent" 72 0] ["nnml:never-sent" 85 0] AS> ["nnml:never-sent" 88 0] ["nnml:never-sent" 118 0] ["nnml:dde" 8 AS> 0] ["nnml:archive.mail-1997" 158 0] ["nnml:archive.mail-1997" AS> 164 0] ["nnml:lasseoe" 51 0] ...], 999 AS> I have my normal email in ~/Mail and archive email in AS> ~/Mail/archive, and notmuch indexes both in one index - it looks AS> like the hits in ~/Mail/archive are assigned a dot-group in AS> nnml: rather than a group in nnml+archive: - might that be AS> causing the problem? I think this is expected (but I don't use notmuch so I'm not positive). I think that gnus refers to the groups in your directory hierarchy with dots rather than slashes, so these group names should be what gnus wants to retrieve articles in these groups. I suspect there are two different things going on (as you say). The absence of articles in the search on an archive group was probably true before these changes. The args our of range is new. If you are still up for some trial and error: Try to do a search that has only a few hits to keep things manageable. After doing the search check the value of the variable 'gnus-newsgroup-selection while in the summary buffer. Then see if you can view any of the articles. Let me know the results and we can go from there. You might want to send the info privately by email in case you are concerned about this info revealing anything sensitive.