GNU bug report logs - #53193
29.0.50; gud bombs

Previous Next

Package: emacs;

Reported by: Devon Sean McCullough <Emacs-Hacker2020 <at> jovi.net>

Date: Tue, 11 Jan 2022 19:25:02 UTC

Severity: normal

Tags: moreinfo

Found in version 29.0.50

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

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 53193 in the body.
You can then email your comments to 53193 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-gnu-emacs <at> gnu.org:
bug#53193; Package emacs. (Tue, 11 Jan 2022 19:25:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Devon Sean McCullough <Emacs-Hacker2020 <at> jovi.net>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Tue, 11 Jan 2022 19:25:02 GMT) Full text and rfc822 format available.

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

From: Devon Sean McCullough <Emacs-Hacker2020 <at> jovi.net>
To: bug-gnu-emacs <at> gnu.org
Subject: 29.0.50; gud bombs
Date: Tue, 11 Jan 2022 14:24:21 -0500
(defun gud-tooltip-tips …
  (cons 'and gud-tooltip-display)

;; should be more like

(defun gud-tooltip-tips …
  (cons 'and (mapcar (lambda (form)
		       (list 'ignore-errors form))
		     gud-tooltip-display))

;; a workaround is

(setq gud-tooltip-display
      '((and gud-overlay-arrow-position
	     (eq (tooltip-event-buffer gud-tooltip-event)
		 (marker-buffer gud-overlay-arrow-position)))))

;;		Peace
;;			--Devon
;;
;; P.S.  Should gud be fixed or flushed in favor of realgud?
;; P.P.S.  Should gud-lldb.el be incorporated into gud?




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#53193; Package emacs. (Tue, 11 Jan 2022 20:16:01 GMT) Full text and rfc822 format available.

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

From: Eli Zaretskii <eliz <at> gnu.org>
To: Devon Sean McCullough <Emacs-Hacker2020 <at> jovi.net>
Cc: 53193 <at> debbugs.gnu.org
Subject: Re: bug#53193: 29.0.50; gud bombs
Date: Tue, 11 Jan 2022 22:14:55 +0200
> Date: Tue, 11 Jan 2022 14:24:21 -0500
> From: Devon Sean McCullough <Emacs-Hacker2020 <at> jovi.net>
> 
> (defun gud-tooltip-tips …
>    (cons 'and gud-tooltip-display)
> 
> ;; should be more like
> 
> (defun gud-tooltip-tips …
>    (cons 'and (mapcar (lambda (form)
> 		       (list 'ignore-errors form))
> 		     gud-tooltip-display))
> 
> ;; a workaround is
> 
> (setq gud-tooltip-display
>        '((and gud-overlay-arrow-position
> 	     (eq (tooltip-event-buffer gud-tooltip-event)
> 		 (marker-buffer gud-overlay-arrow-position)))))

Could you please show the minimal recipe for reproducing the problem?

> ;; P.S.  Should gud be fixed or flushed in favor of realgud?

It is basically deprecated in favor of gdb-mi.  But some people still
prefer gud.el.

> ;; P.P.S.  Should gud-lldb.el be incorporated into gud?

No, we don't want to develop gud.el, we want to develop gdb-mi.el
instead.  So if LLDB developers get their act together and provide
decent support for the GDB/MI interface, LLDB users could simply use
the existing gdb-mi.el.




Added tag(s) moreinfo. Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Thu, 13 Jan 2022 07:09:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#53193; Package emacs. (Thu, 10 Feb 2022 08:46:01 GMT) Full text and rfc822 format available.

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

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: Devon Sean McCullough <Emacs-Hacker2020 <at> jovi.net>, 53193 <at> debbugs.gnu.org
Subject: Re: bug#53193: 29.0.50; gud bombs
Date: Thu, 10 Feb 2022 09:45:45 +0100
Eli Zaretskii <eliz <at> gnu.org> writes:

>> (setq gud-tooltip-display
>>        '((and gud-overlay-arrow-position
>> 	     (eq (tooltip-event-buffer gud-tooltip-event)
>> 		 (marker-buffer gud-overlay-arrow-position)))))
>
> Could you please show the minimal recipe for reproducing the problem?

More information was requested, but no response was given within a
month, so I'm closing this bug report.  If the problem still exists,
please respond to this email and we'll reopen the bug report.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




bug closed, send any further explanations to 53193 <at> debbugs.gnu.org and Devon Sean McCullough <Emacs-Hacker2020 <at> jovi.net> Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Thu, 10 Feb 2022 08:47:02 GMT) Full text and rfc822 format available.

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

This bug report was last modified 2 years and 20 days ago.

Previous Next


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