From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lave Newsgroups: gmane.emacs.help Subject: Re: How to configure default widow splitting orientation Date: Wed, 3 Sep 2008 20:06:05 +0800 Message-ID: <29de18070809030506y6d9b34a0pbf58670df23832e4@mail.gmail.com> References: <87bpz6pj4q.fsf@hubble.informatimago.com> <87ljyae3ad.fsf@thinkpad.tsdh.de> <38b2ab8a0809030309w1fafb621sf01c4bb830feb968@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1220448119 10171 80.91.229.12 (3 Sep 2008 13:21:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 3 Sep 2008 13:21:59 +0000 (UTC) Cc: Tassilo Horn , help-gnu-emacs@gnu.org To: "Francis Moreau" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Sep 03 15:22:54 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 1KasJc-0006vA-JB for geh-help-gnu-emacs@m.gmane.org; Wed, 03 Sep 2008 15:22:32 +0200 Original-Received: from localhost ([127.0.0.1]:42448 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KasId-00044Q-8T for geh-help-gnu-emacs@m.gmane.org; Wed, 03 Sep 2008 09:21:31 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kar7h-0002DZ-AB for help-gnu-emacs@gnu.org; Wed, 03 Sep 2008 08:06:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kar7f-0002Bw-Oj for help-gnu-emacs@gnu.org; Wed, 03 Sep 2008 08:06:08 -0400 Original-Received: from [199.232.76.173] (port=51340 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kar7f-0002Bk-Hu for help-gnu-emacs@gnu.org; Wed, 03 Sep 2008 08:06:07 -0400 Original-Received: from wa-out-1112.google.com ([209.85.146.176]:64485) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kar7f-0007gW-Mn for help-gnu-emacs@gnu.org; Wed, 03 Sep 2008 08:06:08 -0400 Original-Received: by wa-out-1112.google.com with SMTP id m34so2052434wag.10 for ; Wed, 03 Sep 2008 05:06:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=1PT8aaV+nbaS5kQIHHtHHQbVn3hiEd5TU9okDvSHLKs=; b=lW8Ohp/56ccF2cHe6Poir40DXLGInRCsxCmrV5VZ+FHOdhnYFDfAZjawLXhqRy9PaB MXqajG/XQaNSdr+cnYQQMN9OHjKt3iv9BmKmXFU+4FAlpR5xQL6G0ITAGkmhnxtO75ow MtT8eHL35FM8a4hzcuRITar2yT0+6R8u71M54= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=d9L7ktvLhtsWrGmV7YyqG1THdsjsO0dDLQCEdO5/TZfrzbC/vILRVZRs6MU29xq+sP M1L/tRHeEHoKoBmT/7W3Y/RlTYhn/6i6PcfNPxXKJBpUUIGn77SR5YsFMMB3nStCR6WV f+axHmH29W3mmJZm1zSbvE5eQHlBJehRNE90M= Original-Received: by 10.115.90.1 with SMTP id s1mr7338387wal.214.1220443565042; Wed, 03 Sep 2008 05:06:05 -0700 (PDT) Original-Received: by 10.115.33.7 with HTTP; Wed, 3 Sep 2008 05:06:05 -0700 (PDT) In-Reply-To: <38b2ab8a0809030309w1fafb621sf01c4bb830feb968@mail.gmail.com> Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-Mailman-Approved-At: Wed, 03 Sep 2008 09:20:18 -0400 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:57223 Archived-At: I ever tried that, I put split-window-horizontally and split-window-vertically 's combination with their parameters into .emacs. And after startup, emacs splited to N windows. Is it what you want? 2008/9/3, Francis Moreau : > On Tue, Sep 2, 2008 at 9:49 PM, Tassilo Horn wrote: > > 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 > > > > yes I do > > > ,----[ 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. > > `---- > > > > Bad luck I'm currently using emacs 22.2.1 from FC9. > > -- > Francis > > >