Hi, On Fri, 22 Oct 2021 at 21:43, Kyle Meyer <k...@kyleam.com> wrote:
> Fwiw public-inbox (<http://public-inbox.org/>) indexes the file name > from diffs. Searching with the "dfn:" prefix against > <https://yhetil.org/guix-patches>, you can get a feed of changes > touching particular paths by using the "dfn:" prefix . For example: > > https://yhetil.org/guix-patches/?q=dfn:docker&x=A Oh, that’s really cool! Do you know a bridge from Elfeed to Message-mode? I mean, using the feed you are referring, Alice gets: --8<---------------cut here---------------start------------->8--- Title: [bug#50227] [PATCH] build-system/go: Trim store references using the native compiler option. Author: Marius Bakke <mar...@gnu.org> Date: Fri, 27 Aug 2021 18:45:37 CEST Feed: dfn:docker - search results Link: https://yhetil.org/guix-patches/20210827164423.17109-1-mar...@gnu.org/ * guix/build/go-build-system.scm (build): Add '-trimpath' to the 'go install' invocation. […] --8<---------------cut here---------------end--------------->8--- This is really nice for filtering and only reading what is of interest (for Alice). However, it is not handy for commenting. It could be cool to have a way to turn what I showed (above) into a reply message. Does a bridge exist somewhere? Cheers, simon