aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS16
1 files changed, 12 insertions, 4 deletions
diff --git a/etc/NEWS b/etc/NEWS
index f4ea3a05ab2..6d57091e076 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -610,10 +610,6 @@ item as before.
610** Search and Replace 610** Search and Replace
611 611
612+++ 612+++
613*** New user option `search-default-mode'
614specifies the default mode for I-search.
615
616+++
617*** `isearch' and `query-replace' can now perform character folding in matches. 613*** `isearch' and `query-replace' can now perform character folding in matches.
618Isearch does that by default, while `query-replace' will do that if 614Isearch does that by default, while `query-replace' will do that if
619the new variable `replace-character-fold' is customized to a non-nil 615the new variable `replace-character-fold' is customized to a non-nil
@@ -628,6 +624,18 @@ and ”), and the letter a will match all of its accented cousins, even
628those composed of multiple characters, as well as many other symbols 624those composed of multiple characters, as well as many other symbols
629like ℀, ℁, ⒜, and ⓐ. 625like ℀, ℁, ⒜, and ⓐ.
630 626
627Character folding is enabled by customizing `search-default-mode' to
628the value `character-fold-to-regexp'. If you want to turn character
629folding off, customize the value of `search-default-mode' to the `nil'
630value. You can also toggle character folding in the middle of a
631search by typing `M-s ''.
632
633+++
634*** New user option `search-default-mode'.
635This option specifies the default mode for Isearch. The default
636value, `character-fold-to-regexp' specifies that Isearch should fold
637characters when searching.
638
631+++ 639+++
632*** New function `character-fold-to-regexp' can be used 640*** New function `character-fold-to-regexp' can be used
633by searching commands to produce a regexp matching anything that 641by searching commands to produce a regexp matching anything that