GNU bug report logs - #72230
29.4; Cursor Disappears with Hebrew Text

Previous Next

Package: emacs;

Reported by: hermann sorgel <hermannsorgel <at> gmail.com>

Date: Sun, 21 Jul 2024 15:30:02 UTC

Severity: normal

Found in version 29.4

Fixed in version 30.1

Done: Gerd Möllmann <gerd.moellmann <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Stefan Kangas <stefankangas <at> gmail.com>
To: Gerd Möllmann <gerd.moellmann <at> gmail.com>
Cc: Po Lu <luangruo <at> yahoo.com>, Eli Zaretskii <eliz <at> gnu.org>, hermann sorgel <hermannsorgel <at> gmail.com>, 72230 <at> debbugs.gnu.org
Subject: bug#72230: 29.4; Cursor Disappears with Hebrew Text
Date: Sun, 21 Jul 2024 12:26:48 -0700
Gerd Möllmann <gerd.moellmann <at> gmail.com> writes:

> 1 file changed, 4 insertions(+)
> src/nsterm.m | 4 ++++
>
> modified   src/nsterm.m
> @@ -3137,6 +3137,10 @@ Note that CURSOR_WIDTH is meaningful only for (h)bar cursors.
>        if ((cursor_glyph->resolved_level & 1) != 0)
>          s.origin.x += cursor_glyph->pixel_width - s.size.width;
>
> +      /* Get rid of the clipping set previously. */
> +      [ctx restoreGraphicsState];
> +      [ctx saveGraphicsState];
> +      NSRectClip (s);
>        NSRectFill (s);
>        [ctx restoreGraphicsState];
>        break;
>

This fixes the bug for me.




This bug report was last modified 1 year and 31 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.