From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.help Subject: Re: How to configure default widow splitting orientation Date: Tue, 02 Sep 2008 21:49:46 +0200 Message-ID: <87ljyae3ad.fsf@thinkpad.tsdh.de> References: <87bpz6pj4q.fsf@hubble.informatimago.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1220385184 522 80.91.229.12 (2 Sep 2008 19:53:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 2 Sep 2008 19:53:04 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Sep 02 21:53:59 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KabwN-0008WQ-S3 for geh-help-gnu-emacs@m.gmane.org; Tue, 02 Sep 2008 21:53:28 +0200 Original-Received: from localhost ([127.0.0.1]:58807 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KabvO-0001Fj-SC for geh-help-gnu-emacs@m.gmane.org; Tue, 02 Sep 2008 15:52:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kabv3-0001CO-F3 for help-gnu-emacs@gnu.org; Tue, 02 Sep 2008 15:52:05 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kabv0-00019o-Sl for help-gnu-emacs@gnu.org; Tue, 02 Sep 2008 15:52:04 -0400 Original-Received: from [199.232.76.173] (port=50203 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kabv0-00019l-K2 for help-gnu-emacs@gnu.org; Tue, 02 Sep 2008 15:52:02 -0400 Original-Received: from main.gmane.org ([80.91.229.2]:53110 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Kabv0-000892-77 for help-gnu-emacs@gnu.org; Tue, 02 Sep 2008 15:52:02 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Kabut-0001To-04 for help-gnu-emacs@gnu.org; Tue, 02 Sep 2008 19:51:55 +0000 Original-Received: from p54af238f.dip0.t-ipconnect.de ([84.175.35.143]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 02 Sep 2008 19:51:54 +0000 Original-Received: from tassilo by p54af238f.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 02 Sep 2008 19:51:54 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 32 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: p54af238f.dip0.t-ipconnect.de User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:wWedpvSgABRDd3Or4BMFiy7dS5g= X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:57197 Archived-At: pjb@informatimago.com (Pascal J. Bourguignon) writes: > "Francis Moreau" writes: >> I'm trying to do that but fail to find any solutions. >> >> Could someone give me some advices ? > > You choose between C-x 2 and C-x 3 I think he means how to control automatic splitting. In Emacs 23 there's ,----[ C-h v split-window-preferred-function RET ] | split-window-preferred-function's value is nil | | Documentation: | Function used by `display-buffer' to split windows. | If non-nil, a function called with a window as single argument | supposed to split that window and return the new window. If the | function returns nil the window is not split. | | If nil, `display-buffer' will split the window respecting the | values of `split-height-threshold' and `split-width-threshold'. | | You can customize this variable. | | This variable was introduced, or its default value was changed, in | version 23.1 of Emacs. `---- Bye, Tassilo