bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#53193: 29.0.50; gud bombs


From: Devon Sean McCullough
Subject: bug#53193: 29.0.50; gud bombs
Date: Tue, 11 Jan 2022 14:24:21 -0500
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:91.0) Gecko/20100101 Thunderbird/91.4.1

(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?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]