Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
59035302
Commit
59035302
authored
Jul 01, 2004
by
Juri Linkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
f98a8ffd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
4 deletions
+20
-4
etc/NEWS
etc/NEWS
+15
-4
man/ChangeLog
man/ChangeLog
+5
-0
No files found.
etc/NEWS
View file @
59035302
...
...
@@ -925,10 +925,11 @@ a match if part of it has a read-only property.
`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.
`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
...
...
@@ -1086,6 +1087,16 @@ making the decision in a heuristic way. This new job is done by the
command `isearch-yank-word-or-char'. To restore the old behavior,
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
...
...
man/ChangeLog
View file @
59035302
2004-07-01 Juri Linkov <juri@jurta.org>
* search.texi (Incremental Search): Add C-M-w, C-M-y, M-%, C-M-%, M-e.
(Regexp Search): Add M-r.
2004-06-30 Luc Teirlinck <teirllm@auburn.edu>
* makefile.w32-in (EMACSSOURCES): Remove emacs-xtra.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment