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 21:51:56 +1000 Message-ID: <51D6B35C.1080801@pobox.com> References: 51D603B7.6060902@pobox.com <51D67B0D.8070402@gmx.at> 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 1373025140 11759 80.91.229.3 (5 Jul 2013 11:52:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 5 Jul 2013 11:52:20 +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 13:52:20 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 1Uv4Yk-0003Gg-SH for geh-help-gnu-emacs@m.gmane.org; Fri, 05 Jul 2013 13:52:18 +0200 Original-Received: from localhost ([::1]:33738 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uv4Yk-00031O-Ga for geh-help-gnu-emacs@m.gmane.org; Fri, 05 Jul 2013 07:52:18 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56421) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uv4YR-0002pf-Iq for help-gnu-emacs@gnu.org; Fri, 05 Jul 2013 07:52:00 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uv4YQ-0003k2-S3 for help-gnu-emacs@gnu.org; Fri, 05 Jul 2013 07:51:59 -0400 Original-Received: from pecan.exetel.com.au ([220.233.0.17]:57341 helo=smtp.po.exetel.com.au) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uv4YQ-0003in-HR for help-gnu-emacs@gnu.org; Fri, 05 Jul 2013 07:51:58 -0400 Original-Received: from 33.111.70.115.static.exetel.com.au ([115.70.111.33] helo=[192.168.1.10]) by smtp.po.exetel.com.au with esmtp (Exim 4.71) (envelope-from ) id 1Uv4YN-0007eF-Vt for help-gnu-emacs@gnu.org; Fri, 05 Jul 2013 21:51:56 +1000 User-Agent: Thunderbird 2.0.0.24 (X11/20100228) In-Reply-To: <51D67B0D.8070402@gmx.at> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 220.233.0.17 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:91954 Archived-At: > > (add-to-list 'same-window-buffer-names "*Buffer List*") > > The recommended way to do this with Emacs 24 is to customize > `display-buffer-alist'. Try, for example, > > (setq display-buffer-alist '(("*Buffer List*" display-buffer-same-window > (nil)))) interesting, thanks for the tip