From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nick Roberts Newsgroups: gmane.emacs.devel Subject: Re: /lib/cpp not found in c-mode Date: Sat, 7 May 2005 10:41:18 +1200 Message-ID: <17019.62094.403917.348785@farnswood.snap.net.nz> References: <17013.26868.207510.370151@farnswood.snap.net.nz> <17013.52411.51878.781739@farnswood.snap.net.nz> <17014.39042.74353.677362@farnswood.snap.net.nz> <87d5s8144e.fsf@zemdatav.stor.no-ip.org> <17017.13673.613123.524633@farnswood.snap.net.nz> <87ll6tn4hh.fsf-monnier+emacs@gnu.org> <01c5519b$Blat.v2.4$0c9b1d00@zahav.net.il> <17018.35323.755067.631608@farnswood.snap.net.nz> <01c5523a$Blat.v2.4$3993de60@zahav.net.il> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1115420474 6932 80.91.229.2 (6 May 2005 23:01:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 6 May 2005 23:01:14 +0000 (UTC) Cc: mange@freemail.hu, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat May 07 01:01:12 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DUBoi-0001K7-J7 for ged-emacs-devel@m.gmane.org; Sat, 07 May 2005 01:01:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DUBwW-0003yQ-BY for ged-emacs-devel@m.gmane.org; Fri, 06 May 2005 19:09:12 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DUBrj-0003Dq-03 for emacs-devel@gnu.org; Fri, 06 May 2005 19:04:15 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DUBrT-0003Ay-NG for emacs-devel@gnu.org; Fri, 06 May 2005 19:04:01 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DUBrO-00033c-Ty for emacs-devel@gnu.org; Fri, 06 May 2005 19:03:54 -0400 Original-Received: from [199.232.41.67] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_ARCFOUR_SHA:16) (Exim 4.34) id 1DUBpV-0007d6-4N; Fri, 06 May 2005 19:01:57 -0400 Original-Received: from [202.37.101.8] (helo=viper.snap.net.nz) by mx20.gnu.org with esmtp (Exim 4.34) id 1DUBk7-0002ul-D3; Fri, 06 May 2005 18:56:23 -0400 Original-Received: from farnswood.snap.net.nz (p185-tnt2.snap.net.nz [202.124.108.185]) by viper.snap.net.nz (Postfix) with ESMTP id E6A634D07BA; Sat, 7 May 2005 10:54:40 +1200 (NZST) Original-Received: by farnswood.snap.net.nz (Postfix, from userid 501) id CE83E62A99; Fri, 6 May 2005 23:41:19 +0100 (BST) Original-To: Eli Zaretskii In-Reply-To: <01c5523a$Blat.v2.4$3993de60@zahav.net.il> X-Mailer: VM 7.19 under Emacs 22.0.50.40 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: news.gmane.org gmane.emacs.devel:36783 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:36783 > > Also could you please DTRT for gdb-cpp-define-alist-program. > > Done. (The test for ms-dos was redundant.) Thanks. > Btw, byte-compiling gdb-ui.el emits these two warnings which I think > should be taken care of: > > In gdb-info-locals-handler: > gdb-ui.el:1944:8:Warning: function `gdb-info-locals-handler' defined > multiple times in this file > > In gdb-invalidate-assembler: > gdb-ui.el:2468:8:Warning: function `gdb-invalidate-assembler' defined > multiple times in this file The macro def-gdb-auto-updated-buffer defines a group of functions in a standard for the different GDB-UI buffers (stack, locals etc). The two functions above need to work slightly differently so they are defined explicitly *after* their definition in the macro. Its a bit messy, but I don't know how to get round it. Nick