Ludo', On 12/09/16 15:42, Ludovic Courtès wrote: >> + (snippet '(for-each delete-file-recursively >> + (find-files "internal" "tinyxml2"))))) > > Note that the 2nd argument to ‘find-files’ is a regexp. Is this really > intended? It is. The directory to be deleted is actually named "tinyxml2-3.0.0" (or so), with future version bumps too easy to miss. This seemed like the clea{n,r}est syntax, but then I'm already familiar with find-files. I could change it to "^tinyxml2" for no other reason than to scream ‘I'm a regex’ if you think that's needed. > Otherwise LGTM, thanks! Thank you! Kind regards, T G-R