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 27589 invoked from network); 13 Sep 2020 23:49:24 -0000 Received: from lists1.math.uh.edu (129.7.128.208) by inbox.vuxu.org with ESMTPUTF8; 13 Sep 2020 23:49:24 -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 1kHbk3-00DrhE-HO; Sun, 13 Sep 2020 18:49:07 -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 1kHbk0-00DrfG-04 for ding@lists.math.uh.edu; Sun, 13 Sep 2020 18:49:04 -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 1kHbjj-001GlM-E9 for ding@lists.math.uh.edu; Sun, 13 Sep 2020 18:49:03 -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=RrHA6OP/klut5iJ3/JrT3jJbVWYvTXktQlACIdNKqHM=; b=ompUZEHhJPO8KfHVDX5hlouRaO xKm9vXsj4t3Eh01oeMdRdvtSjvOapPrZDimFxBdgmU7CZhj6bozvm3bL3cSr2PFyHArwbyygKbbC9 ovD/CAtpGxBl7QlrMLjQwbQPAGJxpRoAIxByQ2+Kd7NU3ds12PJkIlKiUM7cDKz6qlIY=; 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 1kHbjc-0001JA-E1 for ding@gnus.org; Mon, 14 Sep 2020 01:48:42 +0200 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1kHbjb-00046d-Oa for ding@gnus.org; Mon, 14 Sep 2020 01:48:39 +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:48:34 +0800 Message-ID: <877dsx2q7h.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> <87d02p2r1y.fsf@ust.hk> 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:EwehGthpEt5sA87ttqWGp/bAyoc= List-ID: Precedence: bulk >>>>> "AC" == Andrew Cohen writes: [...] AC> Adam, can you try the following? Once the error has occurred, AC> can you switch to the scratch buffer and execute: AC> (gnus-get-info "nnselect:blah") AC> where "nnselect:blah" is the name of the ephemeral search group AC> (something similar to "nnselect-87r1r5e7et.fsf")? And after this, you could try stepping into the function 'nnselect-push-info using edebug. Identifying which line in this function leads to the error would narrow it down.