From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: jonetsu Newsgroups: gmane.emacs.help Subject: M-x gdb : showing a selected buffer where it should be ? Date: Sat, 8 Jun 2019 18:13:07 -0400 Message-ID: <20190608181307.56d38466@mistral> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="124925"; mail-complaints-to="usenet@blaine.gmane.org" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jun 09 00:13:23 2019 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hZjaU-000WP6-Rt for geh-help-gnu-emacs@m.gmane.org; Sun, 09 Jun 2019 00:13:22 +0200 Original-Received: from localhost ([::1]:60884 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hZjaT-0000R2-8V for geh-help-gnu-emacs@m.gmane.org; Sat, 08 Jun 2019 18:13:21 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:44675) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hZjaH-0000Qv-Ij for help-gnu-emacs@gnu.org; Sat, 08 Jun 2019 18:13:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hZjaG-0008ID-Ol for help-gnu-emacs@gnu.org; Sat, 08 Jun 2019 18:13:09 -0400 Original-Received: from pmta31.teksavvy.com ([76.10.157.38]:26998) by eggs.gnu.org with esmtps (TLS1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.71) (envelope-from ) id 1hZjaG-0008HG-KV for help-gnu-emacs@gnu.org; Sat, 08 Jun 2019 18:13:08 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: =?us-ascii?q?A2GxXACEMfxc/0Tb1BhlGgEBAQEBHwIBA?= =?us-ascii?q?QEBAwEBAQGBToEoAgEBAQFhb1gVEoN1iUOMOAGOIIwFCQEBASEZAQIBAYQ6BIJ?= =?us-ascii?q?uJDgTAQMBAQEEAQEBAQQCAmkohgwcOwwYNIYOqA6IY4FGIoEQAgEBAQEBAYtug?= =?us-ascii?q?T9AhGGFEYUVBJQIlR8JghGBaZFNJwyCCYpXii+lWyKBWHAVgyiBYwGPCSaBMgE?= =?us-ascii?q?GAQEBFQgTBQUBAY5VAQE?= X-IPAS-Result: =?us-ascii?q?A2GxXACEMfxc/0Tb1BhlGgEBAQEBHwIBAQEBAwEBAQGBToE?= =?us-ascii?q?oAgEBAQFhb1gVEoN1iUOMOAGOIIwFCQEBASEZAQIBAYQ6BIJuJDgTAQMBAQEEA?= =?us-ascii?q?QEBAQQCAmkohgwcOwwYNIYOqA6IY4FGIoEQAgEBAQEBAYtugT9AhGGFEYUVBJQ?= =?us-ascii?q?IlR8JghGBaZFNJwyCCYpXii+lWyKBWHAVgyiBYwGPCSaBMgEGAQEBFQgTBQUBA?= =?us-ascii?q?Y5VAQE?= X-IronPort-AV: E=Sophos;i="5.60,568,1549947600"; d="scan'208";a="94731940" Original-Received: from 24-212-219-68.cable.teksavvy.com (HELO mistral) ([24.212.219.68]) by smtp.teksavvy.com with ESMTP; 08 Jun 2019 18:13:07 -0400 X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 76.10.157.38 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 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" Xref: news.gmane.org gmane.emacs.help:120855 Archived-At: In a M-x gdb session, with gdb-many-windows non nil (many windows shown) putting the cursor in a window and selecting a buffer to show, like the scratch buffer in the window where the cursor is at, as it would normally be always the case, does nto work. Instead 'something' insists to _always_ show a selected buffer where the gdb interaction window is, replacing the gbd interaction window. sr-speedbar is also active. Is there a way to bring sense to this and have emacs behave normally regarding this, showing a selected buffer in the window where the cursor currently is located while debugging ?