From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Andreas_R=F6hler?= Newsgroups: gmane.emacs.devel Subject: Re: C-x 2 and C-x 3 Date: Wed, 26 Oct 2011 21:19:00 +0200 Message-ID: <4EA85D24.6050808@online.de> References: <87wrbs5vsx.fsf@gnu.org> <8139egbc9l.fsf@gmail.com> 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 1319656761 25764 80.91.229.12 (26 Oct 2011 19:19:21 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 26 Oct 2011 19:19:21 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 26 21:19:17 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 1RJ90O-0005RQ-1W for ged-emacs-devel@m.gmane.org; Wed, 26 Oct 2011 21:19:16 +0200 Original-Received: from localhost ([::1]:35891 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJ90N-0000iW-Bh for ged-emacs-devel@m.gmane.org; Wed, 26 Oct 2011 15:19:15 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:42929) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJ90K-0000i3-9y for emacs-devel@gnu.org; Wed, 26 Oct 2011 15:19:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RJ90J-0002Oz-4Y for emacs-devel@gnu.org; Wed, 26 Oct 2011 15:19:12 -0400 Original-Received: from moutng.kundenserver.de ([212.227.17.10]:63778) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJ90I-0002Nw-PI for emacs-devel@gnu.org; Wed, 26 Oct 2011 15:19:11 -0400 Original-Received: from [192.168.178.27] (brln-4db9a6a8.pool.mediaWays.net [77.185.166.168]) by mrelayeu.kundenserver.de (node=mrbap0) with ESMTP (Nemesis) id 0MeMRD-1RelpE1FLL-00PdU4; Wed, 26 Oct 2011 21:19:07 +0200 User-Agent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.2.23) Gecko/20110920 SUSE/3.1.15 Thunderbird/3.1.15 In-Reply-To: X-Provags-ID: V02:K0:cS/tlBX5vaYUMJUq9bkPdy6f+4pBb2/DYIu8P7/fEfa 4eYZFsoBvzmZVCVtKf6belFRU9VqHWo08sxwzBDGNE/eWDVzdh 8P7NQTkJ7nC9gN39uKIulxb+++UVBG99ioSBnvP/d0NSwzE1Yf 4vbDA5SAuzA5Tn4TTsUYf0ZpOWInmFB646UloDPb89167wUpYm 1BDjv75NhdOtk0x81N7vZR0Nex2aD3aQbYhIPqFzjMqunJdTG5 AkXDm4HtM4/lBNhfFpnv0IB0aqwEKDVQvQDa4LBAYnj9f5qOpv GXEZFEQaA12l70v5YsAAN7q4jPpDCjf8txHQFw1vDXh9McbECs 0eitPYtt+m3CsWB6W5Aps9Q33R94AlZ5gpAeegNHn X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 212.227.17.10 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:145600 Archived-At: Am 26.10.2011 07:38, schrieb Tim Cross: > On Wed, Oct 26, 2011 at 3:35 PM, Jambunathan K wrote: >> >>> Martin recently introduced the command names >>> >>> split-window-above-each-other -> C-x 2 >>> split-window-side-by-side -> C-x 3 >>> >>> for which split-window-{vertically|horizontally} are now aliases. >> >> How about: >> >> split-window-and-stack-horizontally >> split-window-and-stack-vertically >> >> or >> >> split-window-and-arrange-horizontally >> split-window-and-arrange-vertically >> > > split-window-left-right > split-window-top-bottom > +1 whilst I rather kept the old forms as are, introducing the new as aliases Cheers, Andreas