From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sundar Vasan Newsgroups: gmane.emacs.help Subject: Re: moving buffers into different windows Date: Thu, 17 Nov 2011 17:01:46 -0800 Message-ID: References: <82ipmiekct.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1321578803 13887 80.91.229.12 (18 Nov 2011 01:13:23 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 18 Nov 2011 01:13:23 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Sivaram Neelakantan Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Nov 18 02:13:18 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 1RRD12-0005US-OE for geh-help-gnu-emacs@m.gmane.org; Fri, 18 Nov 2011 02:13:16 +0100 Original-Received: from localhost ([::1]:45001 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RRD12-0007zD-7q for geh-help-gnu-emacs@m.gmane.org; Thu, 17 Nov 2011 20:13:16 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:44547) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RRCpz-0006We-3i for help-gnu-emacs@gnu.org; Thu, 17 Nov 2011 20:01:52 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RRCpx-0006ad-C9 for help-gnu-emacs@gnu.org; Thu, 17 Nov 2011 20:01:51 -0500 Original-Received: from mail-ey0-f169.google.com ([209.85.215.169]:50459) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RRCpx-0006aR-5e for help-gnu-emacs@gnu.org; Thu, 17 Nov 2011 20:01:49 -0500 Original-Received: by eye4 with SMTP id 4so3162939eye.0 for ; Thu, 17 Nov 2011 17:01:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=1PciUoJA3V3Sp0JYTfQ/9k2kPMeuiTQm/ounx5d6t/0=; b=de7lZMUq8ydU+EaTbyqIij5LP2SXNxVVc2D0XPrFlD1SnxHeYMHnlUMOoCV4apf+dL 4oahugzk+D0Aw3510pmJAzvMf8e4XVZoo16YskiTiPIyKn407Yad4Up8KNK6j7nfzskl liR1RzbaPzqNOp3DNdYKIxTlXvNU8qX85Bd2Q= Original-Received: by 10.213.7.195 with SMTP id e3mr402607ebe.57.1321578106658; Thu, 17 Nov 2011 17:01:46 -0800 (PST) Original-Received: by 10.14.22.10 with HTTP; Thu, 17 Nov 2011 17:01:46 -0800 (PST) In-Reply-To: <82ipmiekct.fsf@gmail.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.215.169 X-Mailman-Approved-At: Thu, 17 Nov 2011 20:13:12 -0500 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:82950 Archived-At: On Thu, Nov 17, 2011 at 9:20 AM, Sivaram Neelakantan wrote: > Is there anything that allows for buffers to cycle through a fixed > window(s) arrangement in a frame? =A0Preferably, only the visible file > associated buffers attached to the windows should cycle through not > the hidden or scratch buffers. > Maybe windmove + windcycle? ( http://www.emacswiki.org/emacs/windcycle ) Emacswiki also has a page for transposing windows which might be helpful: http://www.emacswiki.org/emacs/TransposeWindows hth Sundar