emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 9559cc8: Revert "Add tentative key bindings for the three emoji c


From: Lars Ingebrigtsen
Subject: master 9559cc8: Revert "Add tentative key bindings for the three emoji commands"
Date: Wed, 27 Oct 2021 11:49:57 -0400 (EDT)

branch: master
commit 9559cc85e834a270b7627b3766df814946cd314a
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Revert "Add tentative key bindings for the three emoji commands"
    
    This reverts commit e678067cb5c4a642ef3fab1cc5046a34a4ae35d1.
    
    Applied to the wrong branch.
---
 doc/emacs/mule.texi             | 10 ----------
 lisp/international/mule-cmds.el |  6 ------
 2 files changed, 16 deletions(-)

diff --git a/doc/emacs/mule.texi b/doc/emacs/mule.texi
index c5f41e7..81aabfb 100644
--- a/doc/emacs/mule.texi
+++ b/doc/emacs/mule.texi
@@ -576,16 +576,6 @@ using @kbd{C-x 8 @key{RET}} (@code{insert-char}) to insert 
a single
 character based on its Unicode name or code-point; see @ref{Inserting
 Text}.
 
-@cindex emoji
-  There are specialized commands for inserting emojis, and these can
-be found on the @kbd{C-x 8 e} submap.  @kbd{C-x 8 e e}
-(@code{emoji-insert}) will let you navigate through different emoji
-categories and then choose one.  @kbd{C-x 8 e l} (@code{emoji-list})
-will pop up a new buffer and list all the emojis; clicking (or using
-@kbd{RET}) on an emoji will insert it in the original buffer.
-Finally, @kbd{C-x 8 e s} (@code{emoji-search}) will allow you to
-search for an emoji based on its name.
-
 @node Select Input Method
 @section Selecting an Input Method
 
diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el
index 7cc8ea3..be4a4eb 100644
--- a/lisp/international/mule-cmds.el
+++ b/lisp/international/mule-cmds.el
@@ -3258,11 +3258,5 @@ as names, not numbers."
 
 (define-obsolete-function-alias 'ucs-insert 'insert-char "24.3")
 (define-key ctl-x-map "8\r" 'insert-char)
-(define-key ctl-x-map "8e"
-            (define-keymap
-              "e" #'emoji-insert
-              "i" #'emoji-insert
-              "s" #'emoji-search
-              "l" #'emoji-list))
 
 ;;; mule-cmds.el ends here



reply via email to

[Prev in Thread] Current Thread [Next in Thread]