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 25663 invoked from network); 13 Sep 2020 23:31:17 -0000 Received: from lists1.math.uh.edu (129.7.128.208) by inbox.vuxu.org with ESMTPUTF8; 13 Sep 2020 23:31:17 -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 1kHbSA-00DrUA-1M; Sun, 13 Sep 2020 18:30:38 -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 1kHbS6-00DrSF-7U for ding@lists.math.uh.edu; Sun, 13 Sep 2020 18:30:34 -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 1kHbS2-00CFpS-UD for ding@lists.math.uh.edu; Sun, 13 Sep 2020 18:30:33 -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=8UfRnsdW5U1EN16aKIOrFP16wKAZNe3sHbEJtL3ohaQ=; b=Bi2UAnHpY7DHf8rRwhpaUpqsKm ZYwcaNs4wyUpahIkfetfbqI17lr0ApODYqaeOcSfW44bsIRBZj6Wtva7yfFp04UzqWYS98OHrPFO6 EI0A3+601NInwaNhanGKpLI20nTBHrrVSvypx1qNPfmRlT+xwKVzJuFigrOpxg2Uu9vs=; 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 1kHbRu-00017D-TR for ding@gnus.org; Mon, 14 Sep 2020 01:30:26 +0200 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1kHbRt-0005iD-Pa for ding@gnus.org; Mon, 14 Sep 2020 01:30:21 +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: Mon, 14 Sep 2020 07:30:17 +0800 Message-ID: <87d02p2r1y.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> <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> <87mu1te75x.fsf@tullinup.koldfront.dk> <87y2ldqtl5.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cancel-Lock: sha1:ri9G3Txns6QtlxVNBEPOTKGTThI= List-ID: Precedence: bulk First, thanks Eric for stepping in to help. I am still dealing with computer issues so only online occasionally. Secondly, sorry for not documenting gnus-newsgroup-selection :( I'll fix it at some point. And I'm impressed with your skill at debugging other people's code :) Adam, can you try the following? Once the error has occurred, can you switch to the scratch buffer and execute: (gnus-get-info "nnselect:blah") where "nnselect:blah" is the name of the ephemeral search group (something similar to "nnselect-87r1r5e7et.fsf")? Thanks, Andy