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: Mon, 09 Jun 2008 22:54:47 +0200 Organization: disorganized Message-ID: <87zlpucors.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> <87ve0jzuj3.fsf@localhorst.mine.nu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1213045729 24782 80.91.229.12 (9 Jun 2008 21:08:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 9 Jun 2008 21:08:49 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 09 23:09:31 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 1K5ocL-0006i2-9Q for ged-emacs-devel@m.gmane.org; Mon, 09 Jun 2008 23:09:29 +0200 Original-Received: from localhost ([127.0.0.1]:39037 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K5obX-0001JF-VL for ged-emacs-devel@m.gmane.org; Mon, 09 Jun 2008 17:08:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K5obR-0001Hm-Uj for emacs-devel@gnu.org; Mon, 09 Jun 2008 17:08:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K5obQ-0001H7-H9 for emacs-devel@gnu.org; Mon, 09 Jun 2008 17:08:33 -0400 Original-Received: from [199.232.76.173] (port=60427 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K5obQ-0001H2-6T for emacs-devel@gnu.org; Mon, 09 Jun 2008 17:08:32 -0400 Original-Received: from main.gmane.org ([80.91.229.2]:50943 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 1K5obP-00071O-RQ for emacs-devel@gnu.org; Mon, 09 Jun 2008 17:08:32 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1K5obK-0000aj-7t for emacs-devel@gnu.org; Mon, 09 Jun 2008 21:08:26 +0000 Original-Received: from e178059122.adsl.alicedsl.de ([85.178.59.122]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 09 Jun 2008 21:08:26 +0000 Original-Received: from david.hansen by e178059122.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 09 Jun 2008 21:08:26 +0000 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 23 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: e178059122.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:LS4AmIaZIoV31HlaIhDS1zzNTpw= 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:98824 Archived-At: On Sun, 08 Jun 2008 19:49:36 +0200 David Hansen wrote: > 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. One annoyance left: when I have one frame split horizontally, then enter the minibuffer and something triggers display of completions, the completions are displayed in the window that was active before i entered the minibuffer. IMHO completions should be displayed in the window that was the "other window" before I entered the minibuffer (it does so with one vertically split). David