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 26629 invoked from network); 13 Sep 2020 14:20:54 -0000 Received: from lists1.math.uh.edu (129.7.128.208) by inbox.vuxu.org with ESMTPUTF8; 13 Sep 2020 14:20:54 -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 1kHSrv-00DmD2-4R; Sun, 13 Sep 2020 09:20:39 -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 1kHSrr-00DmB9-EF for ding@lists.math.uh.edu; Sun, 13 Sep 2020 09:20:35 -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 1kHSrp-00BynM-Qr for ding@lists.math.uh.edu; Sun, 13 Sep 2020 09:20:35 -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=efCD9DRC4NYDMeLi75iBBjjpuQKO5yYIdAuvth5kU80=; b=VlQEvliydAiP8iVUL1SQu1QTgt +zHW5ATIULk8A6vjqbIxtQIpfLwFf/9SBe1ohO5SJ7+eqF74AZP/munG1SZL1brwh+kOiQq5U94ij CGltqkJvvdE07sODkTfyiPtbLCWZg/FG0NgLg26AE+tM5OMWhuAEs05AgrruaUDoaU2U=; 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 1kHSrc-0003oL-Hz for ding@gnus.org; Sun, 13 Sep 2020 16:20:29 +0200 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1kHSrb-0009WD-AH for ding@gnus.org; Sun, 13 Sep 2020 16:20:19 +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 22:20:12 +0800 Message-ID: <87o8m9oj1f.fsf@ust.hk> References: <87a6xug73j.fsf@tullinup.koldfront.dk> <87ft7lq23s.fsf@ust.hk> <871rj5es8v.fsf@tullinup.koldfront.dk> <87tuw1oka8.fsf@ust.hk> <87r1r5db4n.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:+ZqS2J2crUhAJ/b77oQKZ6oAKU8= List-ID: Precedence: bulk >>>>> "AS" == Adam Sjøgren writes: [...] AS> Ok, I go to nnml:normal in the group buffer and G G AS> ejendomsvurderingen RET - this gives 2 hits, both in AS> nnml:normal, and q works! AS> And I can see both articles. AS> Hm. AS> Does the problem only appear when I get hits in archive/ ? AS> It seems so: AS> If I go G G Natas Kaupas RET, I get 1 hit, which is in AS> archive/mail-2020. I can see the article, but when I q the AS> search buffer, I get: AS> Args out of range: [["nnml:archive.mail-2020" 438 0]], 999 [...] AS> Should I move my archive so it isn't "colocated" with my normal AS> emails, or should Gnus handle this odd cornercase? I don't think there should be anything wrong your setup, so we should try to get gnus to not fail. I am going to have to go to bed soon, but if you can try one more thing to nail this down. Can you remove the notmuch search engine declaration just from your archive backend temporarily, and then try a variety of searches? I want to make sure the problem is really associated with the archive group. After this you can re-enable the search engine for the archive backend. I guess the next step is to do some debugging. Since we have a nice failure case ("Natas Kaupas") this shouldn't be too bad. Try setting debug-on-error and get a backtrace so we know where the failure is. Then we can try debugging that function to get a better idea of what is happening. Best, Andy