On Sun, Oct 18, 2020 at 11:21:05PM +0200, Joost Kremers wrote: [...] > Small nit-pick, but it's generally better to use `string-match-p` if you're just > testing whether a string matches a regexp. `string-match` modifies the match > data, `string-match-p` doesn't. Thanks for the reminder :-) Cheers - t