emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/etc/NEWS


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/etc/NEWS
Date: Thu, 01 Jul 2004 19:44:34 -0400

Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.992 emacs/etc/NEWS:1.993
*** emacs/etc/NEWS:1.992        Fri Jun 25 13:00:58 2004
--- emacs/etc/NEWS      Thu Jul  1 11:56:39 2004
***************
*** 925,934 ****
  `replace-regexp' allow \,expr to be used in a replacement string,
  where expr is an arbitrary Lisp expression evaluated at replacement
  time.  In many cases, this will be more convenient than using
! `query-replace-regexp-eval'.  All regular expression replacement
! commands now allow `\?' in the replacement string to specify a
! position where the replacement string can be edited for each
! replacement.
  
  +++
  ** Emacs normally highlights mouse sensitive text whenever the mouse
--- 925,935 ----
  `replace-regexp' allow \,expr to be used in a replacement string,
  where expr is an arbitrary Lisp expression evaluated at replacement
  time.  In many cases, this will be more convenient than using
! `query-replace-regexp-eval'.  `\#' in a replacement string now refers
! to the count of replacements already made by the replacement command.
! All regular expression replacement commands now allow `\?' in the
! replacement string to specify a position where the replacement string
! can be edited for each replacement.
  
  +++
  ** Emacs normally highlights mouse sensitive text whenever the mouse
***************
*** 1087,1092 ****
--- 1088,1103 ----
  bind C-w to `isearch-yank-word' in `isearch-mode-map'.
  
  +++
+ ** C-M-w deletes and C-M-y grabs a character in isearch mode.
+ Another method to grab a character is to enter the minibuffer by `M-e'
+ and to type `C-f' at the end of the search string in the minibuffer.
+ 
+ +++
+ ** M-% and C-M-% typed in isearch mode invoke `query-replace' and
+ `query-replace-regexp' with the current search string inserted
+ in the minibuffer as initial input for the string to replace.
+ 
+ +++
  ** Yanking text now discards certain text properties that can
  be inconvenient when you did not expect them.  The variable
  `yank-excluded-properties' specifies which ones.  Insertion




reply via email to

[Prev in Thread] Current Thread [Next in Thread]