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.

Full log


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?




This bug report was last modified 3 years and 103 days ago.

Previous Next


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