On 2009-08-21 22:39 +0200, Josue Abarca wrote: > Using "emacs -nw" and "emacs -nw -q" > > M-x calendar split the windown horizontally[0] instead of > vertically[1] (the expected behavior)
See the NEWS file: ,---- | *** 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. `---- > With emacs (gtk mode) there is no problem. Because the frame is smaller than 160 characters (the default for split-width-threshold) there. Sven -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

