GNU bug report logs -
#7475
I wish query-replace-regexp would use perl regexps
Previous Next
Reported by: jidanni <at> jidanni.org
Date: Wed, 24 Nov 2010 21:28:01 UTC
Severity: wishlist
Tags: wontfix
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 7475 <at> debbugs.gnu.org (full text, mbox):
jidanni <at> jidanni.org writes:
> I wish query-replace-regexp would use perl regexps.
> It is already hard enough to get the region and regexp right, and then
> one has to think 'how do I write that in old fashioned regexp language."
> Why can't it be rigged up to just send it to the current perl on the machine.
> As it is I am already just saying forget it and 'outsourcing' more
> complicated jobs to batch scripts.
Sending every regular expression to an external executable would add a
new dependency and likely affect performance badly.
To do this reasonably would presumably require significant work on the
regular expression engine, and a good plan for making the change. Many
users are very used to the current regular expressions Emacs use.
Maybe a better option is to develop something like this as an external
package?
I would suggest to close this as wontfix.
Best regards,
Stefan Kangas
This bug report was last modified 5 years and 225 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.