From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.devel Subject: Re: gnus-group-read-ephemeral-search-group -- Something Changed? Date: Sun, 08 Nov 2020 09:09:29 -0800 Message-ID: <87eel3zsfq.fsf@ericabrahamsen.net> References: <20201106162239.1E8ECC20DCB@raman-glaptop.localdomain> <87wnyy5rkh.fsf@ericabrahamsen.net> <87k0uy5oe6.fsf@ericabrahamsen.net> <87blg8d2iu.fsf@ericabrahamsen.net> <87a6vsbh4q.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="3495"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: emacs-devel@gnu.org To: "T.V Raman" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Nov 08 18:11:52 2020 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kboEK-0000oS-En for ged-emacs-devel@m.gmane-mx.org; Sun, 08 Nov 2020 18:11:52 +0100 Original-Received: from localhost ([::1]:37006 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kboEJ-0001Hr-H2 for ged-emacs-devel@m.gmane-mx.org; Sun, 08 Nov 2020 12:11:51 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:51886) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kboC7-0007w1-K9 for emacs-devel@gnu.org; Sun, 08 Nov 2020 12:09:35 -0500 Original-Received: from ericabrahamsen.net ([52.70.2.18]:56668 helo=mail.ericabrahamsen.net) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kboC5-000236-CY for emacs-devel@gnu.org; Sun, 08 Nov 2020 12:09:35 -0500 Original-Received: from localhost (24-113-150-48.wavecable.com [24.113.150.48]) (Authenticated sender: eric@ericabrahamsen.net) by mail.ericabrahamsen.net (Postfix) with ESMTPSA id 228CAFA16E; Sun, 8 Nov 2020 17:09:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ericabrahamsen.net; s=mail; t=1604855371; bh=xE3UBGR79My1xuanp3NOpgtY4+PS31pkFmlfwG/Jfko=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=XTy3IQ0D5JojF1FHDvI2+qU7S4yDsIttFehhEtsWg/+/M/PCT2HdwONP/+2wQTqGR UN1/vCPseYrlbpMw2rjJg4/ZRlXyAsFCpu2e0+yNOErnv1TZ9ek11ZSp4NPaIwE6ZI caRehAN6z2N6esc1NQlKlMDhqK/nOMu0VHP4rL4E= In-Reply-To: (T. V. Raman's message of "Sun, 08 Nov 2020 08:54:02 -0800") Received-SPF: pass client-ip=52.70.2.18; envelope-from=eric@ericabrahamsen.net; helo=mail.ericabrahamsen.net X-detected-operating-system: by eggs.gnu.org: First seen = 2020/11/08 12:09:32 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:258914 Archived-At: "T.V Raman" writes: > Eric Abrahamsen writes: > > I've not customized that variable. > The error that is thrown looks like it's not handling groups configured > via gnus-secondary-select-methods --- which is where I have configured > my various GMail accounts. That shouldn't be the problem, as `gnus-server-to-method' will find your methods wherever you've defined them. I've just pushed a change that checks for old nnir values no matter where they come from. If this doesn't do the trick I'll back the changes out. Thanks, Eric