From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: Re: gdb-ui.el assumes images support Date: Mon, 8 Nov 2004 19:27:14 -0600 (CST) Message-ID: <200411090127.iA91RE412343@raven.dms.auburn.edu> 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> <01c4c517$Blat.v2.2.2$053e38a0@zahav.net.il> <16783.55635.926054.394692@farnswood.snap.net.nz> <16784.1823.850313.874270@farnswood.snap.net.nz> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1099963707 572 80.91.229.6 (9 Nov 2004 01:28:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 9 Nov 2004 01:28:27 +0000 (UTC) Cc: ihs_4664@yahoo.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 09 02:28:15 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 1CRKnv-0000ej-00 for ; Tue, 09 Nov 2004 02:28:15 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CRKwI-0001jE-Ew for ged-emacs-devel@m.gmane.org; Mon, 08 Nov 2004 20:36:54 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CRKwA-0001iz-PG for emacs-devel@gnu.org; Mon, 08 Nov 2004 20:36:46 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CRKwA-0001in-9W for emacs-devel@gnu.org; Mon, 08 Nov 2004 20:36:46 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CRKwA-0001ik-3a for emacs-devel@gnu.org; Mon, 08 Nov 2004 20:36:46 -0500 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CRKnU-0006pw-40 for emacs-devel@gnu.org; Mon, 08 Nov 2004 20:27:48 -0500 Original-Received: from raven.dms.auburn.edu (raven.dms.auburn.edu [131.204.53.29]) by manatee.dms.auburn.edu (8.12.10/8.12.10) with ESMTP id iA91RlFu025760; Mon, 8 Nov 2004 19:27:47 -0600 (CST) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.7p1+Sun/8.11.7) id iA91RE412343; Mon, 8 Nov 2004 19:27:14 -0600 (CST) X-Authentication-Warning: raven.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: nickrob@snap.net.nz In-reply-to: <16784.1823.850313.874270@farnswood.snap.net.nz> (message from Nick Roberts on Tue, 9 Nov 2004 12:54:07 +1300) 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:29615 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29615 Sorry, I jumped into a thread again without reading the previous messages in the thread. I did not realize that requiring gdb-ui at compile time gave problems. If necessary, it is possible to get rid of the require of gdb-ui (without creating compiler warnings) by using `(if (fboundp ...) ...)' three times. If the require of gud yields problems too, then one needs two additional defvar's. Sincerely, Luc.