From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: pookiebearbottom@yahoo.com Newsgroups: gmane.emacs.help Subject: Re: swaping buffers Date: 16 Mar 2006 14:45:57 -0800 Organization: http://groups.google.com Message-ID: <1142549157.209089.176120@v46g2000cwv.googlegroups.com> References: <1142536197.716770.194720@p10g2000cwp.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1142549427 28887 80.91.229.2 (16 Mar 2006 22:50:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 16 Mar 2006 22:50:27 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Mar 16 23:50:26 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FK1IU-0001Er-Az for geh-help-gnu-emacs@m.gmane.org; Thu, 16 Mar 2006 23:50:23 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FK1IT-0006uT-UY for geh-help-gnu-emacs@m.gmane.org; Thu, 16 Mar 2006 17:50:21 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!v46g2000cwv.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 35 Original-NNTP-Posting-Host: 205.228.12.254 Original-X-Trace: posting.google.com 1142549162 19663 127.0.0.1 (16 Mar 2006 22:46:02 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 16 Mar 2006 22:46:02 +0000 (UTC) In-Reply-To: User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; msie6xpv1; MSIE6ENV21; .NET CLR 1.0.3705; .NET CLR 1.1.4322; .NET CLR 2.0.50727),gzip(gfe),gzip(gfe) X-HTTP-Via: 1.1 hqipx3:8080 (DataReactor/4.1.0p15) Complaints-To: groups-abuse@google.com Injection-Info: v46g2000cwv.googlegroups.com; posting-host=205.228.12.254; posting-account=bNKQ2gwAAACUIFmCiHsE1f-tjycqSTAd Original-Xref: shelby.stanford.edu gnu.emacs.help:138227 Original-To: help-gnu-emacs@gnu.org 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:33835 Archived-At: How about recording a little macro C-x b RET C-x o C-x b RET C-x o C-x b RET Does that do what you want? Kevin Rodgers wrote: > dydimustk wrote: > > I want to be able to quickly swap between the two open buffers I am > > working on, while keeping the screen dimensions. I usually keep a > > little buffer open at the bottom of the screen with erc running, and > > I'm working in the top part. > > > > ____________ > > | | > > | | > > | | > > |===========| > > |-------------------| > > > > I want to be able to just swap the top and bottom buffer, while keeping > > the screen layout the same. Does anyone know if this is possible? > > Window configurations record which buffer is displayed in each window, > so I think you need to explicitly save each configuration. See the > Saving Window Configurations in Registers node of the Emacs manual, > which also describes how to restore a saved configuration. > > -- > Kevin Rodgers