all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#53193: 29.0.50; gud bombs
@ 2022-01-11 19:24 Devon Sean McCullough
  2022-01-11 20:14 ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: Devon Sean McCullough @ 2022-01-11 19:24 UTC (permalink / raw)
  To: 53193

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





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-02-10  8:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-11 19:24 bug#53193: 29.0.50; gud bombs Devon Sean McCullough
2022-01-11 20:14 ` Eli Zaretskii
2022-02-10  8:45   ` Lars Ingebrigtsen

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.