From unknown Tue Aug 12 08:32:19 2025 X-Loop: help-debbugs@gnu.org Subject: bug#20934: 24.5; Mouse pointer shape not updated over text when track-mouse enabled Resent-From: Paul C Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 30 Jun 2015 02:05:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 20934 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 20934@debbugs.gnu.org X-Debbugs-Original-To: "bug-gnu-emacs@gnu.org" Received: via spool by submit@debbugs.gnu.org id=B.14356298984577 (code B ref -1); Tue, 30 Jun 2015 02:05:02 +0000 Received: (at submit) by debbugs.gnu.org; 30 Jun 2015 02:04:58 +0000 Received: from localhost ([127.0.0.1]:33479 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Z9kus-0001Bi-HF for submit@debbugs.gnu.org; Mon, 29 Jun 2015 22:04:56 -0400 Received: from eggs.gnu.org ([208.118.235.92]:34212) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Z9kqS-00014V-Ae for submit@debbugs.gnu.org; Mon, 29 Jun 2015 22:00:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z9kqL-0000Y0-9P for submit@debbugs.gnu.org; Mon, 29 Jun 2015 22:00:14 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: *** X-Spam-Status: No, score=3.3 required=5.0 tests=BAYES_50,FREEMAIL_FROM, HTML_MESSAGE,RECEIVED_FROM_WINDOWS_HOST autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:35908) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9kqL-0000Xa-54 for submit@debbugs.gnu.org; Mon, 29 Jun 2015 22:00:13 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47702) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9kqJ-0000A0-Bx for bug-gnu-emacs@gnu.org; Mon, 29 Jun 2015 22:00:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z9kqG-0000La-19 for bug-gnu-emacs@gnu.org; Mon, 29 Jun 2015 22:00:11 -0400 Received: from col004-omc1s10.hotmail.com ([65.55.34.20]:50492) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9kqF-0000HW-GK for bug-gnu-emacs@gnu.org; Mon, 29 Jun 2015 22:00:07 -0400 Received: from COL130-W10 ([65.55.34.7]) by COL004-OMC1S10.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.23008); Mon, 29 Jun 2015 19:00:06 -0700 X-TMN: [UwDNxcRsh4u3czJs4kl0OA1nJmTw/+hT] X-Originating-Email: [infinitesimalau@hotmail.com] Message-ID: Content-Type: multipart/alternative; boundary="_b48ed65d-1131-43e0-b159-91f23ba445a6_" From: Paul C Date: Tue, 30 Jun 2015 02:00:06 +0000 Importance: Normal MIME-Version: 1.0 X-OriginalArrivalTime: 30 Jun 2015 02:00:06.0312 (UTC) FILETIME=[7C607280:01D0B2D8] X-detected-operating-system: by eggs.gnu.org: Windows 7 or 8 [fuzzy] 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: -4.0 (----) X-Mailman-Approved-At: Mon, 29 Jun 2015 22:04:52 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) --_b48ed65d-1131-43e0-b159-91f23ba445a6_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable The mouse=0A= pointer shape does not change from an arrow to a bar when=0A= =0A= hovering over=0A= text when in C++ or C major modes and gud-tooltips minor mode.=0A= =0A= =0A= =0A= Only this=0A= combination of modes seems cause the problem. The mouse=0A= =0A= shape is=0A= updated in other major modes=2C ie fundamental etc.=0A= =0A= =0A= =0A= To repeat:=0A= =0A= =0A= =0A= emacs -Q=0A= =0A= M-x c++-mode=0A= =0A= M-x=0A= gud-tooltip-mode=0A= =0A= =0A= =0A= Move the=0A= mouse over the default scratch pad text=2C and below the text and=0A= =0A= the mouse=0A= point will remain unchanged no matter the position in the=0A= =0A= window. By=0A= default=2C the mouse cursor will change to a bar over the text=0A= =0A= and an arrow=0A= when away from text.=0A= =0A= =0A= =0A= It seems to=0A= be related to the enabling the track-mouse variable to=0A= =0A= enable mouse=0A= events for gud-tooltip mode. This issue can also be repeated by=0A= =0A= setting=0A= track-mouse to t in any mode:=0A= =0A= =0A= =0A= emacs -Q=0A= =0A= M-: (setq=0A= track-mouse t)=0A= =0A= =0A= =0A= I was hoping=0A= to implement a semantic tooltip mode for when the mouse=0A= =0A= hovers over a=0A= known keyword=2C so I was using gud-tooltip-mode for this in=0A= =0A= standard=0A= editing modes.=0A= =0A= =0A= =0A= Tested on=0A= Win32 native. Prebuilt install.=0A= =0A= Not tested on=0A= Linux.=0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= In GNU Emacs=0A= 24.5.1 (i686-pc-mingw32)=0A= =0A= of 2015-04-11 on LEG570=0A= =0A= Windowing=0A= system distributor `Microsoft Corp.'=2C version 6.1.7601=0A= =0A= Configured=0A= using:=0A= =0A= `configure --prefix=3D/c/usr=0A= --host=3Di686-pc-mingw32'=0A= =0A= =0A= =0A= Important=0A= settings:=0A= =0A= value of $LANG: en_US.UTF-8=0A= =0A= locale-coding-system: cp1252=0A= =0A= =0A= =0A= Major mode:=0A= C++/l=0A= =0A= =0A= =0A= Minor modes=0A= in effect:=0A= =0A= gud-tooltip-mode: t=0A= =0A= tooltip-mode: t=0A= =0A= electric-indent-mode: t=0A= =0A= mouse-wheel-mode: t=0A= =0A= tool-bar-mode: t=0A= =0A= menu-bar-mode: t=0A= =0A= file-name-shadow-mode: t=0A= =0A= global-font-lock-mode: t=0A= =0A= font-lock-mode: t=0A= =0A= blink-cursor-mode: t=0A= =0A= auto-composition-mode: t=0A= =0A= auto-encryption-mode: t=0A= =0A= auto-compression-mode: t=0A= =0A= line-number-mode: t=0A= =0A= transient-mark-mode: t=0A= =0A= abbrev-mode: t=0A= =0A= =0A= =0A= Recent=0A= messages:=0A= =0A= For=0A= information about GNU Emacs and the GNU system=2C type C-h C-a.=0A= =0A= Gud-Tooltip=0A= mode enabled=0A= =0A= scroll-up-command:=0A= End of buffer=0A= =0A= =0A= =0A= Load-path=0A= shadows:=0A= =0A= None found.=0A= =0A= =0A= =0A= Features:=0A= =0A= (shadow sort=0A= gnus-util mail-extr emacsbug message format-spec rfc822 mml=0A= =0A= mml-sec=0A= mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev=0A= =0A= gmm-utils=0A= mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util=0A= =0A= help-fns=0A= mail-prsvr mail-utils cus-start cus-load gud easy-mmode comint=0A= =0A= ansi-color=0A= ring cc-langs cl-loaddefs cl-lib cc-mode cc-fonts easymenu=0A= =0A= cc-guess=0A= cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs=0A= =0A= time-date=0A= tooltip electric uniquify ediff-hook vc-hooks lisp-float-type=0A= =0A= mwheel=0A= dos-w32 ls-lisp w32-common-fns disp-table w32-win w32-vars=0A= =0A= tool-bar dnd=0A= fontset image regexp-opt fringe tabulated-list newcomment=0A= =0A= lisp-mode=0A= prog-mode register page menu-bar rfn-eshadow timer select=0A= =0A= scroll-bar=0A= mouse jit-lock font-lock syntax facemenu font-core frame cham=0A= =0A= georgian=0A= utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao=0A= =0A= korean=0A= japanese hebrew greek romanian slovak czech european ethiopic=0A= =0A= indian=0A= cyrillic chinese case-table epa-hook jka-cmpr-hook help simple=0A= =0A= abbrev=0A= minibuffer nadvice loaddefs button faces cus-face macroexp files=0A= =0A= text-properties=0A= overlay sha1 md5 base64 format env code-pages mule=0A= =0A= custom widget=0A= hashtable-print-readable backquote make-network-process=0A= =0A= w32notify w32=0A= multi-tty emacs)=0A= =0A= =0A= =0A= Memory=0A= information:=0A= =0A= ((conses 8=0A= 117701 4256)=0A= =0A= (symbols 32 21442 0)=0A= =0A= (miscs 32 44 149)=0A= =0A= (strings 16 21679 3899)=0A= =0A= (string-bytes 1 672309)=0A= =0A= (vectors 8 12854)=0A= =0A= (vector-slots 4 421791 2686)=0A= =0A= (floats 8 59 260)=0A= =0A= (intervals 28 218 38)=0A= =0A= (buffers 508 11))=0A= =0A= = --_b48ed65d-1131-43e0-b159-91f23ba445a6_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable

The mouse=0A= pointer shape does not change from an arrow to a bar when

=0A= =0A=

hovering over=0A= text when in C++ or C major modes and gud-tooltips minor mode.

= =0A= =0A=

 =3B

=0A= =0A=

Only this=0A= combination of modes seems cause the problem. The mouse

=0A= =0A=

shape is=0A= updated in other major modes=2C ie fundamental etc.

=0A= =0A=

 =3B

=0A= =0A=

To repeat:

=0A= =0A=

 =3B

=0A= =0A=

emacs -Q

=0A= =0A=

M-x c++-mode

=0A= =0A=

M-x=0A= gud-tooltip-mode

=0A= =0A=

 =3B

=0A= =0A=

Move the=0A= mouse over the default scratch pad text=2C and below the text and=0A= =0A=

the mouse=0A= point will remain unchanged no matter the position in the

=0A= =0A=

window. By=0A= default=2C the mouse cursor will change to a bar over the text

= =0A= =0A=

and an arrow=0A= when away from text.

=0A= =0A=

 =3B

=0A= =0A=

It seems to=0A= be related to the enabling the track-mouse variable to

=0A= =0A=

enable mouse=0A= events for gud-tooltip mode. This issue can also be repeated by

= =0A= =0A=

setting=0A= track-mouse to t in any mode:

=0A= =0A=

 =3B

=0A= =0A=

emacs -Q

=0A= =0A=

M-: (setq=0A= track-mouse t)

=0A= =0A=

 =3B

=0A= =0A=

I was hoping=0A= to implement a semantic tooltip mode for when the mouse

=0A= =0A=

hovers over a=0A= known keyword=2C so I was using gud-tooltip-mode for this in

=0A= =0A=

standard=0A= editing modes.

=0A= =0A=

 =3B

=0A= =0A=

Tested on=0A= Win32 native. Prebuilt install.

=0A= =0A=

Not tested on=0A= Linux.

=0A= =0A=

 =3B

=0A= =0A=

 =3B

=0A= =0A=

 =3B

=0A= =0A=

 =3B

=0A= =0A=

In GNU Emacs=0A= 24.5.1 (i686-pc-mingw32)

=0A= =0A=

 =3Bof 2015-04-1= 1 on LEG570

=0A= =0A=

Windowing=0A= system distributor `Microsoft Corp.'=2C version 6.1.7601

=0A= =0A=

Configured=0A= using:

=0A= =0A=

 =3B`configure -= -prefix=3D/c/usr=0A= --host=3Di686-pc-mingw32'

=0A= =0A=

 =3B

=0A= =0A=

Important=0A= settings:

=0A= =0A=

 =3B value of $L= ANG: en_US.UTF-8

=0A= =0A=

 =3B locale-codi= ng-system: cp1252

=0A= =0A=

 =3B

=0A= =0A=

Major mode:=0A= C++/l

=0A= =0A=

 =3B

=0A= =0A=

Minor modes=0A= in effect:

=0A= =0A=

 =3B gud-tooltip= -mode: t

=0A= =0A=

 =3B tooltip-mod= e: t

=0A= =0A=

 =3B electric-in= dent-mode: t

=0A= =0A=

 =3B mouse-wheel= -mode: t

=0A= =0A=

 =3B tool-bar-mo= de: t

=0A= =0A=

 =3B menu-bar-mo= de: t

=0A= =0A=

 =3B file-name-s= hadow-mode: t

=0A= =0A=

 =3B global-font= -lock-mode: t

=0A= =0A=

 =3B font-lock-m= ode: t

=0A= =0A=

 =3B blink-curso= r-mode: t

=0A= =0A=

 =3B auto-compos= ition-mode: t

=0A= =0A=

 =3B auto-encryp= tion-mode: t

=0A= =0A=

 =3B auto-compre= ssion-mode: t

=0A= =0A=

 =3B line-number= -mode: t

=0A= =0A=

 =3B transient-m= ark-mode: t

=0A= =0A=

 =3B abbrev-mode= : t

=0A= =0A=

 =3B

=0A= =0A=

Recent=0A= messages:

=0A= =0A=

For=0A= information about GNU Emacs and the GNU system=2C type C-h C-a.

= =0A= =0A=

Gud-Tooltip=0A= mode enabled

=0A= =0A=

scroll-up-command:=0A= End of buffer

=0A= =0A=

 =3B

=0A= =0A=

Load-path=0A= shadows:

=0A= =0A=

None found.

=0A= =0A=

 =3B

=0A= =0A=

Features:

=0A= =0A=

(shadow sort=0A= gnus-util mail-extr emacsbug message format-spec rfc822 mml

=0A= =0A=

mml-sec=0A= mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev

=0A= =0A=

gmm-utils=0A= mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util

=0A= =0A=

help-fns=0A= mail-prsvr mail-utils cus-start cus-load gud easy-mmode comint

= =0A= =0A=

ansi-color=0A= ring cc-langs cl-loaddefs cl-lib cc-mode cc-fonts easymenu

=0A= =0A=

cc-guess=0A= cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs

=0A= =0A=

time-date=0A= tooltip electric uniquify ediff-hook vc-hooks lisp-float-type

=0A= =0A=

mwheel=0A= dos-w32 ls-lisp w32-common-fns disp-table w32-win w32-vars

=0A= =0A=

tool-bar dnd=0A= fontset image regexp-opt fringe tabulated-list newcomment

=0A= =0A=

lisp-mode=0A= prog-mode register page menu-bar rfn-eshadow timer select

=0A= =0A=

scroll-bar=0A= mouse jit-lock font-lock syntax facemenu font-core frame cham

=0A= =0A=

georgian=0A= utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao

=0A= =0A=

korean=0A= japanese hebrew greek romanian slovak czech european ethiopic

=0A= =0A=

indian=0A= cyrillic chinese case-table epa-hook jka-cmpr-hook help simple

= =0A= =0A=

abbrev=0A= minibuffer nadvice loaddefs button faces cus-face macroexp files

= =0A= =0A=

text-properties=0A= overlay sha1 md5 base64 format env code-pages mule

=0A= =0A=

custom widget=0A= hashtable-print-readable backquote make-network-process

=0A= =0A=

w32notify w32=0A= multi-tty emacs)

=0A= =0A=

 =3B

=0A= =0A=

Memory=0A= information:

=0A= =0A=

((conses 8=0A= 117701 4256)

=0A= =0A=

 =3B(symbols 32 = 21442 0)

=0A= =0A=

 =3B(miscs 32 44= 149)

=0A= =0A=

 =3B(strings 16 = 21679 3899)

=0A= =0A=

 =3B(string-byte= s 1 672309)

=0A= =0A=

 =3B(vectors 8 1= 2854)

=0A= =0A=

 =3B(vector-slot= s 4 421791 2686)

=0A= =0A=

 =3B(floats 8 59= 260)

=0A= =0A=

 =3B(intervals 2= 8 218 38)

=0A= =0A=

 =3B(buffers 508= 11))

=0A= =0A=
= --_b48ed65d-1131-43e0-b159-91f23ba445a6_-- From unknown Tue Aug 12 08:32:19 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.503 (Entity 5.503) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Paul C Subject: bug#20934: closed (Re: bug#20934: 24.5; Mouse pointer shape not updated over text when track-mouse enabled) Message-ID: References: <83si992nhn.fsf@gnu.org> X-Gnu-PR-Message: they-closed 20934 X-Gnu-PR-Package: emacs Reply-To: 20934@debbugs.gnu.org Date: Tue, 30 Jun 2015 16:03:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1435680183-906-1" This is a multi-part message in MIME format... ------------=_1435680183-906-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #20934: 24.5; Mouse pointer shape not updated over text when track-mouse en= abled which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 20934@debbugs.gnu.org. --=20 20934: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D20934 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1435680183-906-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 20934-done) by debbugs.gnu.org; 30 Jun 2015 16:02:34 +0000 Received: from localhost ([127.0.0.1]:34654 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Z9xzU-0000Du-PD for submit@debbugs.gnu.org; Tue, 30 Jun 2015 12:02:33 -0400 Received: from mtaout20.012.net.il ([80.179.55.166]:58208) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Z9xzS-0000Df-2e for 20934-done@debbugs.gnu.org; Tue, 30 Jun 2015 12:02:31 -0400 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0NQR00J00LTV3S00@a-mtaout20.012.net.il> for 20934-done@debbugs.gnu.org; Tue, 30 Jun 2015 19:02:23 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NQR00I22LVZUP80@a-mtaout20.012.net.il>; Tue, 30 Jun 2015 19:02:23 +0300 (IDT) Date: Tue, 30 Jun 2015 19:02:28 +0300 From: Eli Zaretskii Subject: Re: bug#20934: 24.5; Mouse pointer shape not updated over text when track-mouse enabled In-reply-to: X-012-Sender: halo1@inter.net.il To: Paul C Message-id: <83si992nhn.fsf@gnu.org> References: X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 20934-done Cc: 20934-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Eli Zaretskii List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) > From: Paul C > Date: Tue, 30 Jun 2015 02:00:06 +0000 > > The mouse pointer shape does not change from an arrow to a bar when > hovering over text when in C++ or C major modes and gud-tooltips minor mode. > Only this combination of modes seems cause the problem. The mouse > shape is updated in other major modes, ie fundamental etc. > > To repeat: > > emacs -Q > M-x c++-mode > M-x gud-tooltip-mode > > Move the mouse over the default scratch pad text, and below the text and > the mouse point will remain unchanged no matter the position in the > window. By default, the mouse cursor will change to a bar over the text > and an arrow when away from text. > It seems to be related to the enabling the track-mouse variable to > enable mouse events for gud-tooltip mode. This issue can also be repeated by > setting track-mouse to t in any mode: > > emacs -Q > M-: (setq track-mouse t) Yes, we were explicitly blocking changes in mouse pointer shape when track-mouse was in effect, to avoid such changes while dragging the mode line, the divider, the scroll bars, etc. This was so since 2004. Now fixed in the development sources by blocking the changes more selectively. Thanks. ------------=_1435680183-906-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 30 Jun 2015 02:04:58 +0000 Received: from localhost ([127.0.0.1]:33479 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Z9kus-0001Bi-HF for submit@debbugs.gnu.org; Mon, 29 Jun 2015 22:04:56 -0400 Received: from eggs.gnu.org ([208.118.235.92]:34212) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Z9kqS-00014V-Ae for submit@debbugs.gnu.org; Mon, 29 Jun 2015 22:00:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z9kqL-0000Y0-9P for submit@debbugs.gnu.org; Mon, 29 Jun 2015 22:00:14 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: *** X-Spam-Status: No, score=3.3 required=5.0 tests=BAYES_50,FREEMAIL_FROM, HTML_MESSAGE,RECEIVED_FROM_WINDOWS_HOST autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:35908) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9kqL-0000Xa-54 for submit@debbugs.gnu.org; Mon, 29 Jun 2015 22:00:13 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47702) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9kqJ-0000A0-Bx for bug-gnu-emacs@gnu.org; Mon, 29 Jun 2015 22:00:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z9kqG-0000La-19 for bug-gnu-emacs@gnu.org; Mon, 29 Jun 2015 22:00:11 -0400 Received: from col004-omc1s10.hotmail.com ([65.55.34.20]:50492) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9kqF-0000HW-GK for bug-gnu-emacs@gnu.org; Mon, 29 Jun 2015 22:00:07 -0400 Received: from COL130-W10 ([65.55.34.7]) by COL004-OMC1S10.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.23008); Mon, 29 Jun 2015 19:00:06 -0700 X-TMN: [UwDNxcRsh4u3czJs4kl0OA1nJmTw/+hT] X-Originating-Email: [infinitesimalau@hotmail.com] Message-ID: Content-Type: multipart/alternative; boundary="_b48ed65d-1131-43e0-b159-91f23ba445a6_" From: Paul C To: "bug-gnu-emacs@gnu.org" Subject: 24.5; Mouse pointer shape not updated over text when track-mouse enabled Date: Tue, 30 Jun 2015 02:00:06 +0000 Importance: Normal MIME-Version: 1.0 X-OriginalArrivalTime: 30 Jun 2015 02:00:06.0312 (UTC) FILETIME=[7C607280:01D0B2D8] X-detected-operating-system: by eggs.gnu.org: Windows 7 or 8 [fuzzy] 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: -4.0 (----) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Mon, 29 Jun 2015 22:04:52 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) --_b48ed65d-1131-43e0-b159-91f23ba445a6_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable The mouse=0A= pointer shape does not change from an arrow to a bar when=0A= =0A= hovering over=0A= text when in C++ or C major modes and gud-tooltips minor mode.=0A= =0A= =0A= =0A= Only this=0A= combination of modes seems cause the problem. The mouse=0A= =0A= shape is=0A= updated in other major modes=2C ie fundamental etc.=0A= =0A= =0A= =0A= To repeat:=0A= =0A= =0A= =0A= emacs -Q=0A= =0A= M-x c++-mode=0A= =0A= M-x=0A= gud-tooltip-mode=0A= =0A= =0A= =0A= Move the=0A= mouse over the default scratch pad text=2C and below the text and=0A= =0A= the mouse=0A= point will remain unchanged no matter the position in the=0A= =0A= window. By=0A= default=2C the mouse cursor will change to a bar over the text=0A= =0A= and an arrow=0A= when away from text.=0A= =0A= =0A= =0A= It seems to=0A= be related to the enabling the track-mouse variable to=0A= =0A= enable mouse=0A= events for gud-tooltip mode. This issue can also be repeated by=0A= =0A= setting=0A= track-mouse to t in any mode:=0A= =0A= =0A= =0A= emacs -Q=0A= =0A= M-: (setq=0A= track-mouse t)=0A= =0A= =0A= =0A= I was hoping=0A= to implement a semantic tooltip mode for when the mouse=0A= =0A= hovers over a=0A= known keyword=2C so I was using gud-tooltip-mode for this in=0A= =0A= standard=0A= editing modes.=0A= =0A= =0A= =0A= Tested on=0A= Win32 native. Prebuilt install.=0A= =0A= Not tested on=0A= Linux.=0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= In GNU Emacs=0A= 24.5.1 (i686-pc-mingw32)=0A= =0A= of 2015-04-11 on LEG570=0A= =0A= Windowing=0A= system distributor `Microsoft Corp.'=2C version 6.1.7601=0A= =0A= Configured=0A= using:=0A= =0A= `configure --prefix=3D/c/usr=0A= --host=3Di686-pc-mingw32'=0A= =0A= =0A= =0A= Important=0A= settings:=0A= =0A= value of $LANG: en_US.UTF-8=0A= =0A= locale-coding-system: cp1252=0A= =0A= =0A= =0A= Major mode:=0A= C++/l=0A= =0A= =0A= =0A= Minor modes=0A= in effect:=0A= =0A= gud-tooltip-mode: t=0A= =0A= tooltip-mode: t=0A= =0A= electric-indent-mode: t=0A= =0A= mouse-wheel-mode: t=0A= =0A= tool-bar-mode: t=0A= =0A= menu-bar-mode: t=0A= =0A= file-name-shadow-mode: t=0A= =0A= global-font-lock-mode: t=0A= =0A= font-lock-mode: t=0A= =0A= blink-cursor-mode: t=0A= =0A= auto-composition-mode: t=0A= =0A= auto-encryption-mode: t=0A= =0A= auto-compression-mode: t=0A= =0A= line-number-mode: t=0A= =0A= transient-mark-mode: t=0A= =0A= abbrev-mode: t=0A= =0A= =0A= =0A= Recent=0A= messages:=0A= =0A= For=0A= information about GNU Emacs and the GNU system=2C type C-h C-a.=0A= =0A= Gud-Tooltip=0A= mode enabled=0A= =0A= scroll-up-command:=0A= End of buffer=0A= =0A= =0A= =0A= Load-path=0A= shadows:=0A= =0A= None found.=0A= =0A= =0A= =0A= Features:=0A= =0A= (shadow sort=0A= gnus-util mail-extr emacsbug message format-spec rfc822 mml=0A= =0A= mml-sec=0A= mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev=0A= =0A= gmm-utils=0A= mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util=0A= =0A= help-fns=0A= mail-prsvr mail-utils cus-start cus-load gud easy-mmode comint=0A= =0A= ansi-color=0A= ring cc-langs cl-loaddefs cl-lib cc-mode cc-fonts easymenu=0A= =0A= cc-guess=0A= cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs=0A= =0A= time-date=0A= tooltip electric uniquify ediff-hook vc-hooks lisp-float-type=0A= =0A= mwheel=0A= dos-w32 ls-lisp w32-common-fns disp-table w32-win w32-vars=0A= =0A= tool-bar dnd=0A= fontset image regexp-opt fringe tabulated-list newcomment=0A= =0A= lisp-mode=0A= prog-mode register page menu-bar rfn-eshadow timer select=0A= =0A= scroll-bar=0A= mouse jit-lock font-lock syntax facemenu font-core frame cham=0A= =0A= georgian=0A= utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao=0A= =0A= korean=0A= japanese hebrew greek romanian slovak czech european ethiopic=0A= =0A= indian=0A= cyrillic chinese case-table epa-hook jka-cmpr-hook help simple=0A= =0A= abbrev=0A= minibuffer nadvice loaddefs button faces cus-face macroexp files=0A= =0A= text-properties=0A= overlay sha1 md5 base64 format env code-pages mule=0A= =0A= custom widget=0A= hashtable-print-readable backquote make-network-process=0A= =0A= w32notify w32=0A= multi-tty emacs)=0A= =0A= =0A= =0A= Memory=0A= information:=0A= =0A= ((conses 8=0A= 117701 4256)=0A= =0A= (symbols 32 21442 0)=0A= =0A= (miscs 32 44 149)=0A= =0A= (strings 16 21679 3899)=0A= =0A= (string-bytes 1 672309)=0A= =0A= (vectors 8 12854)=0A= =0A= (vector-slots 4 421791 2686)=0A= =0A= (floats 8 59 260)=0A= =0A= (intervals 28 218 38)=0A= =0A= (buffers 508 11))=0A= =0A= = --_b48ed65d-1131-43e0-b159-91f23ba445a6_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable

The mouse=0A= pointer shape does not change from an arrow to a bar when

=0A= =0A=

hovering over=0A= text when in C++ or C major modes and gud-tooltips minor mode.

= =0A= =0A=

 =3B

=0A= =0A=

Only this=0A= combination of modes seems cause the problem. The mouse

=0A= =0A=

shape is=0A= updated in other major modes=2C ie fundamental etc.

=0A= =0A=

 =3B

=0A= =0A=

To repeat:

=0A= =0A=

 =3B

=0A= =0A=

emacs -Q

=0A= =0A=

M-x c++-mode

=0A= =0A=

M-x=0A= gud-tooltip-mode

=0A= =0A=

 =3B

=0A= =0A=

Move the=0A= mouse over the default scratch pad text=2C and below the text and=0A= =0A=

the mouse=0A= point will remain unchanged no matter the position in the

=0A= =0A=

window. By=0A= default=2C the mouse cursor will change to a bar over the text

= =0A= =0A=

and an arrow=0A= when away from text.

=0A= =0A=

 =3B

=0A= =0A=

It seems to=0A= be related to the enabling the track-mouse variable to

=0A= =0A=

enable mouse=0A= events for gud-tooltip mode. This issue can also be repeated by

= =0A= =0A=

setting=0A= track-mouse to t in any mode:

=0A= =0A=

 =3B

=0A= =0A=

emacs -Q

=0A= =0A=

M-: (setq=0A= track-mouse t)

=0A= =0A=

 =3B

=0A= =0A=

I was hoping=0A= to implement a semantic tooltip mode for when the mouse

=0A= =0A=

hovers over a=0A= known keyword=2C so I was using gud-tooltip-mode for this in

=0A= =0A=

standard=0A= editing modes.

=0A= =0A=

 =3B

=0A= =0A=

Tested on=0A= Win32 native. Prebuilt install.

=0A= =0A=

Not tested on=0A= Linux.

=0A= =0A=

 =3B

=0A= =0A=

 =3B

=0A= =0A=

 =3B

=0A= =0A=

 =3B

=0A= =0A=

In GNU Emacs=0A= 24.5.1 (i686-pc-mingw32)

=0A= =0A=

 =3Bof 2015-04-1= 1 on LEG570

=0A= =0A=

Windowing=0A= system distributor `Microsoft Corp.'=2C version 6.1.7601

=0A= =0A=

Configured=0A= using:

=0A= =0A=

 =3B`configure -= -prefix=3D/c/usr=0A= --host=3Di686-pc-mingw32'

=0A= =0A=

 =3B

=0A= =0A=

Important=0A= settings:

=0A= =0A=

 =3B value of $L= ANG: en_US.UTF-8

=0A= =0A=

 =3B locale-codi= ng-system: cp1252

=0A= =0A=

 =3B

=0A= =0A=

Major mode:=0A= C++/l

=0A= =0A=

 =3B

=0A= =0A=

Minor modes=0A= in effect:

=0A= =0A=

 =3B gud-tooltip= -mode: t

=0A= =0A=

 =3B tooltip-mod= e: t

=0A= =0A=

 =3B electric-in= dent-mode: t

=0A= =0A=

 =3B mouse-wheel= -mode: t

=0A= =0A=

 =3B tool-bar-mo= de: t

=0A= =0A=

 =3B menu-bar-mo= de: t

=0A= =0A=

 =3B file-name-s= hadow-mode: t

=0A= =0A=

 =3B global-font= -lock-mode: t

=0A= =0A=

 =3B font-lock-m= ode: t

=0A= =0A=

 =3B blink-curso= r-mode: t

=0A= =0A=

 =3B auto-compos= ition-mode: t

=0A= =0A=

 =3B auto-encryp= tion-mode: t

=0A= =0A=

 =3B auto-compre= ssion-mode: t

=0A= =0A=

 =3B line-number= -mode: t

=0A= =0A=

 =3B transient-m= ark-mode: t

=0A= =0A=

 =3B abbrev-mode= : t

=0A= =0A=

 =3B

=0A= =0A=

Recent=0A= messages:

=0A= =0A=

For=0A= information about GNU Emacs and the GNU system=2C type C-h C-a.

= =0A= =0A=

Gud-Tooltip=0A= mode enabled

=0A= =0A=

scroll-up-command:=0A= End of buffer

=0A= =0A=

 =3B

=0A= =0A=

Load-path=0A= shadows:

=0A= =0A=

None found.

=0A= =0A=

 =3B

=0A= =0A=

Features:

=0A= =0A=

(shadow sort=0A= gnus-util mail-extr emacsbug message format-spec rfc822 mml

=0A= =0A=

mml-sec=0A= mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev

=0A= =0A=

gmm-utils=0A= mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util

=0A= =0A=

help-fns=0A= mail-prsvr mail-utils cus-start cus-load gud easy-mmode comint

= =0A= =0A=

ansi-color=0A= ring cc-langs cl-loaddefs cl-lib cc-mode cc-fonts easymenu

=0A= =0A=

cc-guess=0A= cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs

=0A= =0A=

time-date=0A= tooltip electric uniquify ediff-hook vc-hooks lisp-float-type

=0A= =0A=

mwheel=0A= dos-w32 ls-lisp w32-common-fns disp-table w32-win w32-vars

=0A= =0A=

tool-bar dnd=0A= fontset image regexp-opt fringe tabulated-list newcomment

=0A= =0A=

lisp-mode=0A= prog-mode register page menu-bar rfn-eshadow timer select

=0A= =0A=

scroll-bar=0A= mouse jit-lock font-lock syntax facemenu font-core frame cham

=0A= =0A=

georgian=0A= utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao

=0A= =0A=

korean=0A= japanese hebrew greek romanian slovak czech european ethiopic

=0A= =0A=

indian=0A= cyrillic chinese case-table epa-hook jka-cmpr-hook help simple

= =0A= =0A=

abbrev=0A= minibuffer nadvice loaddefs button faces cus-face macroexp files

= =0A= =0A=

text-properties=0A= overlay sha1 md5 base64 format env code-pages mule

=0A= =0A=

custom widget=0A= hashtable-print-readable backquote make-network-process

=0A= =0A=

w32notify w32=0A= multi-tty emacs)

=0A= =0A=

 =3B

=0A= =0A=

Memory=0A= information:

=0A= =0A=

((conses 8=0A= 117701 4256)

=0A= =0A=

 =3B(symbols 32 = 21442 0)

=0A= =0A=

 =3B(miscs 32 44= 149)

=0A= =0A=

 =3B(strings 16 = 21679 3899)

=0A= =0A=

 =3B(string-byte= s 1 672309)

=0A= =0A=

 =3B(vectors 8 1= 2854)

=0A= =0A=

 =3B(vector-slot= s 4 421791 2686)

=0A= =0A=

 =3B(floats 8 59= 260)

=0A= =0A=

 =3B(intervals 2= 8 218 38)

=0A= =0A=

 =3B(buffers 508= 11))

=0A= =0A=
= --_b48ed65d-1131-43e0-b159-91f23ba445a6_-- ------------=_1435680183-906-1--