Gabriel Wicki <[email protected]> writes: > Hi Noé! > > Thank you for the initiative! Not sure what > >> make each regex only have to match once > > means but I don't have to know until the review! Thanks for requesting that > from me in advance ;) >
Haha yeah the wording is not very clear. I mean in the case that you
have multiple files, each regex may not match in every file.
Think an example like this (thanks Jason Conroy):
(substitute* (find-files "." "[.]py$")
(("bad thing") "good thing"))
In this specific case, its fine if some files don’t have “bad
thing”. But the default will still be to make an error.
signature.asc
Description: PGP signature
