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

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

bug#51012: 29.0.50; Problems with emojis and vertical-motion


From: Lars Ingebrigtsen
Subject: bug#51012: 29.0.50; Problems with emojis and vertical-motion
Date: Mon, 04 Oct 2021 18:51:01 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Robert Pluim <rpluim@gmail.com> writes:

> 1. Dependencies in code, especially when moving it
> 2. Off by one errors
>
> This fixes it for me:

That was quick.  :-)

> -       font_object = font_for_char (face, XFIXNAT (val), pos - 1, string);
> +       font_object = font_for_char (face, XFIXNAT (val), pos, string);

I can confirm that this fixes the issue for me, too.

-- 
(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]