diff options
| author | Daniel Colascione | 2018-02-22 17:42:48 -0800 |
|---|---|---|
| committer | Daniel Colascione | 2018-02-22 17:50:39 -0800 |
| commit | b9d414e77c4f6396e202069fdd233b6687e6da64 (patch) | |
| tree | 0cfea149d344763b975fcad7aa6798cec1db545d /etc | |
| parent | b7542b2a0a00adc8d216697db0b8afd8d568de00 (diff) | |
| download | emacs-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/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -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 | ||
| 115 | isearch-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'. |
| 114 | This controls how long Emacs will wait for updates to the graphical | 119 | This controls how long Emacs will wait for updates to the graphical |