unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: "Pierre-Henry F." <contact@phfrohring.com>
To: tomas@tuxteam.de, help-gnu-emacs@gnu.org
Subject: Re: "ctrl+shift+u codepoint enter"
Date: Mon, 29 Apr 2019 07:31:38 +0000	[thread overview]
Message-ID: <5jrUUDvlzKb_Po0Fc_HgoucwRdgKSS54Tb4HX5WUGSGRhHWC98UtebTMdMEvF5IUaORDxiVzBilSHAZJNVN-suxTc41gRWxe4BmqV7Tniq4=@phfrohring.com> (raw)
In-Reply-To: <20190429072525.GC31993@tuxteam.de>

-------- Message d'origine --------
On 29 avr. 2019 à 09:25, a écrit :
On Sun, Apr 28, 2019 at 07:24:29PM -0400, Noam Postavsky wrote: > On Sun, 28 Apr 2019 at 17:46, Pierre-Henry F. 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

Well, my keycodes are sent from a keyboard configured with QMK. The nice thing is that it works in most applications except Emacs.

The keyboard sends the "ctrl+shift+u 1234 space" sequence of bytes that is interpreted as the U+1234 Unicode Character.

Cheers
Phf

Envoyé depuis ProtonMail mobile

  reply	other threads:[~2019-04-29  7:31 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-28 21:35 "ctrl+shift+u codepoint enter" Pierre-Henry F.
2019-04-28 23:24 ` Noam Postavsky
2019-04-29  7:25   ` tomas
2019-04-29  7:31     ` Pierre-Henry F. [this message]
2019-04-29  8:00     ` Damien Collard
2019-04-29  9:06       ` Joost Kremers
2019-04-29 17:58       ` Stefan Monnier
2019-04-29 18:13         ` Noam Postavsky
2019-04-29 18:29           ` Stefan Monnier
2019-04-29 19:16         ` Damien Collard
2019-04-29 20:06           ` Pierre-Henry F.
2019-05-06  3:47 ` Dan Sommers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='5jrUUDvlzKb_Po0Fc_HgoucwRdgKSS54Tb4HX5WUGSGRhHWC98UtebTMdMEvF5IUaORDxiVzBilSHAZJNVN-suxTc41gRWxe4BmqV7Tniq4=@phfrohring.com' \
    --to=contact@phfrohring.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=tomas@tuxteam.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).