[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: A function to take the regexp-matched subsring directly
From: |
daanturo |
Subject: |
Re: A function to take the regexp-matched subsring directly |
Date: |
Mon, 31 Oct 2022 10:47:28 +0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.1 |
On 31/10/2022 05:01, Stefan Monnier wrote:
> NOTE: The convention in Elisp is that any function, except for a few
> exceptions like car/assoc/+/goto-char, can clobber the match data,
> so `save-match-data' should normally be used to save *your* match data
> rather than your caller's match data."
Thank you for clarifying, my updated version:
--
Daanturo.
0001-Define-regexp-match-regexp-match.patch
Description: Text Data