From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alexander Shukaev Newsgroups: gmane.emacs.help Subject: First split horizontally, and then vertically Date: Tue, 11 Aug 2015 22:37:42 +0200 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1439325480 13485 80.91.229.3 (11 Aug 2015 20:38:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 11 Aug 2015 20:38:00 +0000 (UTC) To: help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Aug 11 22:38:00 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZPGJ3-0004OK-0M for geh-help-gnu-emacs@m.gmane.org; Tue, 11 Aug 2015 22:37:57 +0200 Original-Received: from localhost ([::1]:35817 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZPGJ2-0007Rw-GU for geh-help-gnu-emacs@m.gmane.org; Tue, 11 Aug 2015 16:37:56 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44260) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZPGIr-0007Rr-HN for help-gnu-emacs@gnu.org; Tue, 11 Aug 2015 16:37:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZPGIq-0007Js-Q5 for help-gnu-emacs@gnu.org; Tue, 11 Aug 2015 16:37:45 -0400 Original-Received: from mail-lb0-x232.google.com ([2a00:1450:4010:c04::232]:35887) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZPGIq-0007Ja-Hz for help-gnu-emacs@gnu.org; Tue, 11 Aug 2015 16:37:44 -0400 Original-Received: by lbbpu9 with SMTP id pu9so92992089lbb.3 for ; Tue, 11 Aug 2015 13:37:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=F/FtRnoV1gSodHzj8qzoQTq/q3GSkSg/SZdCysiRDUw=; b=DGYyVplimw854N1988okCPpBqBDKkIQShLK392rms4/chGq120vLm9gyrOGu+Q+L6v djd+RaymG5sp/B3h5ZvVCTheHx4LtUfffCAyQpIO3FGhuOE1RAX4uuw8lsCL0JDgupC1 m1cXz8GFTSX/yTVnuQvZAfQHQTQoTTWNqyiyn5OrwS/W3CpzxkCnQ8foGIkshM1pTz8z AarNpnGeTmDXyG93KqSsM59EjNtFhC2Yq9ar4zY5msK9jx9e6erZblmDsbZ2w4sJy3hd RkWeTDkyzbemjJ/O1vxbcg4u6S+AHUVvYOvMSvVe1ipCFhLCJSLTYrjPTYfO43v3gaYM vaag== X-Received: by 10.152.20.228 with SMTP id q4mr10448187lae.74.1439325462993; Tue, 11 Aug 2015 13:37:42 -0700 (PDT) Original-Received: by 10.112.34.17 with HTTP; Tue, 11 Aug 2015 13:37:42 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::232 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:106475 Archived-At: Hello, which values should I put into (setq-default split-width-threshold ?) (setq-default split-height-threshold ?) so that Emacs first splits windows horizontally (until the limit) and only then splits them vertically. Schematically this would look as follows: +-----+ | | | | | | +-----+ +--+--+ | | | | | | | | | +--+--+ +--+--+ | | | +--+ | | | | +--+--+ +--+--+ +--+ | +--+ | | | | +--+--+ +--+--+ +--+ | +--+--+ | | | +--+--+ etc. Thanks. Regards, Alexander