[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: "ctrl+shift+u codepoint enter"
From: |
tomas |
Subject: |
Re: "ctrl+shift+u codepoint enter" |
Date: |
Mon, 29 Apr 2019 09:25:25 +0200 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
On Sun, Apr 28, 2019 at 07:24:29PM -0400, Noam Postavsky wrote:
> 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).
With the neat feature that you don't have to hammer in the hex code,
but you can also start typing "smi" and TAB and you are offered all
the codes whose Unicode name starts with SMI, from "SMILE" through
"SMILING CAT FACE WITH HEART-SHAPED EYES" up to "SMIRKING FACE".
Can IBus do that?
Cheers
-- t
signature.asc
Description: Digital signature
- "ctrl+shift+u codepoint enter", Pierre-Henry F., 2019/04/28
- Re: "ctrl+shift+u codepoint enter", Noam Postavsky, 2019/04/28
- Re: "ctrl+shift+u codepoint enter",
tomas <=
- 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