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: split-window as a command Date: Sat, 13 Apr 2013 10:03:29 +0200 Message-ID: <51691151.8030901@gmx.at> References: <87ppy0p4cm.fsf@rosalinde.fritz.box> <5167D3E8.8000903@gmx.at> <87obdkf097.fsf@rosalinde.fritz.box> <51681696.7000405@gmx.at> <877gk7fhrs.fsf@rosalinde.fritz.box> <1365817483.22022.YahooMailNeo@web141205.mail.bf1.yahoo.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1365840220 12662 80.91.229.3 (13 Apr 2013 08:03:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 13 Apr 2013 08:03:40 +0000 (UTC) Cc: "emacs-devel@gnu.org" To: Rand User Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Apr 13 10:03:44 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UQvR1-0004ch-Fg for ged-emacs-devel@m.gmane.org; Sat, 13 Apr 2013 10:03:43 +0200 Original-Received: from localhost ([::1]:40860 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UQvR0-0005Om-Ut for ged-emacs-devel@m.gmane.org; Sat, 13 Apr 2013 04:03:42 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:38142) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UQvQw-0005Of-Ua for emacs-devel@gnu.org; Sat, 13 Apr 2013 04:03:40 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UQvQv-0006ry-Pr for emacs-devel@gnu.org; Sat, 13 Apr 2013 04:03:38 -0400 Original-Received: from mout.gmx.net ([212.227.15.18]:58263) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UQvQv-0006rq-Gu for emacs-devel@gnu.org; Sat, 13 Apr 2013 04:03:37 -0400 Original-Received: from mailout-de.gmx.net ([10.1.76.19]) by mrigmx.server.lan (mrigmx001) with ESMTP (Nemesis) id 0LhyvM-1UwQlm2Woc-00nBIl for ; Sat, 13 Apr 2013 10:03:36 +0200 Original-Received: (qmail invoked by alias); 13 Apr 2013 08:03:36 -0000 Original-Received: from 62-47-42-65.adsl.highway.telekom.at (EHLO [62.47.42.65]) [62.47.42.65] by mail.gmx.net (mp019) with SMTP; 13 Apr 2013 10:03:36 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX18CT1hxFwsC12uRh2YkQM86CXY06Giux0kwljfZ/a pbsmklDQj1USZk In-Reply-To: <1365817483.22022.YahooMailNeo@web141205.mail.bf1.yahoo.com> X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 212.227.15.18 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:158878 Archived-At: > The window splitting code in general doesn't seem very clean... :) The whole concept of "splitting windows" is not very clean by itself. > Maybe you could move some of the functionality in split-window-below > to split-window? IIUC the main purpose of `split-window-below' is to handle the option `split-window-keep-point' without affecting `split-window'. martin