help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: swaping buffers


From: Mathias Dahl
Subject: Re: swaping buffers
Date: Fri, 17 Mar 2006 12:05:17 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (windows-nt)

"dydimustk" <dydimustk@gmail.com> writes:

> It doesn't quite do what I want.
> I'm using different buffers in top half than I am in the bottom half.
> And I want to specifically swap out the top and bottom half without
> losing the buffer sizes.

The parent poster's solution does that, at least when I try. The
*window* sizes are the same.

This is my result:

Before:

+----------------+
|                |
|   Buf A        |
|                |
|----------------|
|   Buf B        |
+----------------+

+----------------+
|                |
|   Buf B        |
|                |
|----------------|
|   Buf A        |
+----------------+

Was this what you wanted:

+----------------+
|   Buf A        |
|----------------|
|                |
|                |
|   Buf B        |
+----------------+

?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]