From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: M-x compile and window splitting Date: Sat, 02 May 2009 21:02:14 +0200 Message-ID: <49FC98B6.4010000@gmx.at> References: <87k552s8y6.fsf@thinkpad.tsdh.de> <49FBEF60.9010304@gmx.at> <000f01c9cb2b$9fa54310$0200a8c0@us.oracle.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1241291075 726 80.91.229.12 (2 May 2009 19:04:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 2 May 2009 19:04:35 +0000 (UTC) Cc: 'Frank Schmitt' , emacs-devel@gnu.org To: Drew Adams Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat May 02 21:04:25 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 1M0KVW-0002cQ-QK for ged-emacs-devel@m.gmane.org; Sat, 02 May 2009 21:04:19 +0200 Original-Received: from localhost ([127.0.0.1]:49622 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M0KVW-0006lS-2T for ged-emacs-devel@m.gmane.org; Sat, 02 May 2009 15:04:18 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M0KVP-0006lL-UX for emacs-devel@gnu.org; Sat, 02 May 2009 15:04:11 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M0KVK-0006l1-8J for emacs-devel@gnu.org; Sat, 02 May 2009 15:04:10 -0400 Original-Received: from [199.232.76.173] (port=34277 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M0KVK-0006ky-3X for emacs-devel@gnu.org; Sat, 02 May 2009 15:04:06 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]:35282) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1M0KVJ-00028K-Cl for emacs-devel@gnu.org; Sat, 02 May 2009 15:04:05 -0400 Original-Received: (qmail invoked by alias); 02 May 2009 19:04:03 -0000 Original-Received: from 88-117-36-121.adsl.highway.telekom.at (EHLO [88.117.36.121]) [88.117.36.121] by mail.gmx.net (mp030) with SMTP; 02 May 2009 21:04:03 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX18p7Yo0niEpveoJB++ijTRjzM5muXjiJx9DV/KDwi 981YqGJAZNYfX2 User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) In-Reply-To: <000f01c9cb2b$9fa54310$0200a8c0@us.oracle.com> X-Y-GMX-Trusted: 0 X-FuHaFi: 0.79 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:110613 Archived-At: > 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? Good idea. I shall try to explain this in the doc-string of `split-window-preferred-function' (which would have to be set to `split-window-vertically') and the manual. Thanks, martin.