From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: jmborr Newsgroups: gmane.emacs.help Subject: how to force the buffer list to open in same frame? Date: Thu, 3 Jul 2008 17:22:55 -0700 (PDT) Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1215142272 20223 80.91.229.12 (4 Jul 2008 03:31:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 4 Jul 2008 03:31:12 +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 05:31:58 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 1KEc1d-00048i-L2 for geh-help-gnu-emacs@m.gmane.org; Fri, 04 Jul 2008 05:31:57 +0200 Original-Received: from localhost ([127.0.0.1]:42077 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KEc0m-0006Jk-U0 for geh-help-gnu-emacs@m.gmane.org; Thu, 03 Jul 2008 23:31:04 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!r66g2000hsg.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 8 Original-NNTP-Posting-Host: 160.91.244.234 Original-X-Trace: posting.google.com 1215130976 9399 127.0.0.1 (4 Jul 2008 00:22:56 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Fri, 4 Jul 2008 00:22:56 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: r66g2000hsg.googlegroups.com; posting-host=160.91.244.234; posting-account=Zlj3ZwoAAACuYnDSFjrlN_JodmIFh5un User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9) Gecko/2008061517 Red Hat/3.0-2.el5 Firefox/3.0,gzip(gfe),gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:159886 X-Mailman-Approved-At: Thu, 03 Jul 2008 23:30:49 -0400 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:55238 Archived-At: 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. Currently, the frame splits and the buffer-list shows up in the other frame :( -Jose