all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jason Rumney <jasonrumney@gmail.com>
To: gnu.emacs.help@googlegroups.com
Cc: help-gnu-emacs@gnu.org
Subject: Re: Annoying change in "other window" behavior
Date: Tue, 23 Aug 2011 22:51:55 -0700 (PDT)	[thread overview]
Message-ID: <190733f2-a83a-42ea-a2b8-ff1d782db451@glegroupsg2000goo.googlegroups.com> (raw)
In-Reply-To: <mailman.1818.1314117273.939.help-gnu-emacs@gnu.org>

C-h n will give you the NEWS file, explaining all the changes in the latest version of Emacs.  In there you will find the answer you are looking for (how to get the old behaviour back):

** Changes affecting display-buffer

*** display-buffer tries to be smarter when splitting windows.
The new option split-window-preferred-function lets you specify your own
function to pop up new windows.  Its default value split-window-sensibly
can split a window either vertically or horizontally, whichever seems
more suitable in the current configuration.  You can tune the behavior
of split-window-sensibly by customizing split-height-threshold and the
new option split-width-threshold.  Both options now take the value nil
to inhibit splitting in one direction.  Setting split-width-threshold to
nil inhibits horizontal splitting and gets you the behavior of Emacs 22
in this respect.  In any case, display-buffer may now split the largest
window vertically even when it is not as wide as the containing frame.


This is for 23.3, for 23.2, you may not have the option of setting it to nil (judging by the wording above, this was added at a later date) but setting it to a very large value (more columns than will fit on your display) should also work.



  parent reply	other threads:[~2011-08-24  5:51 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-23  6:55 Annoying change in "other window" behavior MBR
2011-08-23  8:26 ` suvayu ali
2011-08-23 16:14   ` MBR
2011-08-23  8:30 ` suvayu ali
2011-08-23 11:34 ` Bernardo
2011-08-23 16:34   ` MBR
     [not found]   ` <mailman.1818.1314117273.939.help-gnu-emacs@gnu.org>
2011-08-24  5:51     ` Jason Rumney [this message]
2011-08-24 16:11       ` MBR

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=190733f2-a83a-42ea-a2b8-ff1d782db451@glegroupsg2000goo.googlegroups.com \
    --to=jasonrumney@gmail.com \
    --cc=gnu.emacs.help@googlegroups.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.