]> git.eshelyaron.com Git - emacs.git/commit
Small fixes to gnus-search output parsing of indexed engines
authorEric Abrahamsen <eric@ericabrahamsen.net>
Fri, 20 Nov 2020 00:32:41 +0000 (16:32 -0800)
committerEric Abrahamsen <eric@ericabrahamsen.net>
Mon, 23 Nov 2020 04:46:18 +0000 (20:46 -0800)
commit8b7fa9e663d8898adebe7315bc9dcc4272858446
tree55d5760a0ad31bca0df5988a91cb81ad778b5535
parentedd949a3eb8907eed84eab30e170cc138a5b2d41
Small fixes to gnus-search output parsing of indexed engines

* lisp/gnus/gnus-search.el (gnus-search-indexed-parse-output): When
filtering for desired groups, accept any of [.\/] as potential segment
delimiters. Later on, filesystem path separators will be interpreted
as dots (".") when constructing group names. Also, make sure we use
`expand-file-name' on the prefix, and just use `string-remove-prefix'
to get rid of it.
lisp/gnus/gnus-search.el