From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.devel Subject: Re: gdb-ui.el assumes images support Date: Mon, 08 Nov 2004 00:12:30 +0200 Message-ID: <01c4c517$Blat.v2.2.2$053e38a0@zahav.net.il> References: <01c4c422$Blat.v2.2.2$ae5429e0@zahav.net.il> <16781.27378.713504.174297@farnswood.snap.net.nz> <01c4c485$Blat.v2.2.2$1ce23de0@zahav.net.il> Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7BIT X-Trace: sea.gmane.org 1099865928 12416 80.91.229.6 (7 Nov 2004 22:18:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 7 Nov 2004 22:18:48 +0000 (UTC) Cc: nickrob@snap.net.nz, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 07 23:18:39 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CQvMt-00044r-00 for ; Sun, 07 Nov 2004 23:18:39 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CQvVD-0000sx-EW for ged-emacs-devel@m.gmane.org; Sun, 07 Nov 2004 17:27:15 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CQvV4-0000sm-N4 for emacs-devel@gnu.org; Sun, 07 Nov 2004 17:27:06 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CQvV3-0000sN-Sf for emacs-devel@gnu.org; Sun, 07 Nov 2004 17:27:06 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CQvV3-0000sK-Pa for emacs-devel@gnu.org; Sun, 07 Nov 2004 17:27:05 -0500 Original-Received: from [192.114.186.24] (helo=legolas.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CQvMc-0001gp-EE for emacs-devel@gnu.org; Sun, 07 Nov 2004 17:18:22 -0500 Original-Received: from zaretski (pns03-197-96.inter.net.il [80.230.197.96]) by legolas.inter.net.il (MOS 3.5.3-GR) with ESMTP id DAX76644 (AUTH halo1); Mon, 8 Nov 2004 00:18:03 +0200 (IST) Original-To: Andreas Schwab X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 2.2.2 In-reply-to: (message from Andreas Schwab on Sun, 07 Nov 2004 11:35:39 +0100) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:29539 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29539 > Cc: Nick Roberts , emacs-devel@gnu.org > From: Andreas Schwab > Date: Sun, 07 Nov 2004 11:35:39 +0100 > > Actually gdb-ui.el can be compiled (which won't eval such toplevel forms), > but not loaded on such a system. Yes, but the problem is, tooltip.el requires gdb-ui.el at compile time, so tooltip.el cannot be compiled if gdb-ui.el uses define-fringe-bitmap unconditionally. > Maybe we should add a dummy definition for define-fringe-bitmap when > configured without X? If we did that, and gdb-ui.el is compiled with Emacs built without X, would the resulting gdb-ui.elc be good for use on X?