emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Entering emojis


From: Eli Zaretskii
Subject: Re: Entering emojis
Date: Thu, 28 Oct 2021 16:30:18 +0300

> From: Stefan Kangas <stefankangas@gmail.com>
> Date: Thu, 28 Oct 2021 06:33:55 -0400
> 
> BTW, when I insert this emoji "πŸ§™πŸΏβ€β™€οΈ" and then hit DEL repeatedly, the
> buffer text first turns into "πŸ§™πŸΏβ€β™€" and then "πŸ§™πŸΏ", and then "πŸ§™πŸΏ"
> and then "πŸ§™".  Is that a known issue?

It's hard to tell.  You show the sequences of codepoints, and
presumably expect everyone who reads the mail to see the same display
as on your machine?  But that is not a reliable assumption, especially
if there's some bug involved.  So images would be much better.

In general, we allow to use DEL to delete the codepoints that were
composed into a single grapheme cluster, one codepoint at a time, and
that's a feature, because otherwise it would be very cumbersome to
convert one sequence into a similar but different one: you'd need to
delete everything and retype from scratch.  If that is what you see,
then yes, it's expected and intentional behavior, not a bug.



reply via email to

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