From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sivaram Neelakantan Newsgroups: gmane.emacs.help Subject: moving buffers into different windows Date: Thu, 17 Nov 2011 22:50:50 +0530 Message-ID: <82ipmiekct.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1321550478 31488 80.91.229.12 (17 Nov 2011 17:21:18 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 17 Nov 2011 17:21:18 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Nov 17 18:21:14 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RR5e9-0006Wq-9b for geh-help-gnu-emacs@m.gmane.org; Thu, 17 Nov 2011 18:21:09 +0100 Original-Received: from localhost ([::1]:58181 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RR5e8-0003kc-P5 for geh-help-gnu-emacs@m.gmane.org; Thu, 17 Nov 2011 12:21:08 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:39825) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RR5e3-0003jf-W5 for help-gnu-emacs@gnu.org; Thu, 17 Nov 2011 12:21:05 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RR5e2-0004bi-QQ for help-gnu-emacs@gnu.org; Thu, 17 Nov 2011 12:21:03 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:58375) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RR5e2-0004bW-LJ for help-gnu-emacs@gnu.org; Thu, 17 Nov 2011 12:21:02 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RR5e1-0006Pc-Na for help-gnu-emacs@gnu.org; Thu, 17 Nov 2011 18:21:01 +0100 Original-Received: from 122.179.53.200 ([122.179.53.200]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 17 Nov 2011 18:21:01 +0100 Original-Received: from nsivaram.net by 122.179.53.200 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 17 Nov 2011 18:21:01 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 15 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 122.179.53.200 User-Mail-Address: nsivaram.net@gmail.com User-Agent: Gnus/5.110017 (No Gnus v0.17) Emacs/23.3 (windows-nt) Cancel-Lock: sha1:kf/QeB55200XCMhFb2vAX5d6KRo= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:82947 Archived-At: I usually have 1 frame with 3 windows in it when coding; the top half has 2 windows(side by side) and the bottom 1 wide window. Lately, I noticed that I prefer to use the bottom window to read code and I find that trying to move the buffer from one of the 2 upper windows to the bottom a bit tiresome. Is there anything that allows for buffers to cycle through a fixed window(s) arrangement in a frame? Preferably, only the visible file associated buffers attached to the windows should cycle through not the hidden or scratch buffers. sivaram --