Gnus development mailing list
 help / color / mirror / Atom feed
From: Eric Abrahamsen <eric@ericabrahamsen.net>
To: ding@gnus.org
Subject: Re: search does not work anymore
Date: Thu, 20 May 2021 09:03:19 -0700	[thread overview]
Message-ID: <878s49ie9k.fsf@ericabrahamsen.net> (raw)
In-Reply-To: <87im3dh683.fsf@mat.ucm.es>

Uwe Brauer <oub@mat.ucm.es> writes:

> Hi
>
> I fired up in the Group buffer
>
> G G 
>
> then inserted the search string but I obtained
>
> What is the problem?
>
> Debugger entered--Lisp error: (wrong-type-argument listp gnus-search-run-query)
>   eval((nnselect-function . gnus-search-run-query) t)
>   gnus-summary-set-local-parameters("nnselect:nnselect-87mtsph6ap.fsf")

That area of `gnus-summary-set-local-parameters' is wrapped in an
`ignore-errors':

(ignore-errors
  (push (car elem) vars)
  (if (boundp (car elem))
      (set (make-local-variable (car elem)) (eval (nth 1 elem) t))
    (eval (nth 1 elem) t)))

So I don't see how you're actually getting an error!



  reply	other threads:[~2021-05-20 16:23 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-20 13:42 Uwe Brauer
2021-05-20 16:03 ` Eric Abrahamsen [this message]
2021-05-21  6:29   ` Uwe Brauer
2021-05-21 16:12     ` Eric Abrahamsen
2021-05-21 18:10       ` Lars Ingebrigtsen
2021-05-21 18:53         ` Eric Abrahamsen
2021-05-22  6:47           ` Uwe Brauer
2021-05-22 15:29             ` Eric Abrahamsen
2021-05-22  6:46         ` Uwe Brauer

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=878s49ie9k.fsf@ericabrahamsen.net \
    --to=eric@ericabrahamsen.net \
    --cc=ding@gnus.org \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).