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: Fri, 06 Nov 2020 10:30:34 -0800 Message-ID: <87imai5odx.fsf@ericabrahamsen.net> References: <20201106162239.1E8ECC20DCB@raman-glaptop.localdomain> <87wnyy5rkh.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="36867"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Nov 06 19:32:19 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 1kb6X4-0009VU-7g for ged-emacs-devel@m.gmane-mx.org; Fri, 06 Nov 2020 19:32:18 +0100 Original-Received: from localhost ([::1]:38254 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kb6X3-0002hz-8Y for ged-emacs-devel@m.gmane-mx.org; Fri, 06 Nov 2020 13:32:17 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:55830) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kb6VT-0001Mp-BV for emacs-devel@gnu.org; Fri, 06 Nov 2020 13:30:39 -0500 Original-Received: from ericabrahamsen.net ([52.70.2.18]:58534 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 1kb6VR-0005g3-FU for emacs-devel@gnu.org; Fri, 06 Nov 2020 13:30:39 -0500 Original-Received: from localhost (c-73-254-86-141.hsd1.wa.comcast.net [73.254.86.141]) (Authenticated sender: eric@ericabrahamsen.net) by mail.ericabrahamsen.net (Postfix) with ESMTPSA id 2294AFA086 for ; Fri, 6 Nov 2020 18:30:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ericabrahamsen.net; s=mail; t=1604687436; bh=x+ITQ34Kp/3i6qBq+9AKnhSzoxQHM/FpFE+0bq4Tqpk=; h=From:To:Subject:In-Reply-To:References:Date:From; b=nQB2ncB8HnfM9vR0pkbUX82ieXd4VoBcl1LKUGVEE6miPFRj3+3sv06FGALv4D5pB gGzLAPjEVDXtLI0jszlWhDnfahW6CX5fbFVAhoqIJ3mSDVdPgc5O0I6xWTGDcdqXQz xde/b2TGNhY5bDrYFrltMxmDqHtGiQoUN1rkNheQ= In-Reply-To: (Pankaj Jangid's message of "Fri, 06 Nov 2020 23:43:40 +0530") 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/06 11:01:54 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:258842 Archived-At: Pankaj Jangid writes: > Eric Abrahamsen writes: > >> I can provide better backwards compatibility by continuing to check for >> the `nnir-search-spec' and `nnir-group-spec' keys, I guess I didn't >> think people would be using that function programmatically in this way. >> >> Would you be willing to show me exactly how you're calling this >> function? I can be more certain about providing backwards compatibility >> that way, and might be able to suggest some alterations. > > I am calling the same function using the default keybinding `G G'. And > it is giving this error to me. > > cl-no-applicable-method: No applicable method: gnus-search-run-search, > nil, "nnimap:gml", ((parsed-query "hello") (query . "hello") (raw)), > ("nnimap+gml:INBOX") This is the error you'd get if gnus-search can't find the right search engine to use for nnimap servers. I just changed the type of the default value of `gnus-search-default-engines', so maybe you've gotten caught in between. Can you please confirm that you're using the latest master, and that the value of `gnus-search-default-engines' looks like: '((nnimap . gnus-search-imap)) Thanks