From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Vijay Lakshminarayanan Newsgroups: gmane.emacs.help Subject: Re: Question on splitting windows Date: Thu, 04 Aug 2011 20:53:42 +0530 Message-ID: <87ipqdw681.fsf@gmail.com> References: <405BCC9ABC664EC3BFF6730E1FCF1A82@us.oracle.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 1312488165 27928 80.91.229.12 (4 Aug 2011 20:02:45 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 4 Aug 2011 20:02:45 +0000 (UTC) Cc: Frederik , help-gnu-emacs@gnu.org To: Jai Dayal Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Aug 04 22:02:39 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 1Qp47q-0003Cv-HU for geh-help-gnu-emacs@m.gmane.org; Thu, 04 Aug 2011 22:02:38 +0200 Original-Received: from localhost ([::1]:55254 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qp47q-0002b1-59 for geh-help-gnu-emacs@m.gmane.org; Thu, 04 Aug 2011 16:02:38 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:38460) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qozm6-0004zR-8q for help-gnu-emacs@gnu.org; Thu, 04 Aug 2011 11:23:55 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qozm5-0002Ii-5Q for help-gnu-emacs@gnu.org; Thu, 04 Aug 2011 11:23:54 -0400 Original-Received: from mail-gw0-f41.google.com ([74.125.83.41]:38616) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qozm5-0002IZ-2n for help-gnu-emacs@gnu.org; Thu, 04 Aug 2011 11:23:53 -0400 Original-Received: by gwaa20 with SMTP id a20so1325661gwa.0 for ; Thu, 04 Aug 2011 08:23:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type:content-transfer-encoding; bh=H+yZDSu93Dm1vNenHulwqYgSNgBSZsxBJ2PcU/l3IfM=; b=IENyOjngBpbl9mZofFTcUHB0tKC/2yz8B2OCFVpIdnCkJ5OMyiY5o8PRciDkcNBNMt 6/0e/r6MBUNXKoVrBi+U+xzq0azaEuHfsXMLoMgqqO2Mof7kimPOgThJxwp7JRbwOr/a bczA6hBoPg0v/lJwmdZrt3Wzb7HPWgJAiyUy4= Original-Received: by 10.143.76.10 with SMTP id d10mr891884wfl.332.1312471431120; Thu, 04 Aug 2011 08:23:51 -0700 (PDT) Original-Received: from BALROG ([59.92.84.184]) by mx.google.com with ESMTPS id d3sm2329756pbh.37.2011.08.04.08.23.46 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 04 Aug 2011 08:23:50 -0700 (PDT) In-Reply-To: (Jai Dayal's message of "Thu, 4 Aug 2011 09:06:59 -0600") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (windows-nt) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 74.125.83.41 X-Mailman-Approved-At: Thu, 04 Aug 2011 16:02:33 -0400 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:81883 Archived-At: Jai Dayal writes: > Interesting.=A0 This splits windows vertically.. how about horizonally? > > On Thu, Aug 4, 2011 at 8:59 AM, Drew Adams > wrote: > > > Later, I split windows again; but then I get > > the same buffer I've been working on in both windows: I've to > switch > > buffers again to see the two buffers I was working on in the > > first place. > > > > This is a bit annoying. Is it possible to have the buffer > > in the new window, that has been there before? >=20=20=20=20 > `C-x 4 b' switches to another buffer (with luck, the one you > want) in another > window. This time to the group also... C-x 3 -> split-window-side-by-side C-x 2 -> split-window-above-each-other C-x 1 -> delete-other-windows --=20 Cheers ~vijay Gnus should be more complicated.