From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: M-x compile and window splitting Date: Sun, 03 May 2009 15:58:55 -0400 Message-ID: References: <87k552s8y6.fsf@thinkpad.tsdh.de> <49FBEF60.9010304@gmx.at> <000f01c9cb2b$9fa54310$0200a8c0@us.oracle.com> <49FC98B6.4010000@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1241380759 29108 80.91.229.12 (3 May 2009 19:59:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 3 May 2009 19:59:19 +0000 (UTC) Cc: 'Frank Schmitt' , Drew Adams , emacs-devel@gnu.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun May 03 21:59:09 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 1M0hq9-0007b0-AP for ged-emacs-devel@m.gmane.org; Sun, 03 May 2009 21:59:09 +0200 Original-Received: from localhost ([127.0.0.1]:42809 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M0hq8-0007nh-DJ for ged-emacs-devel@m.gmane.org; Sun, 03 May 2009 15:59:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M0hq2-0007nb-LA for emacs-devel@gnu.org; Sun, 03 May 2009 15:59:02 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M0hpx-0007nO-4T for emacs-devel@gnu.org; Sun, 03 May 2009 15:59:01 -0400 Original-Received: from [199.232.76.173] (port=48672 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M0hpw-0007nL-Se for emacs-devel@gnu.org; Sun, 03 May 2009 15:58:56 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:23943) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M0hpw-000092-7B for emacs-devel@gnu.org; Sun, 03 May 2009 15:58:56 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AsYFAJ+U/UnO+IYe/2dsb2JhbACBUMoTg30FhUc X-IronPort-AV: E=Sophos;i="4.40,287,1238990400"; d="scan'208";a="37931874" Original-Received: from 206-248-134-30.dsl.teksavvy.com (HELO ceviche.home) ([206.248.134.30]) by ironport2-out.teksavvy.com with ESMTP; 03 May 2009 15:58:55 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 28415B526D; Sun, 3 May 2009 15:58:55 -0400 (EDT) In-Reply-To: <49FC98B6.4010000@gmx.at> (martin rudalics's message of "Sat, 02 May 2009 21:02:14 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.93 (gnu/linux) X-detected-operating-system: 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:110622 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. Usually we put this in the NEWS file. Also, the different entries should be combined into a single one. Stefan