From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jambunathan K Newsgroups: gmane.emacs.devel Subject: Re: C-x 2 and C-x 3 Date: Wed, 26 Oct 2011 10:05:50 +0530 Message-ID: <8139egbc9l.fsf@gmail.com> References: <87wrbs5vsx.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1319603782 4098 80.91.229.12 (26 Oct 2011 04:36:22 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 26 Oct 2011 04:36:22 +0000 (UTC) Cc: emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 26 06:36:19 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 1RIvDt-0000zv-KA for ged-emacs-devel@m.gmane.org; Wed, 26 Oct 2011 06:36:17 +0200 Original-Received: from localhost ([::1]:58029 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RIvDs-0006uR-RV for ged-emacs-devel@m.gmane.org; Wed, 26 Oct 2011 00:36:16 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:50562) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RIvDp-0006uJ-5L for emacs-devel@gnu.org; Wed, 26 Oct 2011 00:36:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RIvDn-0003Yi-EM for emacs-devel@gnu.org; Wed, 26 Oct 2011 00:36:12 -0400 Original-Received: from mail-pz0-f47.google.com ([209.85.210.47]:58031) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RIvDn-0003YL-4c; Wed, 26 Oct 2011 00:36:11 -0400 Original-Received: by pzd13 with SMTP id 13so3386610pzd.6 for ; Tue, 25 Oct 2011 21:36:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:references:mail-followup-to:date:in-reply-to :message-id:user-agent:mime-version:content-type; bh=0GMx6pB2+0v2VpUCv6dvT8NZp5BEnobVy7z1tfP6u2M=; b=hUlejdMN48fCiRreyhnCIb2InYvkzHny80RVOjIXZHRF+tDRegeBTWUoXHp2O2EXP3 HRK8snGNn+VYEbMCOVpR7gYINqzlA/50kFccBnNb889fNXVUr4MewvtusfNjbhuufha2 gNedQ7eTk/ekWg4XDfPTW3hlldRiF4tl3p1nc= Original-Received: by 10.68.15.70 with SMTP id v6mr62976532pbc.85.1319603769464; Tue, 25 Oct 2011 21:36:09 -0700 (PDT) Original-Received: from JAMBU-NETBOOK ([115.242.225.251]) by mx.google.com with ESMTPS id jm5sm2488896pbc.1.2011.10.25.21.36.04 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 25 Oct 2011 21:36:08 -0700 (PDT) Mail-Followup-To: Chong Yidong , emacs-devel@gnu.org In-Reply-To: <87wrbs5vsx.fsf@gnu.org> (Chong Yidong's message of "Wed, 26 Oct 2011 10:30:22 +0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.90 (windows-nt) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.210.47 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:145547 Archived-At: > 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 --