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

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

Re: multiple search strings in query-replace-regexp


From: Stefan Monnier
Subject: Re: multiple search strings in query-replace-regexp
Date: Thu, 23 Nov 2006 14:23:23 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.90 (gnu/linux)

> Thanks; still, when combining several regexps into one, one needs to
> fixup backreferences.

Yup.  I actually have a local patch which fixes that by providing relative
backrefs (e.g. \-1 refers to the last group and \-2 to the one before that).


        Stefan


reply via email to

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