From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benjamin Andresen Subject: Re: Vertical split in Emacs 23 Date: Wed, 15 Jul 2009 20:08:38 +0200 Message-ID: <87vdltom3d.fsf@in-ulm.de> References: <87tz1dsulc.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MR8uP-0001tR-En for emacs-orgmode@gnu.org; Wed, 15 Jul 2009 14:08:49 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MR8uL-0001tB-0s for emacs-orgmode@gnu.org; Wed, 15 Jul 2009 14:08:49 -0400 Received: from [199.232.76.173] (port=53527 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MR8uK-0001t8-UT for emacs-orgmode@gnu.org; Wed, 15 Jul 2009 14:08:44 -0400 Received: from mail.in-ulm.de ([217.10.8.10]:54265) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1MR8uK-0001QZ-AW for emacs-orgmode@gnu.org; Wed, 15 Jul 2009 14:08:44 -0400 In-Reply-To: <87tz1dsulc.fsf@gmail.com> (Paul Mead's message of "Wed, 15 Jul 2009 18:51:27 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hey Paul, Paul Mead writes: > Hi, > > I've recently upgraded to Emacs 23, and I'm not at all impressed with > the vertical split that it seems to prefer when there's supposedly > enough buffer width to allow it - the Agenda gets squashed up and things > like the TODO quick selection menus look terrible. > > Is there a way of changing this back to the old behaviour? I don't know if this will exactly revert it back to the previous behavior, but if you change `split-width-threshold' to a bigger number (e.g. 999) than the default it should be more sensible looking. > Thanks > Paul br, benny