aboutsummaryrefslogtreecommitdiffstats
path: root/etc/NEWS
diff options
context:
space:
mode:
authorJuri Linkov <[email protected]>2013-05-28 02:02:37 +0300
committerJuri Linkov <[email protected]>2013-05-28 02:02:37 +0300
commitd289938a057ab8572fc60eb5367980eeef35d600 (patch)
tree90ca18e1aeef7cc5f824ce5ed8d8ac99887eeb4e /etc/NEWS
parent66fc57e3cdc9ffc2bed7a457a39a210fcf773e98 (diff)
* lisp/replace.el (perform-replace): Ignore invisible matches.
In addition to checking `query-replace-skip-read-only', also filter out matches by calling `run-hook-with-args-until-failure' on `isearch-filter-predicates', and also check `search-invisible' for t or call `isearch-range-invisible'. (replace-dehighlight): Call `isearch-clean-overlays'. Fixes: debbugs:11746
Diffstat (limited to 'etc/NEWS')
-rw-r--r--etc/NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index fbb32326da..80546ce985 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -236,11 +236,14 @@ callers to fit the image to a frame other than the selected frame.
entries displayed by `Info-index-next', `Info-virtual-index' and
`info-apropos'.
-** Isearch
+** Search and Replace
*** `C-x 8 RET' in Isearch mode reads a character by its Unicode name
and adds it to the search string.
+*** `query-replace' skips invisible text when `search-invisible' is nil,
+and opens overlays with hidden text when `search-invisible' is `open'.
+
** MH-E has been updated to MH-E version 8.5.
See MH-E-NEWS for details.