bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#64019: 29.0.91; Fix some tree-sitter :match regexps


From: Dmitry Gutov
Subject: bug#64019: 29.0.91; Fix some tree-sitter :match regexps
Date: Tue, 13 Jun 2023 20:06:42 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0

On 13/06/2023 17:08, Basil Contovounesios wrote:
Dmitry Gutov [2023-06-13 00:33 +0300] wrote:

On 12/06/2023 17:25, Basil L. Contovounesios via Bug reports for GNU Emacs, the
Swiss army knife of text editors wrote:
-      (:match "^DEFUN$" @fn))
+      (:match "\\`DEFUN\\'" @fn))
FWIW, most of these changes are superfluous, practically speaking
I'm less concerned about the trivial bol/bos conversions in the patch
and more about the corrections to incorrect regexps, such as:
- the more benign \(:?...\) -> \(?:...\)
- and the less benign [\d] -> [0-9].


Yep, these look valuable. Thanks.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]