From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: jmborr Newsgroups: gmane.emacs.help Subject: Re: how to force the buffer list to open in same frame? Date: Fri, 4 Jul 2008 14:34:27 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <87prpu6iwm.fsf@literaturlatenight.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1215207676 28066 80.91.229.12 (4 Jul 2008 21:41:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 4 Jul 2008 21:41:16 +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 04 23:42:02 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KEt22-0005sS-6A for geh-help-gnu-emacs@m.gmane.org; Fri, 04 Jul 2008 23:41:30 +0200 Original-Received: from localhost ([127.0.0.1]:55438 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KEt1B-0003Ov-Co for geh-help-gnu-emacs@m.gmane.org; Fri, 04 Jul 2008 17:40:37 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!s50g2000hsb.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 18 Original-NNTP-Posting-Host: 71.236.38.176 Original-X-Trace: posting.google.com 1215207267 14193 127.0.0.1 (4 Jul 2008 21:34:27 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Fri, 4 Jul 2008 21:34:27 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: s50g2000hsb.googlegroups.com; posting-host=71.236.38.176; posting-account=Zlj3ZwoAAACuYnDSFjrlN_JodmIFh5un User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9) Gecko/2008052906 Firefox/3.0,gzip(gfe),gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:159896 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:55247 Archived-At: OK. What is the correct Lisp sintax in order to include `buffer-list' in `same-buffer-windows-names' list ? My current .emacs file does not contain the `same-buffer-windows-names' entry, and I couldn't find a .emacs template in the web. -Jose On Jul 4, 6:30=A0am, henry atting wrote: > jmborr wrote: > > Dear Emacs wizards, > > Firs I'll say I am quite ignorant to Lisp programming. I wonder if > > anybody has a piece of code that I can insert in my .emacs file to > > force the buffer-list to show up in the current frame when I invoke it > > with the C-x C-b. > > You can customize this via the variable `same-buffer-window-names'. > > henry