aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorDaniel Colascione2018-02-22 17:42:48 -0800
committerDaniel Colascione2018-02-22 17:50:39 -0800
commitb9d414e77c4f6396e202069fdd233b6687e6da64 (patch)
tree0cfea149d344763b975fcad7aa6798cec1db545d /etc
parentb7542b2a0a00adc8d216697db0b8afd8d568de00 (diff)
downloademacs-b9d414e77c4f6396e202069fdd233b6687e6da64.tar.gz
emacs-b9d414e77c4f6396e202069fdd233b6687e6da64.zip
Add isearch-yank-symbol-or-char
* doc/emacs/search.texi (Isearch Yank): Document new function, keybindings. * etc/NEWS: Mention isearch changes. * lisp/isearch.el (isearch--yank-char-or-syntax): New function. (isearch-yank-word-or-char): Call it. (isearch-yank-symbol-or-char): New function. (isearch-mode-map): Change 'C-M-w' binding from 'isearch-del-char' to isearch-yank-symbol-or-char; add 'C-M-d' binding for 'isearch-del-char'.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 70bafcd01b4..dacaf023bb1 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -109,6 +109,11 @@ regular expression was previously invalid, but is now accepted:
109 109
110* Editing Changes in Emacs 27.1 110* Editing Changes in Emacs 27.1
111 111
112+++
113** New isearch bindings.
114'C-M-w' in isearch changed from isearch-del-char to the new function
115isearch-yank-symbol-or-char. isearch-del-char is now bound to 'C-M-d'.
116
112--- 117---
113** New variable 'x-wait-for-event-timeout'. 118** New variable 'x-wait-for-event-timeout'.
114This controls how long Emacs will wait for updates to the graphical 119This controls how long Emacs will wait for updates to the graphical