From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: C-x 2 and C-x 3 Date: Thu, 27 Oct 2011 11:49:54 +0200 Message-ID: <4EA92942.4000507@gmx.at> References: <87wrbs5vsx.fsf@gnu.org> <20111026113655.1f33e53b@resist.wooz.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1319709010 14733 80.91.229.12 (27 Oct 2011 09:50:10 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 27 Oct 2011 09:50:10 +0000 (UTC) Cc: emacs-devel@gnu.org To: Barry Warsaw Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 27 11:50:06 2011 Return-path: Envelope-to: ged-emacs-devel@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 1RJMb8-0006nO-Bp for ged-emacs-devel@m.gmane.org; Thu, 27 Oct 2011 11:50:06 +0200 Original-Received: from localhost ([::1]:49262 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJMb7-0002dg-UH for ged-emacs-devel@m.gmane.org; Thu, 27 Oct 2011 05:50:05 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:60699) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJMb5-0002bs-Lw for emacs-devel@gnu.org; Thu, 27 Oct 2011 05:50:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RJMb4-0001zr-MW for emacs-devel@gnu.org; Thu, 27 Oct 2011 05:50:03 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:48894) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1RJMb4-0001z4-7d for emacs-devel@gnu.org; Thu, 27 Oct 2011 05:50:02 -0400 Original-Received: (qmail invoked by alias); 27 Oct 2011 09:49:55 -0000 Original-Received: from 62-47-54-146.adsl.highway.telekom.at (EHLO [62.47.54.146]) [62.47.54.146] by mail.gmx.net (mp012) with SMTP; 27 Oct 2011 11:49:55 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1+i2LFWPoiiJE2IltLv/XDJdQ/aBTskoTbo0BlB9l hRqcUzrMICd5fF User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) In-Reply-To: <20111026113655.1f33e53b@resist.wooz.org> X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 213.165.64.22 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:145638 Archived-At: > How about: > > split-window-by-drawing-along-a-line-from-east-to-west > split-window-by-drawing-along-a-line-from-north-to-south A north-to-south split here gets me a frame like ---------- | | | | |----------| | | | | ---------- In the other room a north-to-south split will show up as ---------- | | | | | | | | | | | | | | | ---------- And downstairs a north-to-south split will get me ---------- | /| | / | | / | | / | | / | ---------- martin