GNU bug report logs -
#26021
25.1; GDB/GUD tooltip error
Previous Next
Reported by: Live System User <nyc4bos <at> aol.com>
Date: Tue, 7 Mar 2017 23:54:01 UTC
Severity: minor
Tags: wontfix
Found in version 25.1
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #14 received at 26021 <at> debbugs.gnu.org (full text, mbox):
> From: Live System User <nyc4bos <at> aol.com>
> Cc: 26021 <at> debbugs.gnu.org
> Date: Thu, 16 Mar 2017 20:30:07 -0400
>
> > Does it help to add the condition
> >
> > (markerp gud-overlay-arrow-position)
> >
> > to the expression that is the value of the gud-tooltip-display
> > defcustom?
>
> I added:
>
> (add-to-list 'gud-tooltip-display '(markerp gud-overlay-arrow-position))
>
> yielding:
>
> gud-tooltip-display is a variable defined in ‘gud.el.gz’.
> [...]
> Value: ((markerp gud-overlay-arrow-position)
> (eq
> (tooltip-event-buffer gud-tooltip-event)
> (marker-buffer gud-overlay-arrow-position)))
>
>
> to my GDB initiatizations and will see if I get the error again.
I think you need
(and (markerp gud-overlay-arrow-position)
(eq
(tooltip-event-buffer gud-tooltip-event)
(marker-buffer gud-overlay-arrow-position)))
instead.
This bug report was last modified 6 years and 228 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.