[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: mouse-face property and pointer property makes pointer change back a
From: |
Eli Zaretskii |
Subject: |
Re: mouse-face property and pointer property makes pointer change back and forth |
Date: |
Wed, 29 Jan 2025 15:55:12 +0200 |
> Date: Wed, 29 Jan 2025 10:41:13 -0300
> Cc: emacs-devel@gnu.org
> From: Mauro Aranda <maurooaranda@gmail.com>
>
> > If that is the problem, then I don't see it on Windows, either. For
> > me, the mouse pointer becomes an arrow and stays an arrow, I never see
> > the hand shape, not once.
>
> Thanks for checking. Just to be sure, did you try it with point inside
> the overlay?
Yes.
> > What is your Emacs configuration where you see this? Which toolkit
> > and what Emacs version? Can you show the data collected by
> > report-emacs-bug about your build and system?
>
> I though I did that on my reply. Here's what report-emacs-bug says:
>
>
> In GNU Emacs 31.0.50 (build 3, x86_64-pc-linux-gnu, GTK+ Version
> 3.24.33, cairo version 1.16.0) of 2025-01-28 built on tbb-desktop
> Repository revision: 5f95090b503b01b36e2dd727eec767e3cecb1e0e
> Repository branch: widget-dev
You are using a local branch, it seems. Can it be that this branch
has some changes which could explain the problem you see?
If not, then I guess only debugging on the C level will tell us what's
going on. Although debugging problems that only happen when the
cursor is blinking is not easy. But perhaps adding some printf's to
the relevant functions will help us understand what's going on.