From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bernardo Newsgroups: gmane.emacs.help Subject: Re: opening new buffer in active buffer Date: Fri, 05 Jul 2013 09:22:31 +1000 Message-ID: <51D603B7.6060902@pobox.com> References: <51D58B54.6090203@yahoo.de> Reply-To: bernardo.bacic@pobox.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1372980421 28600 80.91.229.3 (4 Jul 2013 23:27:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 4 Jul 2013 23:27:01 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jul 05 01:27:01 2013 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 1UusvU-0005AI-Jf for geh-help-gnu-emacs@m.gmane.org; Fri, 05 Jul 2013 01:27:00 +0200 Original-Received: from localhost ([::1]:50970 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UusvU-000725-1i for geh-help-gnu-emacs@m.gmane.org; Thu, 04 Jul 2013 19:27:00 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36520) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UusvK-00071x-Fi for help-gnu-emacs@gnu.org; Thu, 04 Jul 2013 19:26:51 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UusvJ-0007Dl-Mb for help-gnu-emacs@gnu.org; Thu, 04 Jul 2013 19:26:50 -0400 Original-Received: from palmnut-smtp.exetel.com.au ([58.96.3.37]:52163) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UusrG-0005fK-5H for help-gnu-emacs@gnu.org; Thu, 04 Jul 2013 19:22:38 -0400 Original-Received: from 33.111.70.115.static.exetel.com.au ([115.70.111.33] helo=[192.168.1.10]) by palmnut-smtp.exetel.com.au with esmtp (Exim 4.71) (envelope-from ) id 1Uus0m-0002Id-Ud for help-gnu-emacs@gnu.org; Fri, 05 Jul 2013 08:28:24 +1000 User-Agent: Thunderbird 2.0.0.24 (X11/20100228) In-Reply-To: <51D58B54.6090203@yahoo.de> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 58.96.3.37 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:91947 Archived-At: > if i have several buffers open in emacs in splitted windows and I hit > Ctr-X Ctr-B to switch to another buffer, the list of buffers and, hence, > the new buffer always opens in another buffer window than the one that > is currently my window. Is there any way to change this so that I always > stay in the same window? not sure if i interpret this correctly but maybe adding this to your .emacs would help (add-to-list 'same-window-buffer-names "*Buffer List*")