[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: "ctrl+shift+u codepoint enter"
From: |
Noam Postavsky |
Subject: |
Re: "ctrl+shift+u codepoint enter" |
Date: |
Sun, 28 Apr 2019 19:24:29 -0400 |
On Sun, 28 Apr 2019 at 17:46, Pierre-Henry F. <contact@phfrohring.com> wrote:
> Is there a way to make Emacs accept utf8 characters as other applications do
> on linux using IBus?
> For example, `ctrl+shift+u 1642 enter` should be interpreted as the character
> `ᙂ` but is does not.
> How to make this happen?
Not sure about IBus, but you could try
(define-key global-map (kbd "C-S-u") 'insert-char)
(Emacs' default binding for insert-char is C-x 8 RET).
- "ctrl+shift+u codepoint enter", Pierre-Henry F., 2019/04/28
- Re: "ctrl+shift+u codepoint enter",
Noam Postavsky <=
- Re: "ctrl+shift+u codepoint enter", tomas, 2019/04/29
- Re: "ctrl+shift+u codepoint enter", Pierre-Henry F., 2019/04/29
- Re: "ctrl+shift+u codepoint enter", Damien Collard, 2019/04/29
- Re: "ctrl+shift+u codepoint enter", Joost Kremers, 2019/04/29
- Re: "ctrl+shift+u codepoint enter", Stefan Monnier, 2019/04/29
- Re: "ctrl+shift+u codepoint enter", Noam Postavsky, 2019/04/29
- Re: "ctrl+shift+u codepoint enter", Stefan Monnier, 2019/04/29
- Re: "ctrl+shift+u codepoint enter", Damien Collard, 2019/04/29
- Re: "ctrl+shift+u codepoint enter", Pierre-Henry F., 2019/04/29