GNU bug report logs - #18543
24.3.93; On w32 help-echo for menus doesn't pop up when cursor stops blinking

Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.

Package: emacs; Reported by: Eli Zaretskii <eliz@HIDDEN>; merged with #19925; dated Wed, 24 Sep 2014 10:55:02 UTC; Maintainer for emacs is bug-gnu-emacs@HIDDEN.
Merged 18543 19925. Request was from Eli Zaretskii <eliz@HIDDEN> to control <at> debbugs.gnu.org. Full text available.

Message received at submit <at> debbugs.gnu.org:


Received: (at submit) by debbugs.gnu.org; 24 Sep 2014 10:54:34 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Wed Sep 24 06:54:34 2014
Received: from localhost ([127.0.0.1]:50480 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.80)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1XWkDR-0000Ce-Lq
	for submit <at> debbugs.gnu.org; Wed, 24 Sep 2014 06:54:34 -0400
Received: from eggs.gnu.org ([208.118.235.92]:33034)
 by debbugs.gnu.org with esmtp (Exim 4.80)
 (envelope-from <eliz@HIDDEN>) id 1XWkDQ-0000CU-2a
 for submit <at> debbugs.gnu.org; Wed, 24 Sep 2014 06:54:32 -0400
Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)
 (envelope-from <eliz@HIDDEN>) id 1XWkDE-0007q9-Lg
 for submit <at> debbugs.gnu.org; Wed, 24 Sep 2014 06:54:31 -0400
X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org
X-Spam-Level: 
X-Spam-Status: No, score=0.1 required=5.0 tests=BAYES_50,RP_MATCHES_RCVD
 autolearn=disabled version=3.3.2
Received: from lists.gnu.org ([2001:4830:134:3::11]:49666)
 by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from <eliz@HIDDEN>)
 id 1XWkDE-0007on-J9
 for submit <at> debbugs.gnu.org; Wed, 24 Sep 2014 06:54:20 -0400
Received: from eggs.gnu.org ([2001:4830:134:3::10]:33997)
 by lists.gnu.org with esmtp (Exim 4.71)
 (envelope-from <eliz@HIDDEN>) id 1XWk7d-00027J-UN
 for bug-gnu-emacs@HIDDEN; Wed, 24 Sep 2014 06:48:41 -0400
Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)
 (envelope-from <eliz@HIDDEN>) id 1XWk7W-0006cD-DL
 for bug-gnu-emacs@HIDDEN; Wed, 24 Sep 2014 06:48:33 -0400
Received: from mtaout28.012.net.il ([80.179.55.184]:58965)
 by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from <eliz@HIDDEN>)
 id 1XWk7V-0006ao-Vx
 for bug-gnu-emacs@HIDDEN; Wed, 24 Sep 2014 06:48:26 -0400
Received: from conversion-daemon.mtaout28.012.net.il by mtaout28.012.net.il
 (HyperSendmail v2007.08) id <0NCE00D00J5LYH00@HIDDEN> for
 bug-gnu-emacs@HIDDEN; Wed, 24 Sep 2014 13:47:24 +0300 (IDT)
Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout28.012.net.il
 (HyperSendmail v2007.08) with ESMTPA id
 <0NCE00522JAZVK80@HIDDEN> for bug-gnu-emacs@HIDDEN;
 Wed, 24 Sep 2014 13:47:24 +0300 (IDT)
Date: Wed, 24 Sep 2014 13:48:15 +0300
From: Eli Zaretskii <eliz@HIDDEN>
Subject: 24.3.93;
 On w32 help-echo for menus doesn't pop up when cursor stops blinking
X-012-Sender: halo1@HIDDEN
To: bug-gnu-emacs@HIDDEN
Message-id: <83iokdwaz4.fsf@HIDDEN>
X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x
X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address
 (bad octet value).
X-Received-From: 2001:4830:134:3::11
X-Spam-Score: -5.7 (-----)
X-Debbugs-Envelope-To: submit
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.15
Precedence: list
Reply-To: Eli Zaretskii <eliz@HIDDEN>
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <http://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <http://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <http://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -5.7 (-----)

Steps to reproduce:

  . emacs -Q

  . Wait until the cursor stops blinking (after 10 blinks)

  . Click File on the menu bar and move the mouse to the first item

  . Wait for the help-echo tooltip to show up -- it doesn't

Disabling tooltip-mode (which shows help-echo in the echo area)
doesn't help.

You can see the same problem immediately if you disable
blink-cursor-mode, instead of waiting for the cursor to stop blinking.

I see the same problem in previous versions, if I disable
blink-cursor-mode.  However, since Emacs now stops blinking by
default, this will affect all the users, not just those who disable
blink-cursor-mode.


In GNU Emacs 24.3.93.64 (i686-pc-mingw32)
 of 2014-09-24 on HOME-C4E4A596F7
Repository revision: 117514 dmantipov@HIDDEN
Windowing system distributor `Microsoft Corp.', version 5.1.2600
Configured using:
 `configure --prefix=/d/usr --enable-checking=yes,glyphs 'CFLAGS=-O0
 -g3''

Important settings:
  value of $LANG: ENU
  locale-coding-system: cp1255

Major mode: Lisp Interaction

Minor modes in effect:
  tooltip-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
M-x r e C-g M-x b l o i n k <tab> <backspace> <backspace> 
<backspace> <backspace> i n k <tab> c u <tab> <return> 
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo> 
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo> 
<menu-bar> <file> <write-file> M-x <up> <return> <help-echo> 
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo> 
<help-echo> <help-echo> <help-echo> <help-echo> M-x 
r e p o r t - e m <tab> <return>

Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.
Quit
Blink-Cursor mode disabled
Quit
Blink-Cursor mode enabled

Load-path shadows:
None found.

Features:
(shadow sort gnus-util mail-extr emacsbug message format-spec rfc822 mml
easymenu mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231
mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums
mm-util help-fns mail-prsvr mail-utils cus-start cus-load time-date
tooltip electric uniquify ediff-hook vc-hooks lisp-float-type mwheel
dos-w32 ls-lisp w32-common-fns disp-table w32-win w32-vars tool-bar dnd
fontset image regexp-opt fringe tabulated-list newcomment lisp-mode
prog-mode register page menu-bar rfn-eshadow timer select scroll-bar
mouse jit-lock font-lock syntax facemenu font-core frame cham georgian
utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean
japanese hebrew greek romanian slovak czech european ethiopic indian
cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev
minibuffer nadvice loaddefs button faces cus-face macroexp files
text-properties overlay sha1 md5 base64 format env code-pages mule
custom widget hashtable-print-readable backquote make-network-process
w32notify w32 multi-tty emacs)

Memory information:
((conses 8 81120 7463)
 (symbols 32 18414 0)
 (miscs 32 34 128)
 (strings 16 12220 4097)
 (string-bytes 1 289882)
 (vectors 8 9592)
 (vector-slots 4 387986 3304)
 (floats 8 59 246)
 (intervals 28 256 28)
 (buffers 508 12))




Acknowledgement sent to Eli Zaretskii <eliz@HIDDEN>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs@HIDDEN. Full text available.
Report forwarded to bug-gnu-emacs@HIDDEN:
bug#18543; Package emacs. Full text available.
Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.
Last modified: Mon, 25 Nov 2019 12:00:02 UTC

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