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 21:33:27 -0800 Message-ID: <87sg9l4tp4.fsf@ericabrahamsen.net> References: <20201106162239.1E8ECC20DCB@raman-glaptop.localdomain> <87wnyy5rkh.fsf@ericabrahamsen.net> <87k0uy5oe6.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="2364"; 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 Sat Nov 07 06:34:18 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 1kbGri-0000UK-Hn for ged-emacs-devel@m.gmane-mx.org; Sat, 07 Nov 2020 06:34:18 +0100 Original-Received: from localhost ([::1]:46990 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kbGrh-0006Db-FR for ged-emacs-devel@m.gmane-mx.org; Sat, 07 Nov 2020 00:34:17 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:50344) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kbGr1-0005kL-HT for emacs-devel@gnu.org; Sat, 07 Nov 2020 00:33:35 -0500 Original-Received: from ericabrahamsen.net ([52.70.2.18]:42794 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 1kbGqz-0001lx-Ec for emacs-devel@gnu.org; Sat, 07 Nov 2020 00:33: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 424D2FA16E for ; Sat, 7 Nov 2020 05:33:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ericabrahamsen.net; s=mail; t=1604727211; bh=BVia8PZxxOFt85qDfxT5W9Zrlh1sn7uqAMjQOpnA0B4=; h=From:To:Subject:References:Date:In-Reply-To:From; b=QfgdV898bfpqpv+QTYr0ssq77JSlOJvgTBbhTzKZ2BXQfDh2LNA6aF8qW5WAfgMTU WYPMvOmIuX2KUxrz4qnXGXgXV/FRp6Rw6Z41HC2qL+40laiGFs9iAythdmTtrA2lE5 oQTAyLZmcQq8gYBqupgULUHEUDRHhToLh1/zoNk8= In-Reply-To: (Pankaj Jangid's message of "Sat, 07 Nov 2020 07:34:48 +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 23:59:38 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:258865 Archived-At: Pankaj Jangid writes: > Eric Abrahamsen writes: > >>> 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)) > > I am on the master and the value of `gnus-search-default-engines' is, > > Its value is ((nnimap gnus-search-imap)) > Original value was > ((nnimap . gnus-search-imap)) > > Earlier, I had this in my file, > > (require 'nnir) > (setq nnir-method-default-engines > '((nnml . notmuch) > (nnimap . imap))) > > But after the merge, I have changed it to, > > (let ((maxver 27)) > (if (> emacs-major-version maxver) > (custom-set-variables > '(gnus-search-default-engines > '((nnimap gnus-search-imap))) > '(gnus-search-use-parsed-queries t)) > (custom-set-variables > '(nnir-method-default-engines > '((nnimap imap)))))) > > It started working again when I changed them back to cons cells. There are downsides to being an early adopter (the earliest)! Hopefully sailing will be smoother here on out.