GNU bug report logs - #7475
I wish query-replace-regexp would use perl regexps

Previous Next

Package: emacs;

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


View this message in rfc822 format

From: Stefan Kangas <stefan <at> marxist.se>
To: 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>
Cc: 7475 <at> debbugs.gnu.org
Subject: bug#7475: I wish query-replace-regexp would use perl regexps
Date: Sat, 10 Aug 2019 21:32:23 +0200
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.