From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Nick Roberts Newsgroups: gmane.emacs.devel Subject: Re: gdb-ui.el assumes images support Date: Thu, 11 Nov 2004 00:45:34 +1300 Message-ID: <16785.65374.906936.201858@farnswood.snap.net.nz> 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> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1100087544 10428 80.91.229.6 (10 Nov 2004 11:52:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 10 Nov 2004 11:52:24 +0000 (UTC) Cc: schwab@suse.de, eliz@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 10 12:52:11 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 1CRr1H-0006no-00 for ; Wed, 10 Nov 2004 12:52:11 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CRr9i-0007et-OY for ged-emacs-devel@m.gmane.org; Wed, 10 Nov 2004 07:00:54 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CRr93-0007SX-7M for emacs-devel@gnu.org; Wed, 10 Nov 2004 07:00:13 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CRr90-0007Qo-7J for emacs-devel@gnu.org; Wed, 10 Nov 2004 07:00:11 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CRr8z-0007Pq-Gi for emacs-devel@gnu.org; Wed, 10 Nov 2004 07:00:09 -0500 Original-Received: from [202.124.108.115] (helo=farnswood.snap.net.nz) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CRqzu-0000HO-1g; Wed, 10 Nov 2004 06:50:47 -0500 Original-Received: by farnswood.snap.net.nz (Postfix, from userid 501) id A7B0A627EE; Wed, 10 Nov 2004 11:45:35 +0000 (GMT) Original-To: rms@gnu.org In-Reply-To: X-Mailer: VM 6.97 under Emacs 21.2.1 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:29706 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29706 > If this is the case, tooltip does not need the last three requires, > > Please try deleting them and see what happens. I've done this, followed by "make bootstrap". Since I can find no problem, I've committed this change. I think there are many other files with requires that, similarly, aren't really needed. Possibly because of what Luc has pointed out it says in the manual: > Sometimes adding a `require' for another package is useful to > avoid compilation warnings for variables and functions defined in > that package. If you do this, often it is better if the > `require' acts only at compile time... I've also deleted the require for cl. Using this at compile time, presumably compiles in expansions of the Common Lisp macros for push and pop, rather than those in subr.el, which might be undesirable. Nick