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


Message #41 received at 72230 <at> debbugs.gnu.org (full text, mbox):

From: hermann sorgel <hermannsorgel <at> gmail.com>
To: Stefan Kangas <stefankangas <at> gmail.com>
Cc: Gerd Möllmann <gerd.moellmann <at> gmail.com>,
 Po Lu <luangruo <at> yahoo.com>, Eli Zaretskii <eliz <at> gnu.org>,
 72230 <at> debbugs.gnu.org
Subject: Re: bug#72230: 29.4; Cursor Disappears with Hebrew Text
Date: Mon, 22 Jul 2024 00:35:17 +0300
[Message part 1 (text/plain, inline)]
Yes, thank you so much. This works for me too.


On Sun, Jul 21, 2024 at 10:26 PM Stefan Kangas <stefankangas <at> gmail.com>
wrote:

> 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.
>
[Message part 2 (text/html, inline)]

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.