From: Mathias Dahl <brakjoller@gmail.com>
Subject: Re: swaping buffers
Date: Fri, 17 Mar 2006 12:05:17 +0100 [thread overview]
Message-ID: <u8xr9pc0i.fsf@gmail.com> (raw)
In-Reply-To: 1142579564.152836.87160@p10g2000cwp.googlegroups.com
"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 |
+----------------+
?
next prev parent reply other threads:[~2006-03-17 11:05 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-03-16 19:09 swaping buffers dydimustk
2006-03-16 21:35 ` Kevin Rodgers
[not found] ` <mailman.147.1142545046.9686.help-gnu-emacs@gnu.org>
2006-03-16 22:45 ` pookiebearbottom
2006-03-17 7:12 ` dydimustk
2006-03-17 11:05 ` Mathias Dahl [this message]
2006-03-17 12:32 ` Floyd L. Davidson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=u8xr9pc0i.fsf@gmail.com \
--to=brakjoller@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.