GNU bug report logs - #55203
29.0.50; MSW menu bar help text doesn't show when blink-cursor-mode is off

Previous Next

Package: emacs;

Reported by: Po Lu <luangruo <at> yahoo.com>

Date: Sun, 1 May 2022 03:01:02 UTC

Severity: normal

Found in version 29.0.50

Full log


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

From: Eli Zaretskii <eliz <at> gnu.org>
To: Po Lu <luangruo <at> yahoo.com>
Cc: 55203 <at> debbugs.gnu.org
Subject: Re: bug#55203: 29.0.50;
 MSW menu bar help text doesn't show when blink-cursor-mode is off
Date: Sun, 01 May 2022 09:25:00 +0300
> Date: Sun, 01 May 2022 11:00:11 +0800
> From:  Po Lu via "Bug reports for GNU Emacs,
>  the Swiss army knife of text editors" <bug-gnu-emacs <at> gnu.org>
> 
> 
> Move the mouse over any menu bar item that normally shows a tooltip.
> That tooltip will not be displayed if `blink-cursor-mode' is turned off.

This is a well-known problem.  It is caused by the implementation of
Emacs menus on MS-Windows: we start a separate message loop for
handling the menu events, and this suspends the main event loop.  When
blink-cursor-mode is ON, the timer causes the main event loop to turn
a notch, and then Emacs produces the help-echo for the menu item; but
without cursor blinking and no other sources of async input events,
that doesn't happen.

Patches to fix that are welcome.




This bug report was last modified 3 years and 51 days ago.

Previous Next


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