help-gnu-emacs
[Top][All Lists]
Advanced

[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).



reply via email to

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