emacs-devel
[Top][All Lists]
Advanced

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

Re: gdb-ui.el assumes images support


From: Eli Zaretskii
Subject: Re: gdb-ui.el assumes images support
Date: Sun, 07 Nov 2004 06:48:04 +0200

> From: Nick Roberts <address@hidden>
> Date: Sun, 7 Nov 2004 13:23:14 +1300
> Cc: address@hidden
> 
> You are probably referring to the fact that tooltip does require gdb-ui for
> compilation (eval-when-compile).

Yes.

> tooltip.el contains lisp functions from
> gdb-ui.el like gdb-enqueue-input and as someone had already `required' gud for
> compilation I followed suit and added gdb-ui. Is this what is causing the
> problem?

Yes.

> I'm not a lisp expert but there is only one macro in tooltip.el
> (tooltip-region-active-p) which doesn't use functions from gud or gdb-ui, so
> perhaps these requires aren't necessary? Anyone?

Perhaps it is not necessary, but the real problem is that gdb-ui.el
cannot be compiled on a system where define-fringe-bitmap is not
defined.  That is a Bad Thing, IMHO, and that is the problem we should
fix.

Can the use of define-fringe-bitmap moved to the run-time rather than
compile time?




reply via email to

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