* lisp/isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
authorJuri Linkov <juri@jurta.org>
Sat, 15 Dec 2012 13:03:17 +0000 (15:03 +0200)
committerJuri Linkov <juri@jurta.org>
Sat, 15 Dec 2012 13:03:17 +0000 (15:03 +0200)
commit279f9b06fd693b67d1178cdb5ad1ecf513d199ad
tree5125c3cfb425a9c1304d577a526747a09e23f43a
parent8370def5c87fbab5f72420be9517b0e4676c306d
* lisp/isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
`isearch-insert-char-by-name'.
(with-isearch-suspended): New defmacro with body mostly from
`isearch-edit-string' except the part that sets
`isearch-new-string' and `isearch-new-message'.
(isearch-edit-string): Use new macro `with-isearch-suspended' with
body that sets `isearch-new-string' and `isearch-new-message'.
(isearch-insert-char-by-name): New command.
* lisp/international/mule-cmds.el (read-char-by-name): Let-bind
`enable-recursive-minibuffers' to t.
http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
etc/NEWS
lisp/ChangeLog
lisp/international/mule-cmds.el
lisp/isearch.el