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: gdb-ui at startup Date: Thu, 1 Apr 2004 00:50:39 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <16491.22863.774243.921409@nick.uklinux.net> 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> <0A416A4E-82DE-11D8-90E1-00039363E640@swipnet.se> 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 1080777310 2532 80.91.224.253 (31 Mar 2004 23:55:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 31 Mar 2004 23:55:10 +0000 (UTC) Cc: Stefan Monnier , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Apr 01 01:55:01 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 1B8pXx-0006tI-00 for ; Thu, 01 Apr 2004 01:55:01 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1B8pXw-0003t7-00 for ; Thu, 01 Apr 2004 01:55:00 +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 1B8pWg-0007DG-Fq for emacs-devel@quimby.gnus.org; Wed, 31 Mar 2004 18:53:42 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1B8pUX-0006cd-Gf for emacs-devel@gnu.org; Wed, 31 Mar 2004 18:51:29 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1B8pTz-0006Ii-O6 for emacs-devel@gnu.org; Wed, 31 Mar 2004 18:51:26 -0500 Original-Received: from [194.247.49.14] (helo=nick.uklinux.net) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B8pTy-0006HN-VO for emacs-devel@gnu.org; Wed, 31 Mar 2004 18:50:55 -0500 Original-Received: by nick.uklinux.net (Postfix, from userid 501) id D4B3D75FDE; Thu, 1 Apr 2004 00:50:40 +0100 (BST) Original-To: "Jan D." In-Reply-To: <0A416A4E-82DE-11D8-90E1-00039363E640@swipnet.se> X-Mailer: VM 6.97 under Emacs 21.2.1 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:21141 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:21141 > > 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? By default, it should now start up in the way you want. Hopefully, I've not broken anything else in the process. Nick