all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Pankaj Jangid <pankaj@codeisgreat.org>
To: Eric Abrahamsen <eric@ericabrahamsen.net>
Cc: emacs-devel@gnu.org, "T.V Raman" <raman@google.com>
Subject: Re: gnus-group-read-ephemeral-search-group -- Something Changed?
Date: Sat, 07 Nov 2020 07:34:48 +0530	[thread overview]
Message-ID: <m2mtzt9b27.fsf@gmail.com> (raw)
In-Reply-To: 87k0uy5oe6.fsf@ericabrahamsen.net

Eric Abrahamsen <eric@ericabrahamsen.net> 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.



  reply	other threads:[~2020-11-07  2:04 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-06 16:22 gnus-group-read-ephemeral-search-group -- Something Changed? T.V Raman
2020-11-06 17:21 ` Eric Abrahamsen
2020-11-06 17:51   ` T.V Raman
2020-11-06 18:12     ` Eric Abrahamsen
2020-11-06 18:29       ` T.V Raman
2020-11-06 17:53   ` T.V Raman
2020-11-06 18:13   ` Pankaj Jangid
2020-11-06 18:30     ` Eric Abrahamsen
2020-11-07  2:04       ` Pankaj Jangid [this message]
2020-11-07  5:33         ` Eric Abrahamsen
2020-11-07  6:01           ` Pankaj Jangid
2020-11-07 17:38             ` Eric Abrahamsen
2020-11-07  6:33           ` Stefan Monnier
2020-11-07 17:35             ` Eric Abrahamsen
2020-11-07 17:34         ` T.V Raman
2020-11-07 17:45           ` Eric Abrahamsen
2020-11-07 18:51           ` T.V Raman
2020-11-08  2:07             ` Eric Abrahamsen
2020-11-08  2:33               ` T.V Raman
2020-11-08  4:35                 ` Eric Abrahamsen
2020-11-08  4:48                   ` Stefan Monnier
2020-11-08 16:54                   ` T.V Raman
2020-11-08 17:09                     ` Eric Abrahamsen
2020-11-08 17:43                       ` T.V Raman
2020-11-09  0:41                         ` Eric Abrahamsen
2020-11-09  0:49                           ` T.V Raman
2020-11-09  2:26                             ` Eric Abrahamsen
2020-11-09 15:35                               ` T.V Raman
2020-11-09 16:27                                 ` Eric Abrahamsen
2020-11-06 18:30     ` Eric Abrahamsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2mtzt9b27.fsf@gmail.com \
    --to=pankaj@codeisgreat.org \
    --cc=emacs-devel@gnu.org \
    --cc=eric@ericabrahamsen.net \
    --cc=raman@google.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.