comparison etc/NEWS @ 56307:2c4f93ea1faf

*** empty log message ***
author Juri Linkov <juri@jurta.org>
date Thu, 01 Jul 2004 11:56:39 +0000
parents 96f38e136445
children 7d126dcf72aa
comparison
equal deleted inserted replaced
56306:f8704be4375b 56307:2c4f93ea1faf
923 923
924 ** When used interactively, the commands `query-replace-regexp' and 924 ** When used interactively, the commands `query-replace-regexp' and
925 `replace-regexp' allow \,expr to be used in a replacement string, 925 `replace-regexp' allow \,expr to be used in a replacement string,
926 where expr is an arbitrary Lisp expression evaluated at replacement 926 where expr is an arbitrary Lisp expression evaluated at replacement
927 time. In many cases, this will be more convenient than using 927 time. In many cases, this will be more convenient than using
928 `query-replace-regexp-eval'. All regular expression replacement 928 `query-replace-regexp-eval'. `\#' in a replacement string now refers
929 commands now allow `\?' in the replacement string to specify a 929 to the count of replacements already made by the replacement command.
930 position where the replacement string can be edited for each 930 All regular expression replacement commands now allow `\?' in the
931 replacement. 931 replacement string to specify a position where the replacement string
932 can be edited for each replacement.
932 933
933 +++ 934 +++
934 ** Emacs normally highlights mouse sensitive text whenever the mouse 935 ** Emacs normally highlights mouse sensitive text whenever the mouse
935 is over the text. By setting the new variable `mouse-highlight', you 936 is over the text. By setting the new variable `mouse-highlight', you
936 can optionally enable mouse highlighting only after you move the 937 can optionally enable mouse highlighting only after you move the
1083 +++ 1084 +++
1084 ** C-w in incremental search now grabs either a character or a word, 1085 ** C-w in incremental search now grabs either a character or a word,
1085 making the decision in a heuristic way. This new job is done by the 1086 making the decision in a heuristic way. This new job is done by the
1086 command `isearch-yank-word-or-char'. To restore the old behavior, 1087 command `isearch-yank-word-or-char'. To restore the old behavior,
1087 bind C-w to `isearch-yank-word' in `isearch-mode-map'. 1088 bind C-w to `isearch-yank-word' in `isearch-mode-map'.
1089
1090 +++
1091 ** C-M-w deletes and C-M-y grabs a character in isearch mode.
1092 Another method to grab a character is to enter the minibuffer by `M-e'
1093 and to type `C-f' at the end of the search string in the minibuffer.
1094
1095 +++
1096 ** M-% and C-M-% typed in isearch mode invoke `query-replace' and
1097 `query-replace-regexp' with the current search string inserted
1098 in the minibuffer as initial input for the string to replace.
1088 1099
1089 +++ 1100 +++
1090 ** Yanking text now discards certain text properties that can 1101 ** Yanking text now discards certain text properties that can
1091 be inconvenient when you did not expect them. The variable 1102 be inconvenient when you did not expect them. The variable
1092 `yank-excluded-properties' specifies which ones. Insertion 1103 `yank-excluded-properties' specifies which ones. Insertion