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 22:27:47 +0200 Message-ID: <83r3ty96f0.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> <837fvr9frq.fsf@gnu.org> <87sief9ezy.fsf@gmail.com> <831tlz9deh.fsf@gnu.org> <8761bb9cq8.fsf@gmail.com> <048211e0-0bf4-4c69-8908-aae20a2e58fb@default> <877fvraq0n.fsf@gmail.com> <013f998a-bd26-4938-9112-30a2e95e8dc4@default> <877fvqc1ar.fsf@gmail.com> <83siee97mv.fsf@gnu.org> <87zj8maltt.fsf@gmail.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1423513696 18394 80.91.229.3 (9 Feb 2015 20:28:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 9 Feb 2015 20:28:16 +0000 (UTC) Cc: drew.adams@oracle.com, 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 21:28:10 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 1YKuwD-0008W2-NG for ged-emacs-devel@m.gmane.org; Mon, 09 Feb 2015 21:28:09 +0100 Original-Received: from localhost ([::1]:35078 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKuwD-0000rW-4f for ged-emacs-devel@m.gmane.org; Mon, 09 Feb 2015 15:28:09 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:32974) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKuwA-0000rP-AM for emacs-devel@gnu.org; Mon, 09 Feb 2015 15:28:07 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YKuw6-0004Dx-Vx for emacs-devel@gnu.org; Mon, 09 Feb 2015 15:28:06 -0500 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:39941) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKuw6-0004CA-NS for emacs-devel@gnu.org; Mon, 09 Feb 2015 15:28:02 -0500 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0NJI00I00U4RGG00@a-mtaout22.012.net.il> for emacs-devel@gnu.org; Mon, 09 Feb 2015 22:28:00 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NJI00IK1U6OCS10@a-mtaout22.012.net.il>; Mon, 09 Feb 2015 22:28:00 +0200 (IST) In-reply-to: <87zj8maltt.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.172 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:182742 Archived-At: > From: Oleh Krehel > Cc: thibaut.verron@gmail.com, drew.adams@oracle.com, emacs-devel@gnu.org > Date: Mon, 09 Feb 2015 21:09:34 +0100 > > > I proposed to add a defcustom to prevent that. I still think it would > > be a good solution, at least for popping window. > > You're right, the dedicated window business was only a small part of the > problem. The output window still pops up each time there's new output. > > So even if I switch to *scratch* in the window of *output*, which I can > now do thanks to an advice, *output* will still pop up when something > new is printed by the program. So this defcustom would really be handy. AFAICS, it's a simple matter of adding a defcustom to be tested in gdb-display-io-buffer, causing the latter do nothing if the user says so.