From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Use of dedicated windows in gdb-mi.el Date: Mon, 09 Feb 2015 19:05:45 +0200 Message-ID: <837fvr9frq.fsf@gnu.org> References: <87h9uynckc.fsf@gmail.com> <83iofedfkz.fsf@gnu.org> <877fvun97j.fsf@gmail.com> <83fvaid8sa.fsf@gnu.org> <83fvaf9jj2.fsf@gnu.org> <878ug7axhr.fsf@gmail.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1423501575 5381 80.91.229.3 (9 Feb 2015 17:06:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 9 Feb 2015 17:06:15 +0000 (UTC) Cc: thibaut.verron@gmail.com, emacs-devel@gnu.org To: Oleh Krehel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 09 18:06:15 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YKrmo-0004zx-7r for ged-emacs-devel@m.gmane.org; Mon, 09 Feb 2015 18:06:14 +0100 Original-Received: from localhost ([::1]:33932 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKrmn-0000BH-N7 for ged-emacs-devel@m.gmane.org; Mon, 09 Feb 2015 12:06:13 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58841) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKrmh-0000A4-RE for emacs-devel@gnu.org; Mon, 09 Feb 2015 12:06:11 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YKrma-0002Mt-Ic for emacs-devel@gnu.org; Mon, 09 Feb 2015 12:06:07 -0500 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:35903) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKrma-0002MP-Aj for emacs-devel@gnu.org; Mon, 09 Feb 2015 12:06:00 -0500 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0NJI00L00KQ48K00@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Mon, 09 Feb 2015 19:05:59 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NJI00KGXKTYVOA0@a-mtaout20.012.net.il>; Mon, 09 Feb 2015 19:05:59 +0200 (IST) In-reply-to: <878ug7axhr.fsf@gmail.com> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.166 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:182709 Archived-At: > From: Oleh Krehel > Cc: Thibaut Verron , emacs-devel@gnu.org > Date: Mon, 09 Feb 2015 16:57:36 +0100 > > I'm using plain `gdb', I don't even like `gdb-many-windows'. But even in > plain `gdb', I'm getting a dedicated *output* window that pops up each > time there's output. Don't you _want_ to see the output of a program you are debugging? And I still don't understand why you must switch buffers in that specific window. > The patch that I attached solves my problem with plain `gdb'. Maybe I'm missing something, but it looked to me that it made _all_ the gdb-mi windows soft-dedicated. If that's true, how about making only the popping output window soft-dedicated instead?