Updated the patch. On Tue, Oct 18, 2016 at 4:28 PM Ludovic Courtès wrote: > Amirouche Boubekki skribis: > > > On Mon, Oct 10, 2016 at 10:46 PM Ludovic Courtès wrote: > > > [...] > >> Please let’s not list all the files. :-) Could it instead use > >> something like (find-files "bytestructures" "\\.scm$")? > >> > > > > The above is a subset of all files. Do you prefer to use `find-files` and > > exclude some files? > > Whichever is the most concise and most maintainable approach (I suspect > it’s ‘find-files’ + exclude specific files.) > > Ludo’. > find-files does the right thing, there is no need to filter what it returns.