From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Cherkassov Newsgroups: gmane.emacs.help Subject: stop gdb-gud from keeping *input/output* window Date: Sun, 16 Feb 2014 15:43:31 +0400 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1392551019 18565 80.91.229.3 (16 Feb 2014 11:43:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 16 Feb 2014 11:43:39 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Feb 16 12:43:48 2014 Return-path: Envelope-to: geh-help-gnu-emacs@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 1WF08Q-0006iu-DH for geh-help-gnu-emacs@m.gmane.org; Sun, 16 Feb 2014 12:43:46 +0100 Original-Received: from localhost ([::1]:60758 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WF08Q-0007UA-3K for geh-help-gnu-emacs@m.gmane.org; Sun, 16 Feb 2014 06:43:46 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57745) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WF08E-0007U2-IE for help-gnu-emacs@gnu.org; Sun, 16 Feb 2014 06:43:35 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WF08D-0003cE-Kq for help-gnu-emacs@gnu.org; Sun, 16 Feb 2014 06:43:34 -0500 Original-Received: from mail-wi0-x22b.google.com ([2a00:1450:400c:c05::22b]:39609) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WF08D-0003bx-EI for help-gnu-emacs@gnu.org; Sun, 16 Feb 2014 06:43:33 -0500 Original-Received: by mail-wi0-f171.google.com with SMTP id cc10so1596466wib.4 for ; Sun, 16 Feb 2014 03:43:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=HIEVMKNbjxpCuM0Ew3ZPfHNyBMwr/6dNjsZ+2Kf0abA=; b=AcQK4yivfIFMWSWzG6fbWNLK08hE3IurFB82Ngn9UGz70/vdKluDHB6PSjTtFNWRYD 5W0EGUl1lJbMGbgHxhijbTOojjYcHZ0CbfWEnlEjR1jPs+r3yZ9WkMcLa6r3QSRmK9HA nXZP8YWMsA4oNhGSDYjLpM966qVRmoBcbZ9436K/rFWJ1hZEL0KUWWvDuJqEHkYQstqZ 0v6X2uY6yffnrdrwKaRJQtceiBu6dUTmbhG8qkJtLfEmuOM0QYRzry49HvfsAH+L0fFR rHinegBrpzHlheKTuQbheDMt07en7VUswoMR0vfmfejDEPvlLZuZG7l0BVGsp7x5yt+h EI5A== X-Received: by 10.180.7.130 with SMTP id j2mr8821029wia.25.1392551012025; Sun, 16 Feb 2014 03:43:32 -0800 (PST) Original-Received: by 10.194.62.211 with HTTP; Sun, 16 Feb 2014 03:43:31 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::22b X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:96099 Archived-At: guys, gdb does something crazy when i try to fire up *gud-...* window This scenario: I have source code window and *input/output* window. *input/output* window is active. When i try to switch it to *gud-...* window it switches source code window to it instead. So i have *gud* window and *input/output*. How to make gud-gdb do what i mean? Thanks -- With best regards, Dmitry