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

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

Re: extended regexp


From: Stefan Monnier
Subject: Re: extended regexp
Date: Mon, 10 Dec 2012 10:05:36 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> If there is no extended-regexp functions nor mode avalaible, I may
> send a feature request for it (the idea would be to have a regexp variable
> for usual or extended search and replace).  However, do you think someone
> else might be interested by such a behaviour?

We'd be happy to use a cleaner regexp syntax, but doing it without
breaking backward compatibility is tricky, unless you go the
`rx' route.  E.g. provide a new function/macro (call it `re') which
converts between your new syntax and the old one.


        Stefan


reply via email to

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