]> git.eshelyaron.com Git - emacs.git/commit
Add isearch-emoji-by-name
authorDaniel Martín <mardani29@yahoo.es>
Wed, 12 Jan 2022 17:43:15 +0000 (19:43 +0200)
committerJuri Linkov <juri@linkov.net>
Wed, 12 Jan 2022 17:49:50 +0000 (19:49 +0200)
commitecbe80198951093edd98e5c2f41798ac7b0dc5ad
tree4fe1c29b37c9b82c54f1f45d139758ab9b3f060e
parent0cbc41322ef626b28e9cd90be970b2f2f5e86cd7
Add isearch-emoji-by-name

* lisp/isearch.el (isearch-emoji-by-name): Add a new command to insert
Emoji characters into incremental search strings. (Bug#52605)
(isearch-mode-map): Bind it to 'C-x 8 e RET'.
(isearch-menu-bar-map): Add it to the menu bar.
* doc/emacs/search.texi (Special Isearch): Update the documentation to
mention the new command.
* etc/NEWS: And advertise it.
doc/emacs/search.texi
etc/NEWS
lisp/isearch.el