GNU bug report logs -
#53989
29.0.50; Gnus searches broken
Previous Next
Reported by: Michael Heerdegen <michael_heerdegen <at> web.de>
Date: Mon, 14 Feb 2022 03:38:02 UTC
Severity: normal
Found in version 29.0.50
Done: Michael Heerdegen <michael_heerdegen <at> web.de>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Eric Abrahamsen <eric <at> ericabrahamsen.net> writes:
> Okay, it turns out that also lets us drop most of the regexp silliness
> from the parsing stuff. Would you mind trying the attached patch and
> confirm that it doesn't break anything? I'll try to make this the last
> time I mess with search results parsing...
Works so far for me.
| +(cl-defmethod gnus-search-indexed-extract :around
| + ((_engine gnus-search-indexed))
| + (let ((ret (cl-call-next-method)))
Why do you need an :around method here - why don't you just add that to
the primary method?
| + ;; We run `expand-file-name' here in order to collapse multiple
| + ;; consecutive directory separators.
| + (cl-callf expand-file-name (car ret))
| + ret))
If I were you I would add to the comment that mairix may return such
multi-separator file names - else it's not clear why that collapsing is
necessary at that point.
Thanks,
Michael.
This bug report was last modified 3 years and 156 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.