GNU bug report logs - #62451
29.0.60; nnselect-request-threads assumes gnus-search-use-parsed-queries

Previous Next

Package: emacs;

Reported by: Sean Whitton <spwhitton <at> spwhitton.name>

Date: Sat, 25 Mar 2023 23:18:02 UTC

Severity: normal

Found in version 29.0.60

Done: Sean Whitton <spwhitton <at> arizona.edu>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Sean Whitton <spwhitton <at> spwhitton.name>
Subject: bug#62451: closed (Re: bug#62451: 29.0.60; nnselect-request-threads
 assumes gnus-search-use-parsed-queries)
Date: Sun, 26 Mar 2023 18:07:01 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#62451: 29.0.60; nnselect-request-threads assumes gnus-search-use-parsed-queries

which was filed against the emacs package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 62451 <at> debbugs.gnu.org.

-- 
62451: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62451
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Sean Whitton <spwhitton <at> arizona.edu>
To: Andrew Cohen <cohen <at> bu.edu>
Cc: 62451-close <at> debbugs.gnu.org
Subject: Re: bug#62451: 29.0.60; nnselect-request-threads assumes
 gnus-search-use-parsed-queries
Date: Sun, 26 Mar 2023 11:05:54 -0700
Hello,

On Sun 26 Mar 2023 at 08:17AM +08, Andrew Cohen wrote:

>>>>>> "SW" == Sean Whitton <spwhitton <at> spwhitton.name> writes:
>
>     SW> X-debbugs-cc: cohen <at> bu.edu nnselect-request-threads generates a
>     SW> query in Gnus's generic search language and expects
>     SW> gnus-search-prepare-query to convert it to a raw query.  But if
>     SW> gnus-search-use-parsed-queries is nil, as it is by default, then
>     SW> this doesn't happen, and the search engine receives a query it
>     SW> can't understand.  For example, notmuch receives a query like
>     SW> "id:<foo> or id:<bar>" when it should receive "id:foo or
>     SW> id:bar".
>
>     SW> This breaks the gnus-summary-refer-thread command.
>
>     SW> One way to fix it is to add a binding
>     SW> (gnus-search-use-parsed-queries t) to the let* form in which the
>     SW> call to gnus-search-run-query is made.
>
>
> This has been in my tree for ages but I never pushed it (it is part of
> larger changes to thread referral/retrieval). Its worth pushing by
> itself and I'll try to do that.
>
> Sorry for the delay.

Thank you for installing the change.  I noticed that you didn't add the
bug number to the commit message -- it would be good if you could do
that next time.

Closing the bug.

-- 
Sean Whitton

[Message part 3 (message/rfc822, inline)]
From: Sean Whitton <spwhitton <at> spwhitton.name>
To: bug-gnu-emacs <at> gnu.org
Subject: 29.0.60; nnselect-request-threads assumes
 gnus-search-use-parsed-queries
Date: Sat, 25 Mar 2023 16:16:53 -0700
X-debbugs-cc: cohen <at> bu.edu

nnselect-request-threads generates a query in Gnus's generic search
language and expects gnus-search-prepare-query to convert it to a raw
query.  But if gnus-search-use-parsed-queries is nil, as it is by
default, then this doesn't happen, and the search engine receives a
query it can't understand.  For example, notmuch receives a query like
"id:<foo> or id:<bar>" when it should receive "id:foo or id:bar".

This breaks the gnus-summary-refer-thread command.

One way to fix it is to add a binding (gnus-search-use-parsed-queries t)
to the let* form in which the call to gnus-search-run-query is made.

-- 
Sean Whitton



This bug report was last modified 2 years and 111 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.