[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Sending multiple patches
From: |
Stefan Monnier |
Subject: |
Re: Sending multiple patches |
Date: |
Sat, 07 Jun 2014 21:26:56 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) |
> (replace-match end-re-fmt t nil
> (lambda (num) (regexp-quote (match-string num string))))
Actually, rather than replace-match we'd want
match-substitute-replacement for tildify (since we don't want to keep
the surrounding context), in any case. But yes the above might make
sense.
Stefan
Re: Sending multiple patches, Michal Nazarewicz, 2014/06/02