On 02-12 11:59, Jed Brown wrote: > A patch for notmuch-search-filter follows, my change to > notmuch-search-filter-by-tag is not very useful since > notmuch-select-tag-with-completion does not allow a space to be > inserted. I don't know how to get completion on multiple > space-separated terms. notmuch-select-tag-with-completion uses "\n" as tag separator. This is because it gets the output of 'notmuch search-tags' as input and there is one tag on a line. I haven't been really following this thread in detail. What is that you need from notmuch-select-tag-with-completion? To be able to process a list of tags separated by spaces? Maybe I could help you with that. -Jan