comparison etc/NEWS @ 98820:e7e2727fead1

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Sat, 18 Oct 2008 14:07:36 +0000
parents 42347b74812c
children 3808838357b8
comparison
equal deleted inserted replaced
98819:fe700fb53102 98820:e7e2727fead1
1270 *** The regexp form \(?<num>:<regexp>\) specifies the group number explicitly. 1270 *** The regexp form \(?<num>:<regexp>\) specifies the group number explicitly.
1271 +++ 1271 +++
1272 *** New function `match-substitute-replacement' returns the result of 1272 *** New function `match-substitute-replacement' returns the result of
1273 `replace-match' without actually using it in the buffer. 1273 `replace-match' without actually using it in the buffer.
1274 1274
1275 +++
1275 *** The new variable `replace-search-function' determines the function 1276 *** The new variable `replace-search-function' determines the function
1276 to use for searching in query-replace and replace-string. 1277 to use for searching in query-replace and replace-string. The
1277 1278 function it specifies is called by `perform-replace' when its 4th
1279 argument is nil.
1280
1281 +++
1278 *** The new variable `replace-re-search-function' determines the 1282 *** The new variable `replace-re-search-function' determines the
1279 function to use for searching in `query-replace-regexp', 1283 function to use for searching in `query-replace-regexp',
1280 `replace-regexp', `query-replace-regexp-eval', and 1284 `replace-regexp', `query-replace-regexp-eval', and
1281 `map-query-replace-regexp'. 1285 `map-query-replace-regexp'. The function it specifies is called by
1286 `perform-replace' when its 4th argument is non-nil.
1282 1287
1283 *** New keymap `search-map' bound to `M-s' provides global bindings 1288 *** New keymap `search-map' bound to `M-s' provides global bindings
1284 for search related commands. 1289 for search related commands.
1285 1290
1286 *** New keymap `multi-query-replace-map' contains additonal keys bound 1291 *** New keymap `multi-query-replace-map' contains additonal keys bound