[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#27897: [PATCH] 25.1; Add REGION-NONCONTIGUOUS-P arg to other replace
From: |
Juri Linkov |
Subject: |
bug#27897: [PATCH] 25.1; Add REGION-NONCONTIGUOUS-P arg to other replace.el commands |
Date: |
Thu, 19 Apr 2018 22:36:53 +0300 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (x86_64-pc-linux-gnu) |
> And some of the commands I added REGION-NONCONTIGUOUS-P to
> already had BACKWARD, while others did not. Should we
> assume that whoever did that did it on purpose and wisely?
query-replace-regexp-eval has no BACKWARD arg because
query-replace-regexp-eval is obsolete and should be removed.
map-query-replace-regexp has no BACKWARD arg because
map-query-replace-regexp has special logic for its prefix arg.
> Dunno. My purpose here was not to fix missing BACKWARD,
> but if you want to think about that and take care of it,
> please do - that would be great, along with applying my
> patch for REGION-NONCONTIGUOUS-P.
Thanks, your patch pushed to master as 75a32f4.