From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: gdb-ui and Mac OS X Date: Wed, 31 Mar 2004 08:38:37 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <0A416A4E-82DE-11D8-90E1-00039363E640@swipnet.se> References: <16443.41112.562861.807240@nick.uklinux.net> <16484.37889.513615.569590@nick.uklinux.net> <16488.30520.806866.359566@nick.uklinux.net> <16488.34751.332997.749611@nick.uklinux.net> <16489.47367.693423.315665@nick.uklinux.net> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v613) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1080715426 4143 80.91.224.253 (31 Mar 2004 06:43:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 31 Mar 2004 06:43:46 +0000 (UTC) Cc: Nick Roberts , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Mar 31 08:43:38 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1B8ZRq-0003YD-00 for ; Wed, 31 Mar 2004 08:43:38 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1B8ZRq-00014W-00 for ; Wed, 31 Mar 2004 08:43:38 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B8ZOu-0002ek-NE for emacs-devel@quimby.gnus.org; Wed, 31 Mar 2004 01:40:36 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1B8ZOP-0002ZC-8r for emacs-devel@gnu.org; Wed, 31 Mar 2004 01:40:05 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1B8ZNs-0002I0-1y for emacs-devel@gnu.org; Wed, 31 Mar 2004 01:40:03 -0500 Original-Received: from [213.115.192.53] (helo=mail2.norrnet.net) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B8ZNr-0002Hw-Jm for emacs-devel@gnu.org; Wed, 31 Mar 2004 01:39:31 -0500 Original-Received: from stubby.bodenonline.com (stubby.bodenonline.com [193.201.16.94]) by mail2.norrnet.net (BorderWare MXtreme Mail Firewall) with ESMTP id D3226A4162; Wed, 31 Mar 2004 08:35:56 +0200 (CEST) Original-Received: from accessno42.bodenonline.com (accessno42.bodenonline.com [193.201.16.44]) by stubby.bodenonline.com (8.12.1/8.12.1) with ESMTP id i2V7Swbw027347; Wed, 31 Mar 2004 09:29:00 +0200 In-Reply-To: Original-To: Stefan Monnier X-Mailer: Apple Mail (2.613) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:21118 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:21118 > > The splitting for *gud* is another independent issue. I'd rather > focus on > the issue at hand which is the fact that the file holding the `main' > function is displayed. I agree that this is the main issue. Maybe there should be a way to customize this, i.e. old behaviour versus new? The reason other debuggers display main is probably because they are not editors, and usually does not have a lot of files already opened and displayed. Jan D.