]> git.eshelyaron.com Git - emacs.git/commit
Add emoji insertion support to Emacs
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 6 Nov 2021 17:19:35 +0000 (18:19 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 6 Nov 2021 17:22:01 +0000 (18:22 +0100)
commit6b706b1a7d40faa10989ea3419e5cda0067ef82a
tree9c46cb437d7e180e869b48bf3a1f980a6c76cf06
parent3ca3179badb4d2f0a7d0cb02b79ac5a68a8e61fe
Add emoji insertion support to Emacs

* .gitignore: Ignore the generated emoji-labels.el file.
* admin/unidata/Makefile.in (${unidir}/emoji-labels.el): Generate
the emoji-labels.el file.
(gen-clean): Delete it.

* admin/unidata/README (https): Note the source for the Unicode
file that has emoji categorisations.

* admin/unidata/emoji-test.txt: Import another Unicode file.

* doc/emacs/mule.texi (Input Methods): Document the new key bindings.

* lisp/international/emoji.el: New file.

* lisp/international/mule-cmds.el (ctl-x-map): Bind the emoji
commands.
.gitignore
admin/unidata/Makefile.in
admin/unidata/README
admin/unidata/emoji-test.txt [new file with mode: 0644]
doc/emacs/mule.texi
etc/NEWS
lisp/international/emoji.el [new file with mode: 0644]
lisp/international/mule-cmds.el