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

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

bug#37659: rx additions: anychar, unmatchable, unordered-or


From: Mattias Engdegård
Subject: bug#37659: rx additions: anychar, unmatchable, unordered-or
Date: Wed, 9 Oct 2019 10:59:43 +0200

Also consider changing the rendition of anychar/anything from ".\\|\n" to 
"[^z-a]", which is faster and does not allocate stack space. Previously, (* 
anything) wouldn't match large strings.

Attachment: 0004-Use-z-a-for-matching-any-character-anychar-anything-.patch
Description: Binary data


reply via email to

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