From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Frank Schmitt Newsgroups: gmane.emacs.devel Subject: Re: M-x compile and window splitting Date: Sat, 02 May 2009 12:26:24 +0200 Organization: Hamme net, kren mer och nimmi Message-ID: 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 X-Trace: ger.gmane.org 1241260013 24868 80.91.229.12 (2 May 2009 10:26:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 2 May 2009 10:26:53 +0000 (UTC) Cc: emacs-devel@gnu.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat May 02 12:26:43 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 1M0CQc-0005L7-6y for ged-emacs-devel@m.gmane.org; Sat, 02 May 2009 12:26:42 +0200 Original-Received: from localhost ([127.0.0.1]:47954 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M0CQb-0003Ux-BT for ged-emacs-devel@m.gmane.org; Sat, 02 May 2009 06:26:41 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M0CQV-0003Tw-4E for emacs-devel@gnu.org; Sat, 02 May 2009 06:26:35 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M0CQP-0003SQ-1G for emacs-devel@gnu.org; Sat, 02 May 2009 06:26:33 -0400 Original-Received: from [199.232.76.173] (port=54043 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M0CQO-0003SN-SG for emacs-devel@gnu.org; Sat, 02 May 2009 06:26:28 -0400 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]:4298) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M0CQO-0001vg-88 for emacs-devel@gnu.org; Sat, 02 May 2009 06:26:28 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id B00CF789B277; Sat, 2 May 2009 12:26:25 +0200 (CEST) Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 14522-07; Sat, 2 May 2009 12:26:24 +0200 (CEST) X-CHKRCPT: Envelopesender vrfy ich@frank-schmitt.net Original-Received: from zoidberg.uni-koblenz.de (zoidberg.uni-koblenz.de [141.26.69.172]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 8942F789B5A0; Sat, 2 May 2009 12:26:24 +0200 (CEST) Original-Received: from zoidberg.uni-koblenz.de.Frank-Schmitt.net (zoidberg.uni-koblenz.de [127.0.0.1]) by zoidberg.uni-koblenz.de (Postfix) with ESMTP id 5C9A3114001; Sat, 2 May 2009 12:26:24 +0200 (CEST) X-Face: :EL9TzGRN){7|oE2~xQ8Q(VjpjsXgX$~gi&rYD5J5p)$w\Thdl~v:7h`/n)J!8nXT%_+Wj6}@EHM8}QbA(9nX-wrQ:ch1%DauV[?kFasXUcnL#+"K8zOx&$@/M'/}, q-eztaJra1|?C+p$h\2XnK-HB"8_U (martin rudalics's message of "Sat, 02 May 2009 08:59:44 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux) X-Virus-Scanned: amavisd-new at uni-koblenz.de X-detected-operating-system: by monty-python.gnu.org: GNU/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:110604 Archived-At: martin rudalics writes: > Are the lines below more helpful? Yes, definitely. > ----------------------------------- > ** 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. > ------- > > -- Have you ever considered how much text can fit in eighty columns? Given that a signature typically contains up to four lines of text, this space allows you to attach a tremendous amount of valuable information to your messages. Seize the opportunity and don't waste your signature on bullshit that nobody cares about.