emacs-devel
[Top][All Lists]
Advanced

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

Re: modern regexes in emacs


From: Clément Pit-Claudel
Subject: Re: modern regexes in emacs
Date: Fri, 15 Feb 2019 13:46:23 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0

On 15/02/2019 13.36, Eli Zaretskii wrote:
> I proposed to have a separate set of functions that will accept PCRE
> syntax.  That would allow everyone to have what they want: you to use
> the "classic" regexps, and those who want PCRE to have that.  Where's
> the problem with that?

I think that solution doesn't let you pass regexps using fancy PCRE features to 
existing code through defvars and defcustoms.  As a concrete example, sometimes 
assertions would be useful in regexps that define outlines, or in syntax 
highlighting, or in comment marker definitions. 

Clément.



reply via email to

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