From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.devel Subject: RE: M-x compile and window splitting Date: Sat, 2 May 2009 06:40:56 -0700 Message-ID: <000f01c9cb2b$9fa54310$0200a8c0@us.oracle.com> References: <87k552s8y6.fsf@thinkpad.tsdh.de> <49FBEF60.9010304@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1241271688 18656 80.91.229.12 (2 May 2009 13:41:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 2 May 2009 13:41:28 +0000 (UTC) Cc: emacs-devel@gnu.org To: "'martin rudalics'" , "'Frank Schmitt'" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat May 02 15:41:19 2009 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 1M0FSv-0001RX-5u for ged-emacs-devel@m.gmane.org; Sat, 02 May 2009 15:41:17 +0200 Original-Received: from localhost ([127.0.0.1]:47215 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M0FSu-000690-HU for ged-emacs-devel@m.gmane.org; Sat, 02 May 2009 09:41:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M0FSq-00068l-EW for emacs-devel@gnu.org; Sat, 02 May 2009 09:41:12 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M0FSl-00067o-Vf for emacs-devel@gnu.org; Sat, 02 May 2009 09:41:12 -0400 Original-Received: from [199.232.76.173] (port=54903 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M0FSl-00067l-TH for emacs-devel@gnu.org; Sat, 02 May 2009 09:41:07 -0400 Original-Received: from acsinet12.oracle.com ([141.146.126.234]:32729) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1M0FSl-0001eu-DE for emacs-devel@gnu.org; Sat, 02 May 2009 09:41:07 -0400 Original-Received: from rgminet15.oracle.com (rcsinet15.oracle.com [148.87.113.117]) by acsinet12.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n42Detf9016175 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sat, 2 May 2009 13:40:56 GMT Original-Received: from acsmt705.oracle.com (acsmt705.oracle.com [141.146.40.83]) by rgminet15.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n42DexhY031023; Sat, 2 May 2009 13:40:59 GMT Original-Received: from dradamslap1 (/141.144.160.112) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Sat, 02 May 2009 06:40:57 -0700 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <49FBEF60.9010304@gmx.at> Thread-Index: AcnK9stmXue5RcSuStar6/GSVyUHxgAM9GRQ X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3350 X-Source-IP: acsmt705.oracle.com [141.146.40.83] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A010201.49FC4D6A.02D4:SCFMA4539814,ss=1,fgs=0 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 1) 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:110609 Archived-At: > ** Changes affecting display-buffer > > *** display-buffer tries to be smarter when splitting an > existing window. > **** The new option split-window-preferred-function lets you either > choose among a number of standard methods to split the window > or provide > your own splitting function. > **** The new function split-window-sensibly which provides the default > value for split-window-preferred-function tries to split a window > horizontally when vertical splitting fails. > **** split-height-threshold and the new option > split-width-threshold let > you specify in more detail whether and how split-window-sensibly shall > split the window. > **** A window can be split vertically even when it's not full-width. > > *** If pop-up-frames has the value `graphic-only', display-buffer > makes a separate frame on graphic displays only. > > *** select-frame and set-frame-selected-window have a new optional > argument NORECORD. If non-nil, this avoids messing with the order of > recently selected windows and the buffer list and allow to more > correctly identify the window least recently used when displaying a > buffer. Thanks. If (and only if) it can be said in just a few words, how about mentioning how to get back (~) the previous behavior wrt window splitting?