unofficial mirror of bug-gnu-emacs@gnu.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

* bug#53193: 29.0.50; gud bombs
  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
  0 siblings, 1 reply; 3+ messages in thread
From: Eli Zaretskii @ 2022-01-11 20:14 UTC (permalink / raw)
  To: Devon Sean McCullough; +Cc: 53193

> Date: Tue, 11 Jan 2022 14:24:21 -0500
> From: Devon Sean McCullough <Emacs-Hacker2020@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.





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

* bug#53193: 29.0.50; gud bombs
  2022-01-11 20:14 ` Eli Zaretskii
@ 2022-02-10  8:45   ` Lars Ingebrigtsen
  0 siblings, 0 replies; 3+ messages in thread
From: Lars Ingebrigtsen @ 2022-02-10  8:45 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: Devon Sean McCullough, 53193

Eli Zaretskii <eliz@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





^ 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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).