all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Po Lu <luangruo@yahoo.com>
Cc: 55203@debbugs.gnu.org
Subject: 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	[thread overview]
Message-ID: <83fslt7osj.fsf@gnu.org> (raw)
In-Reply-To: <874k2arm84.fsf@yahoo.com> (bug-gnu-emacs@gnu.org)

> 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@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.





  reply	other threads:[~2022-05-01  6:25 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <874k2arm84.fsf.ref@yahoo.com>
2022-05-01  3:00 ` bug#55203: 29.0.50; MSW menu bar help text doesn't show when blink-cursor-mode is off Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-05-01  6:25   ` Eli Zaretskii [this message]
2022-05-01  6:32     ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-05-01  7:10       ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=83fslt7osj.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=55203@debbugs.gnu.org \
    --cc=luangruo@yahoo.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.