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: Window/buffer management in gdb-ui Date: Sat, 27 Nov 2004 04:42:12 +1300 Message-ID: <16807.20180.223615.625880@farnswood.snap.net.nz> References: <16805.16406.567084.398496@farnswood.snap.net.nz> <87hdndapae.fsf-monnier+emacs@gnu.org> <16806.29150.178158.7827@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 1101484120 24607 80.91.229.6 (26 Nov 2004 15:48:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 26 Nov 2004 15:48:40 +0000 (UTC) Cc: Stefan Monnier , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 26 16:48:32 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 1CXiKm-0003r3-00 for ; Fri, 26 Nov 2004 16:48:32 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CXiU1-0005JO-EY for ged-emacs-devel@m.gmane.org; Fri, 26 Nov 2004 10:58:05 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CXiTe-0005HK-Gf for emacs-devel@gnu.org; Fri, 26 Nov 2004 10:57:42 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CXiTe-0005Gg-0U for emacs-devel@gnu.org; Fri, 26 Nov 2004 10:57:42 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CXiTd-0005GJ-P2 for emacs-devel@gnu.org; Fri, 26 Nov 2004 10:57:41 -0500 Original-Received: from [202.124.108.240] (helo=farnswood.snap.net.nz) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CXiK3-00047c-OR for emacs-devel@gnu.org; Fri, 26 Nov 2004 10:47:48 -0500 Original-Received: by farnswood.snap.net.nz (Postfix, from userid 501) id D3DBD627EE; Fri, 26 Nov 2004 15:42:12 +0000 (GMT) Original-To: storm@cua.dk (Kim F. Storm) 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:30393 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:30393 > I haven't rechecked whether your latest changes have fixed any of this, > but although I also got a little annoyed by the *gud* buffer disappearing > from time to time, the current behaviour with dedicated source windows > is VERY annoying. Try it now. It should behave as before (perhaps a bit better!) > Perhaps it would be better to have only one dedicated source window at > a time (the one where the overlay-arrow is). I would like the reverse actually: one undedicated window (the source buffer). At the moment the GUD and the source and, sometimes the other gdb-related buffers will be undedicated. It means that they might be replaced by new buffers if they are not in their own frame. Nick