help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: limit number and types of windows on 'Compile Command` to 2?


From: Tassilo Horn
Subject: Re: limit number and types of windows on 'Compile Command` to 2?
Date: Sat, 01 Feb 2014 00:37:48 +0100
User-agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux)

ivowel@gmail.com writes:

> I would like to imitate the "old" behavior, where one could only have
> two windows (current plus compile), and they were lower and upper
> windows, not left and right windows.  how would I set this?

Set `split-width-threshold' to a reasonably large value.

,----[ C-h v split-width-threshold RET ]
| split-width-threshold is a variable defined in `window.el'.
| Its value is 152
| Original value was 160
| 
| Documentation:
| Minimum width for splitting windows sensibly.
| If this is an integer, `split-window-sensibly' may split a window
| horizontally only if it has at least this many columns.  If this
| is nil, `split-window-sensibly' is not allowed to split a window
| horizontally.
| 
| You can customize this variable.
| 
| This variable was introduced, or its default value was changed, in
| version 23.1 of Emacs.
`----

Bye,
Tassilo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]