From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Hansen Newsgroups: gmane.emacs.devel Subject: Re: `split-window-preferred-horizontally' Date: Sun, 08 Jun 2008 19:49:36 +0200 Organization: disorganized Message-ID: <87ve0jzuj3.fsf@localhorst.mine.nu> References: <87k5h28i23.fsf@localhorst.mine.nu> <4849B3D7.6090809@gmx.at> <87fxrq198q.fsf@localhorst.mine.nu> <484A451C.2010408@gmx.at> <8763sl0zma.fsf@localhorst.mine.nu> <484BD97D.1090205@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1212947638 301 80.91.229.12 (8 Jun 2008 17:53:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 8 Jun 2008 17:53:58 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 08 19:54:41 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1K5P6C-0000x0-Q7 for ged-emacs-devel@m.gmane.org; Sun, 08 Jun 2008 19:54:37 +0200 Original-Received: from localhost ([127.0.0.1]:36455 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K5P5P-00029b-KK for ged-emacs-devel@m.gmane.org; Sun, 08 Jun 2008 13:53:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K5P55-00021X-Mg for emacs-devel@gnu.org; Sun, 08 Jun 2008 13:53:27 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K5P53-00020w-Vi for emacs-devel@gnu.org; Sun, 08 Jun 2008 13:53:27 -0400 Original-Received: from [199.232.76.173] (port=41907 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K5P53-00020n-S7 for emacs-devel@gnu.org; Sun, 08 Jun 2008 13:53:25 -0400 Original-Received: from main.gmane.org ([80.91.229.2]:47154 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K5P53-0000uL-GQ for emacs-devel@gnu.org; Sun, 08 Jun 2008 13:53:25 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1K5P4w-0006K5-S5 for emacs-devel@gnu.org; Sun, 08 Jun 2008 17:53:18 +0000 Original-Received: from e178020087.adsl.alicedsl.de ([85.178.20.87]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 08 Jun 2008 17:53:18 +0000 Original-Received: from david.hansen by e178020087.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 08 Jun 2008 17:53:18 +0000 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 12 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: e178020087.adsl.alicedsl.de Mail-Copies-To: nobody User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:D6WMJAlkinwX2E7Ig/BM+AnqnGc= X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:98701 Archived-At: On Sun, 08 Jun 2008 15:07:09 +0200 martin rudalics wrote: >> But the commands named `*-other' should obviously use some *other* >> window. Actually the term "other window" is pretty well defined via the >> command `other-window'. > > My bad - I checked in a fix. Please try again on robotron. Nice, and at a first glance it looks like `sensible' splitting is pretty much doing what I want. David