GNU bug report logs - #2277
23.0.60; GUD tooltips don't work on OS X

Previous Next

Package: emacs;

Reported by: Nick Roberts <nickrob <at> snap.net.nz>

Date: Wed, 11 Feb 2009 10:20:04 UTC

Severity: normal

Done: charles <at> aurox.ch (Charles A. Roelli)

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 2277 in the body.
You can then email your comments to 2277 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#2277; Package emacs. (Wed, 11 Feb 2009 10:20:04 GMT) Full text and rfc822 format available.

Acknowledgement sent to Nick Roberts <nickrob <at> snap.net.nz>:
New bug report received and forwarded. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Wed, 11 Feb 2009 10:20:04 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Nick Roberts <nickrob <at> snap.net.nz>
To: emacs-pretest-bug <at> gnu.org
Subject: 23.0.60; GUD tooltips don't work on OS X
Date: Wed, 11 Feb 2009 23:11:44 +1300
On OS X, if you enable GUD tooltips, you can't display any variable values as
tooltips in the source buffer.

Incidentally, FSF GDB now compiles on Darwin/OS X and I generally find this
version works better in Emacs, e.g, no ^M line endings, breakpoint icons
display.  However, even with this version, Emacs doesn't seem to display GUD
tooltips


-- 
Nick                                           http://www.inet.net.nz/~nickrob




bug reassigned from package `emacs' to `emacs,ns'. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> emacsbugs.donarmstrong.com. (Thu, 12 Feb 2009 02:15:03 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#2277; Package emacs. (Wed, 16 Aug 2017 10:44:01 GMT) Full text and rfc822 format available.

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

From: charles <at> aurox.ch (Charles A. Roelli)
To: Nick Roberts <nickrob <at> snap.net.nz>, 2277 <at> debbugs.gnu.org
Subject: Re: bug#2277: 23.0.60; GUD tooltips don't work on OS X
Date: Wed, 16 Aug 2017 12:43:12 +0200
They work fine for me on 25.2 / macOS 10.6, using the following
recipe:

M-x gdb RET
b Fsignal RET
run -q RET
C-g in the newly opened Emacs
M-x gud-tooltip-mode

Hover over error_symbol to get a tooltip displaying "error_symbol =
39408".  I'll close in a few days if there's no further discussion.

> From: Nick Roberts <nickrob <at> snap.net.nz>
> Content-Type: text/plain; charset=us-ascii
> Date: Wed, 11 Feb 2009 23:11:44 +1300
> 
> 
> On OS X, if you enable GUD tooltips, you can't display any variable values as
> tooltips in the source buffer.
> 
> Incidentally, FSF GDB now compiles on Darwin/OS X and I generally find this
> version works better in Emacs, e.g, no ^M line endings, breakpoint icons
> display.  However, even with this version, Emacs doesn't seem to display GUD
> tooltips
> 
> 
> -- 
> Nick                                           http://www.inet.net.nz/~nickrob
> 
> 
> 
> 




Reply sent to charles <at> aurox.ch (Charles A. Roelli):
You have taken responsibility. (Wed, 23 Aug 2017 12:45:01 GMT) Full text and rfc822 format available.

Notification sent to Nick Roberts <nickrob <at> snap.net.nz>:
bug acknowledged by developer. (Wed, 23 Aug 2017 12:45:03 GMT) Full text and rfc822 format available.

Message #15 received at 2277-done <at> debbugs.gnu.org (full text, mbox):

From: charles <at> aurox.ch (Charles A. Roelli)
To: 2277-done <at> debbugs.gnu.org
Cc: nickrob <at> snap.net.nz
Subject: Re: bug#2277: 23.0.60; GUD tooltips don't work on OS X
Date: Wed, 23 Aug 2017 14:44:11 +0200
> Date: Wed, 16 Aug 2017 12:43:12 +0200
> From: charles <at> aurox.ch (Charles A. Roelli)
> CC: 
> 
> They work fine for me on 25.2 / macOS 10.6, using the following
> recipe:
> 
> M-x gdb RET
> b Fsignal RET
> run -q RET
> C-g in the newly opened Emacs
> M-x gud-tooltip-mode
> 
> Hover over error_symbol to get a tooltip displaying "error_symbol =
> 39408".  I'll close in a few days if there's no further discussion.
> 
> > From: Nick Roberts <nickrob <at> snap.net.nz>
> > Content-Type: text/plain; charset=us-ascii
> > Date: Wed, 11 Feb 2009 23:11:44 +1300
> > 
> > 
> > On OS X, if you enable GUD tooltips, you can't display any variable values as
> > tooltips in the source buffer.
> > 
> > Incidentally, FSF GDB now compiles on Darwin/OS X and I generally find this
> > version works better in Emacs, e.g, no ^M line endings, breakpoint icons
> > display.  However, even with this version, Emacs doesn't seem to display GUD
> > tooltips
> > 
> > 
> > -- 
> > Nick                                           http://www.inet.net.nz/~nickrob
> > 
> > 
> > 
> > 
> 

I realized that this bug was possibly about "gud-gdb", which has been
superseded now.  When I try the recipe with "M-x gud-gdb" instead of
"M-x gdb", I get a warning from these lines in gud.el:

	      (when (and gud-tooltip-mode (eq gud-minor-mode 'gdb))
		(gud-tooltip-mode -1)
		;; The blank before the newline is for MS-Windows,
		;; whose emulation of message box removes newlines and
		;; displays a single long line.
		(message-box "Using GUD tooltips in this mode is unsafe \n\
so they have been disabled."))

Since this version of GUD shouldn't display tooltips anyway, I'll
close the bug.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 21 Sep 2017 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 7 years and 276 days ago.

Previous Next


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