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: Re: moving buffers into different windows Date: Fri, 18 Nov 2011 22:18:35 +0530 Message-ID: <828vnd8jh8.fsf@gmail.com> References: <82ipmiekct.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1321634950 21307 80.91.229.12 (18 Nov 2011 16:49:10 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 18 Nov 2011 16:49:10 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Nov 18 17:49:05 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 1RRRcd-0008Hp-K8 for geh-help-gnu-emacs@m.gmane.org; Fri, 18 Nov 2011 17:49:03 +0100 Original-Received: from localhost ([::1]:38310 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RRRcd-0002LM-5v for geh-help-gnu-emacs@m.gmane.org; Fri, 18 Nov 2011 11:49:03 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:35927) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RRRcV-0002L6-Nb for help-gnu-emacs@gnu.org; Fri, 18 Nov 2011 11:48:59 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RRRcR-0005ck-Je for help-gnu-emacs@gnu.org; Fri, 18 Nov 2011 11:48:55 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:37912) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RRRcR-0005cW-E1 for help-gnu-emacs@gnu.org; Fri, 18 Nov 2011 11:48:51 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RRRcO-00089f-Np for help-gnu-emacs@gnu.org; Fri, 18 Nov 2011 17:48:49 +0100 Original-Received: from 122.179.47.18 ([122.179.47.18]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 18 Nov 2011 17:48:48 +0100 Original-Received: from nsivaram.net by 122.179.47.18 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 18 Nov 2011 17:48:48 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 20 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 122.179.47.18 User-Mail-Address: nsivaram.net@gmail.com User-Agent: Gnus/5.110017 (No Gnus v0.17) Emacs/23.3 (windows-nt) Cancel-Lock: sha1:bigDEXnsEpOufMmgyKw56KlNyf8= 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:82958 Archived-At: On Fri, Nov 18 2011,Sundar Vasan wrote: > On Thu, Nov 17, 2011 at 9:20 AM, Sivaram Neelakantan [snipped 7 lines] > 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 The second link gave an useful lisp snippet that was adequate for my use. Thanks. [snipped 6 lines] sivaram --