From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?Johan_Bockg=C3=A5rd?= Newsgroups: gmane.emacs.devel Subject: Re: C-x 2 and C-x 3 Date: Sat, 29 Oct 2011 03:04:39 +0200 Message-ID: <87mxckehg8.fsf@gnu.org> References: <87wrbs5vsx.fsf@gnu.org> <4EA7D14A.5020902@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1319850290 21579 80.91.229.12 (29 Oct 2011 01:04:50 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 29 Oct 2011 01:04:50 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 29 03:04:47 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 1RJxLr-0003NQ-5B for ged-emacs-devel@m.gmane.org; Sat, 29 Oct 2011 03:04:47 +0200 Original-Received: from localhost ([::1]:48264 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJxLq-0001ic-LA for ged-emacs-devel@m.gmane.org; Fri, 28 Oct 2011 21:04:46 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:36364) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJxLn-0001iB-9t for emacs-devel@gnu.org; Fri, 28 Oct 2011 21:04:44 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RJxLm-0007aA-3P for emacs-devel@gnu.org; Fri, 28 Oct 2011 21:04:43 -0400 Original-Received: from smtprelay-b11.telenor.se ([62.127.194.20]:59463) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJxLl-0007a0-PY for emacs-devel@gnu.org; Fri, 28 Oct 2011 21:04:41 -0400 Original-Received: from iph5.telenor.se (iph5.telenor.se [195.54.127.136]) by smtprelay-b11.telenor.se (Postfix) with ESMTP id A4CF8E08E for ; Sat, 29 Oct 2011 03:04:40 +0200 (CEST) X-SMTPAUTH-B2: [bocjoh] X-SENDER-IP: [85.228.200.36] X-LISTENER: [smtp.bredband.net] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AshbAAtQq05V5MgkPGdsb2JhbABCiT6RGY8OGQEBAQE3MoFyAQEFVjMLISUPAQQYAQwKLYgEtAiJAwSlbw X-IronPort-AV: E=Sophos;i="4.69,421,1315173600"; d="scan'208";a="62462311" Original-Received: from c-24c8e455.04-211-6c6b701.cust.bredbandsbolaget.se (HELO muon.localdomain) ([85.228.200.36]) by iph5.telenor.se with ESMTP; 29 Oct 2011 03:04:40 +0200 Original-Received: by muon.localdomain (Postfix, from userid 1000) id 7AE664841DA; Sat, 29 Oct 2011 03:04:39 +0200 (CEST) Mail-Copies-To: never In-Reply-To: <4EA7D14A.5020902@gmx.at> (martin rudalics's message of "Wed, 26 Oct 2011 11:22:18 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.90 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 62.127.194.20 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:145733 Archived-At: martin rudalics writes: > `new-window-below' and `new-window-on-right'. The "split-" prefix has > purely operational connotation and application programmers as users are > only interested in the state produced but hardly how it was obtained. > > martin