From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.help Subject: Re: Vertical window split by default Date: Fri, 20 Mar 2009 15:09:38 +0100 Message-ID: References: <80ljr09v2g.fsf@one.net> 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 1237558530 12767 80.91.229.12 (20 Mar 2009 14:15:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 20 Mar 2009 14:15:30 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Chris McMahan Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Mar 20 15:11:35 2009 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 1LkfRc-0004sU-8A for geh-help-gnu-emacs@m.gmane.org; Fri, 20 Mar 2009 15:11:32 +0100 Original-Received: from localhost ([127.0.0.1]:36471 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LkfQF-0007sj-Ad for geh-help-gnu-emacs@m.gmane.org; Fri, 20 Mar 2009 10:10:07 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LkfPs-0007sa-LA for help-gnu-emacs@gnu.org; Fri, 20 Mar 2009 10:09:44 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LkfPo-0007qv-8E for help-gnu-emacs@gnu.org; Fri, 20 Mar 2009 10:09:44 -0400 Original-Received: from [199.232.76.173] (port=39899 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LkfPn-0007qo-Sb for help-gnu-emacs@gnu.org; Fri, 20 Mar 2009 10:09:39 -0400 Original-Received: from mail-ew0-f160.google.com ([209.85.219.160]:61709) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LkfPn-0004Zy-J4 for help-gnu-emacs@gnu.org; Fri, 20 Mar 2009 10:09:39 -0400 Original-Received: by ewy4 with SMTP id 4so1198743ewy.42 for ; Fri, 20 Mar 2009 07:09:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=naMc2aacH/w9mYhPdfIs2m6ftZ2ocZXkXbSa+Jxa1tg=; b=aNHZKdL8IKPujK/rOj2+xbDNkpDzovIHsqleKH7au0kXWdmjQVL3LFGCzSSqyEsKaK ZnpiL2BdGNPgLCbGj7uPLoXxyeX90kq24m4LtfE1NpoJ+iN2Z4jopS4TaBtCaW4BDihb zSq9M2xRd+Er/XZPLu0OI+tH8xBBir9XqPnVk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=tA5O+LvBD+RItJmJc1k7WAOG8UVTsZkGnKZpOwcNuggo0rddMBX1N9CddM/Tau+9On jkkcYQeIshQdK6ErV6btiLX6BldJgRy6Ga/xdlqdPzn1SO/hV/9WLXp1O0lzCzXodZ++ rDYNJpVapWB60XCnLKALUN5OtPGQgwy4z0gn4= Original-Received: by 10.210.88.3 with SMTP id l3mr2880170ebb.11.1237558178200; Fri, 20 Mar 2009 07:09:38 -0700 (PDT) In-Reply-To: <80ljr09v2g.fsf@one.net> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:63135 On Fri, Mar 20, 2009 at 14:34, Chris McMahan wrote: : If the value is nil, : `display-buffer' cannoCt split a window horizontally. > I have it set to a value wider than my current diminutive moniter (MSI > Wind netbook) can handle, and the splits are now occurring vertically > instead of horizontally. Why aren't you just setting it to nil? Juanma