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

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

bug#51659: 29.0.50; emoji.el: incorrect description for some emojis in e


From: Lars Ingebrigtsen
Subject: bug#51659: 29.0.50; emoji.el: incorrect description for some emojis in emoji-list
Date: Sun, 07 Nov 2021 15:48:20 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Lars Ingebrigtsen <larsi@gnus.org> writes:

> Perhaps emoji.el is mis-parsing the emoji file...  I'll try to debug.

No, there's something weird going on in `find-composition' here?  Eli,
could you have a look -- it's a bit mysterious.

(insert "\x263A\xFE0Flalalalalal")
=> ☺️lalalalalal

(find-composition (point)) on both of those return the composition on
the first cluster.

Now, the doc string says:

---
If there’s no composition at POS, and the optional 2nd argument LIMIT
is non-nil, search for a composition toward the position given by LIMIT.
---

So I interpret a nil value shouldn't search?

(find-composition (point) (point)) returns absolutely the same as a nil
value on the "lala" bits.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

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