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

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

bug#19829: 25.0.50; query-replace in rectangle regions do not honor boun


From: Stefan Monnier
Subject: bug#19829: 25.0.50; query-replace in rectangle regions do not honor boundaries
Date: Wed, 11 Mar 2015 16:31:58 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

> Rewriting the complex function `perform-replace' to work on several
> region chunks is not needed because the most suitable way is to use
> `isearch-filter-predicate' for this specific case of search/replace.

I don't see how that's relevant: you still should not check
rectangle-mark-mode.

If you want to avoid the isearch-filter-predicate in the "normal" case,
that's OK, but you should do it by checking the value returned by
region-extract-function.


        Stefan





reply via email to

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