From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Re: split-window-preferred-function Date: Sat, 05 Apr 2008 00:14:53 +0200 Message-ID: <87myo9w9lu.fsf@member.fsf.org> References: <47E188D5.5030502@gmx.at> <87hcf1rrdj.fsf@jurta.org> <87r6e3k3hc.fsf@jurta.org> <87d4pfzt2j.fsf@jurta.org> <47ED4BF7.9060507@gmx.at> <871w5utnac.fsf@jurta.org> <47EE064A.1060105@gmx.at> <874papk8zl.fsf@jurta.org> <47F34982.2000706@gmx.at> <87hcejc318.fsf@jurta.org> <87ve2zo1y5.fsf@member.fsf.org> <87bq4qfyuu.fsf@jurta.org> <87ve2yx7fz.fsf@member.fsf.org> <87y77twn6n.fsf@member.fsf.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1207347311 10257 80.91.229.12 (4 Apr 2008 22:15:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 4 Apr 2008 22:15:11 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Apr 05 00:15:43 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 1JhuCD-0007tQ-ST for ged-emacs-devel@m.gmane.org; Sat, 05 Apr 2008 00:15:42 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JhuBa-0007HB-Sy for ged-emacs-devel@m.gmane.org; Fri, 04 Apr 2008 18:15:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JhuBX-0007H6-70 for emacs-devel@gnu.org; Fri, 04 Apr 2008 18:14:59 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JhuBU-0007Gn-MW for emacs-devel@gnu.org; Fri, 04 Apr 2008 18:14:57 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JhuBU-0007Gh-KN for emacs-devel@gnu.org; Fri, 04 Apr 2008 18:14:56 -0400 Original-Received: from out4.smtp.messagingengine.com ([66.111.4.28]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JhuBU-0006lL-Ez for emacs-devel@gnu.org; Fri, 04 Apr 2008 18:14:56 -0400 Original-Received: from compute2.internal (compute2.internal [10.202.2.42]) by out1.messagingengine.com (Postfix) with ESMTP id 2E63EE554C for ; Fri, 4 Apr 2008 18:14:56 -0400 (EDT) Original-Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute2.internal (MEProxy); Fri, 04 Apr 2008 18:14:56 -0400 X-Sasl-enc: bkDh6HNC4qB4AVd9yx7iKq3hXGkGJd0QQnd9+CI2f/qa 1207347295 Original-Received: from localhost (dslb-092-072-009-019.pools.arcor-ip.net [92.72.9.19]) by mail.messagingengine.com (Postfix) with ESMTPA id 5E37D1365D for ; Fri, 4 Apr 2008 18:14:55 -0400 (EDT) Mail-Followup-To: emacs-devel@gnu.org In-Reply-To: (Stefan Monnier's message of "Fri, 04 Apr 2008 16:21:01 -0400") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:94385 Archived-At: Stefan Monnier writes: >>> I still think this is wrong: the choice should be based on >>> split-window-preferred-aspect-ratio. > >> I cannot imagine how that would work. Especially what would prevent >> splitting to create windows which are too narrow? > > The height and width thresholds would, of course. Ah, ok. I've thought split-window-preferred-aspect-ratio would obsolete those two. So now I agree with you. Bye, Tassilo