comparison etc/NEWS @ 95607:457e9cb63681

New vars `replace-search-function' and `replace-re-search-function'.
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 06 Jun 2008 20:39:46 +0000
parents d34a432d5863
children 454e3c065a98
comparison
equal deleted inserted replaced
95606:7c5d0c26f521 95607:457e9cb63681
853 853
854 +++ 854 +++
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
861 even if you change major modes. 869 even if you change major modes.
862 870