aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/replace.el
diff options
context:
space:
mode:
authorPaul Eggert2016-05-26 12:55:06 -0700
committerPaul Eggert2016-05-26 12:55:06 -0700
commit0bf5739b77c75f13d46fc49d5e3c098fe49a5070 (patch)
treed342da7bc9065197736a8184e55c9925a40f04f0 /lisp/replace.el
parent764f04871d67a5aad8943136d5142ed59bfa9a51 (diff)
parentc3489d050405ccb026cd44a280ead3a5f6b456d9 (diff)
downloademacs-0bf5739b77c75f13d46fc49d5e3c098fe49a5070.tar.gz
emacs-0bf5739b77c75f13d46fc49d5e3c098fe49a5070.zip
Merge from origin/emacs-25
c3489d0 * lisp/w32-fns.el (set-message-beep, w32-get-locale-info) (w3... a4d882c Correct old cell name unbinding when renaming cell. 6c12c53 Merge branch 'emacs-25' of git.sv.gnu.org:/srv/git/emacs into... 0be6725 Document problem: slow screen refresh on missing font. 853b9b9 * admin/admin.el (add-release-logs): Basic check of existing ... 5fa80cf * build-aux/gitlog-to-emacslog: Handle empty generated Change... 3c79e51 * admin/admin.el (add-release-logs): Generate ChangeLog if ne... 42275df * doc/misc/texinfo.tex: Revert previous change (Bug#23611). 3f4a9d9 * admin/authors.el (authors): First update the ChangeLog. 897fb6f ; 'Changes from the pre-25.1 API' copyedits 825ca25 Rename vc-stay-local back to vc-cvs-stay-local 4efb3e8 * doc/emacs/files.texi (Comparing Files): * doc/emacs/trouble... b995d1e * doc/misc/eww.texi (Advanced): Fix xref. 2e589c0 Fix cross-references between manuals f3d2ded * doc/misc/vhdl-mode.texi (Sample Init File): Rename node to ... 906c810 ; * admin/release-process: Move etc/HISTORY from here... ; * ... bea1b65 * admin/admin.el (add-release-logs): Also update etc/HISTORY. 503e752 ; * CONTRIBUTE: Fix a typo. fbfd478 Avoid aborting due to errors in arguments of 'set-face-attrib... bdfbe6d ; * admin/release-process: Copyedits. 44a6aed ; * test/automated/data-tests.el: Standardize license notice. c33ed39 ; * test/automated/viper-tests.el: Standardize license notice. df4a14b Add automated test for viper-tests.el c0139e3 Fix viper undo breakage from undo-boundary changes 920d76c Fix reference to obsolete fn ps-eval-switch 18a9bc1 Do not trash symlinks to init file 2671179 Don't print the "decomposition" line for control chars in wha... 869092c Bring back xterm pasting with middle mouse 5ab0830 Provide workaround for xftfont rendering problem c9f7ec7 * lisp/desktop.el: Disable restore frameset if in non-graphic... 30989a0 Mention GTK+ problems in etc/PROBLEMS 421e3c4 * lisp/emacs-lisp/package.el (package-refresh-contents): dadfc30 Revert "epg: Add a way to detect gpg1 executable for tests" e41a5cb Avoid errors with Czech and Slovak input methods d4ae6d7 epg: Add a way to detect gpg1 executable for tests ebc3a94 * lisp/emacs-lisp/package.el: Fix free variable warnings. 6e71295 * lisp/emacs-lisp/package.el (package--with-response-buffer): c45d9f6 Improve documentation of 'server-name' 3b5e38c Modernize ASLR advice in etc/PROBLEMS 1fe1e0a * lisp/char-fold.el: Rename from character-fold.el.
Diffstat (limited to 'lisp/replace.el')
-rw-r--r--lisp/replace.el16
1 files changed, 8 insertions, 8 deletions
diff --git a/lisp/replace.el b/lisp/replace.el
index 0b25200be57..9e2d521baf0 100644
--- a/lisp/replace.el
+++ b/lisp/replace.el
@@ -33,7 +33,7 @@
33 :type 'boolean 33 :type 'boolean
34 :group 'matching) 34 :group 'matching)
35 35
36(defcustom replace-character-fold nil 36(defcustom replace-char-fold nil
37 "Non-nil means replacement commands should do character folding in matches. 37 "Non-nil means replacement commands should do character folding in matches.
38This means, for instance, that \\=' will match a large variety of 38This means, for instance, that \\=' will match a large variety of
39unicode quotes. 39unicode quotes.
@@ -324,7 +324,7 @@ If `replace-lax-whitespace' is non-nil, a space or spaces in the string
324to be replaced will match a sequence of whitespace chars defined by the 324to be replaced will match a sequence of whitespace chars defined by the
325regexp in `search-whitespace-regexp'. 325regexp in `search-whitespace-regexp'.
326 326
327If `replace-character-fold' is non-nil, matching uses character folding, 327If `replace-char-fold' is non-nil, matching uses character folding,
328i.e. it ignores diacritics and other differences between equivalent 328i.e. it ignores diacritics and other differences between equivalent
329character strings. 329character strings.
330 330
@@ -383,7 +383,7 @@ If `replace-regexp-lax-whitespace' is non-nil, a space or spaces in the regexp
383to be replaced will match a sequence of whitespace chars defined by the 383to be replaced will match a sequence of whitespace chars defined by the
384regexp in `search-whitespace-regexp'. 384regexp in `search-whitespace-regexp'.
385 385
386This function is not affected by `replace-character-fold'. 386This function is not affected by `replace-char-fold'.
387 387
388Third arg DELIMITED (prefix arg if interactive), if non-nil, means replace 388Third arg DELIMITED (prefix arg if interactive), if non-nil, means replace
389only matches surrounded by word boundaries. A negative prefix arg means 389only matches surrounded by word boundaries. A negative prefix arg means
@@ -474,7 +474,7 @@ If `replace-regexp-lax-whitespace' is non-nil, a space or spaces in the regexp
474to be replaced will match a sequence of whitespace chars defined by the 474to be replaced will match a sequence of whitespace chars defined by the
475regexp in `search-whitespace-regexp'. 475regexp in `search-whitespace-regexp'.
476 476
477This function is not affected by `replace-character-fold'. 477This function is not affected by `replace-char-fold'.
478 478
479Third arg DELIMITED (prefix arg if interactive), if non-nil, means replace 479Third arg DELIMITED (prefix arg if interactive), if non-nil, means replace
480only matches that are surrounded by word boundaries. 480only matches that are surrounded by word boundaries.
@@ -568,7 +568,7 @@ If `replace-lax-whitespace' is non-nil, a space or spaces in the string
568to be replaced will match a sequence of whitespace chars defined by the 568to be replaced will match a sequence of whitespace chars defined by the
569regexp in `search-whitespace-regexp'. 569regexp in `search-whitespace-regexp'.
570 570
571If `replace-character-fold' is non-nil, matching uses character folding, 571If `replace-char-fold' is non-nil, matching uses character folding,
572i.e. it ignores diacritics and other differences between equivalent 572i.e. it ignores diacritics and other differences between equivalent
573character strings. 573character strings.
574 574
@@ -623,7 +623,7 @@ If `replace-regexp-lax-whitespace' is non-nil, a space or spaces in the regexp
623to be replaced will match a sequence of whitespace chars defined by the 623to be replaced will match a sequence of whitespace chars defined by the
624regexp in `search-whitespace-regexp'. 624regexp in `search-whitespace-regexp'.
625 625
626This function is not affected by `replace-character-fold' 626This function is not affected by `replace-char-fold'
627 627
628In Transient Mark mode, if the mark is active, operate on the contents 628In Transient Mark mode, if the mark is active, operate on the contents
629of the region. Otherwise, operate from point to the end of the buffer's 629of the region. Otherwise, operate from point to the end of the buffer's
@@ -2055,9 +2055,9 @@ It is called with three arguments, as if it were
2055 ;; used after `recursive-edit' might override them. 2055 ;; used after `recursive-edit' might override them.
2056 (let* ((isearch-regexp regexp-flag) 2056 (let* ((isearch-regexp regexp-flag)
2057 (isearch-regexp-function (or delimited-flag 2057 (isearch-regexp-function (or delimited-flag
2058 (and replace-character-fold 2058 (and replace-char-fold
2059 (not regexp-flag) 2059 (not regexp-flag)
2060 #'character-fold-to-regexp))) 2060 #'char-fold-to-regexp)))
2061 (isearch-lax-whitespace 2061 (isearch-lax-whitespace
2062 replace-lax-whitespace) 2062 replace-lax-whitespace)
2063 (isearch-regexp-lax-whitespace 2063 (isearch-regexp-lax-whitespace