diff options
| author | Chong Yidong | 2008-06-06 20:39:46 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-06-06 20:39:46 +0000 |
| commit | 426e6ba046025f16a551fc6f4fd6736a4fcb21b7 (patch) | |
| tree | 2672b4fd96bf8000ea940128b79b31f7af60a8e0 | |
| parent | 12e18d7dfa21256c5c380114691a18a467432b29 (diff) | |
| download | emacs-426e6ba046025f16a551fc6f4fd6736a4fcb21b7.tar.gz emacs-426e6ba046025f16a551fc6f4fd6736a4fcb21b7.zip | |
New vars `replace-search-function' and `replace-re-search-function'.
| -rw-r--r-- | etc/NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
| @@ -855,6 +855,14 @@ search and match primitives from changing the match data. | |||
| 855 | ** New function `match-substitute-replacement' returns the result of | 855 | ** New function `match-substitute-replacement' returns the result of |
| 856 | `replace-match' without actually using it in the buffer. | 856 | `replace-match' without actually using it in the buffer. |
| 857 | 857 | ||
| 858 | ** The new variable `replace-search-function' determines the function | ||
| 859 | to use for searching in query-replace and replace-string. | ||
| 860 | |||
| 861 | ** The new variable `replace-re-search-function' determines the | ||
| 862 | function to use for searching in `query-replace-regexp', | ||
| 863 | `replace-regexp', + `query-replace-regexp-eval', and | ||
| 864 | `map-query-replace-regexp'. | ||
| 865 | |||
| 858 | ** If a local hook function has a non-nil `permanent-local-hook' | 866 | ** If a local hook function has a non-nil `permanent-local-hook' |
| 859 | property, then `kill-all-local-variables' does not remove it from | 867 | property, then `kill-all-local-variables' does not remove it from |
| 860 | the local value of the hook variable. This means it remains | 868 | the local value of the hook variable. This means it remains |