From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: nospam@dev.null (Alexey Pustyntsev) Newsgroups: gmane.emacs.help Subject: Re: Changing horizontal window split default to vertical? Date: Tue, 20 Feb 2007 18:18:34 +1000 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1171958638 29553 80.91.229.12 (20 Feb 2007 08:03:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 20 Feb 2007 08:03:58 +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 Feb 20 09:03:42 2007 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 1HJPyO-0000de-0m for geh-help-gnu-emacs@m.gmane.org; Tue, 20 Feb 2007 09:03:40 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HJPyN-0003Ha-HL for geh-help-gnu-emacs@m.gmane.org; Tue, 20 Feb 2007 03:03:39 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HJPxl-0002x3-9C for help-gnu-emacs@gnu.org; Tue, 20 Feb 2007 03:03:01 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HJPxf-0002ul-0F for help-gnu-emacs@gnu.org; Tue, 20 Feb 2007 03:03:00 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HJPxe-0002uc-O2 for help-gnu-emacs@gnu.org; Tue, 20 Feb 2007 03:02:54 -0500 Original-Received: from [87.242.74.155] (helo=sycore.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HJPxe-0007kK-5J for help-gnu-emacs@gnu.org; Tue, 20 Feb 2007 03:02:54 -0500 Original-Received: by sycore.org (Postfix, from userid 8) id 5107BE4D9; Tue, 20 Feb 2007 11:02:28 +0300 (MSK) Original-Received: from sycore.org (d0243.ys.dialup.sakhalin.ru [195.72.251.243]) by sycore.org (Postfix) with ESMTP id C12CEE4CD for ; Tue, 20 Feb 2007 11:02:25 +0300 (MSK) Original-Received: from alexey by sycore.org with local (Exim 4.62) (envelope-from ) id 1HJQCo-0003GT-LY for help-gnu-emacs@gnu.org; Tue, 20 Feb 2007 18:18:34 +1000 User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/22.0.50 In-Reply-To: (Stephan Kuhagen's message of "Tue, 20 Feb 2007 06:50:54 +0100") X-detected-kernel: Linux 2.4-2.6 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:41341 Archived-At: Stephan Kuhagen writes: > My dear Emacs Wizards! > > Although I'm using the mighty Emacs for nearly 16 years now, I encountered a > new problem with its behaviour (of course, this is not the guilt of Emacs, > but of the now mainstream 16:10 displays): When I start Emacs with two > files (often a *cpp, and its *h), Emacs opens the two buffers in two > windows, one above and one below a horizontal splitter. I like to have them > left and right from a vertical splitter. Is there a switch or some magic > lisp setting, I can add to my .emacs to make Emacs do this? > > Regards and thanks > Stephan > > _______________________________________________ > help-gnu-emacs mailing list > help-gnu-emacs@gnu.org > http://lists.gnu.org/mailman/listinfo/help-gnu-emacs > How about (setq split-window-horizontally t) ? -- Rgds Alexey