GNU bug report logs -
#27896
25.2; `C-M-%' with `rectangle-mark-mode'
Previous Next
Full log
View this message in rfc822 format
>> > The (normal) region limits the text that replacement search
>> > tries to match, by bounding it. The rectangular region keeps
>> > the ordinary region as the domain of text that search tries
>> > to match, and it filters the matches against that domain to
>> > remove any matches that are not wholly within the limits of
>> > the rectangle.
>>
>> Yup. It's a pretty odd design decision, though --
>> I wonder whether it this happened on purpose or
>> whether that was just the simplest way to implement this.
>
> I'm pretty sure it was done this way just because
> that's much simpler to do.
Indeed. A proper implementation would require
too much changes in core code. Just imagine
how to properly replace multi-line regexps in the
rectangular region using current search functions.
As a workaround, to imitate rectangular narrowing,
you can copy the rectangular region with C-x r k
to a temporary buffer, query-replace in it, and
paste the result back with C-x r y.
This bug report was last modified 4 years and 126 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.