[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
`split-window-preferred-horizontally'
From: |
David Hansen |
Subject: |
`split-window-preferred-horizontally' |
Date: |
Fri, 06 Jun 2008 21:44:20 +0200 |
User-agent: |
Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.60 (gnu/linux) |
Hello,
why was `split-window-preferred-horizontally' removed? It did exactly
what I wanted. How am i supposed to get the old behavior back? I had
(setq split-window-preferred-function
#'(lambda (window)
(when (>= (frame-width) 160)
(split-window-preferred-horizontally window))))
In my ~/.emacs. Right now I'm trying
(setq split-window-preferred-function 'sensibly)
But it behaves pretty weird. E.g in a huge frame split once
horizontally `iswitchb-buffer-other-window' chooses the same window, as
does C-h k (IMHO these are bugs).
David
- `split-window-preferred-horizontally',
David Hansen <=
- Re: `split-window-preferred-horizontally', martin rudalics, 2008/06/06
- Re: `split-window-preferred-horizontally', David Hansen, 2008/06/06
- Re: `split-window-preferred-horizontally', martin rudalics, 2008/06/07
- Re: `split-window-preferred-horizontally', David Hansen, 2008/06/07
- Re: `split-window-preferred-horizontally', martin rudalics, 2008/06/08
- Re: `split-window-preferred-horizontally', David Hansen, 2008/06/08
- Re: `split-window-preferred-horizontally', David Hansen, 2008/06/09
- Re: `split-window-preferred-horizontally', martin rudalics, 2008/06/10
- Re: `split-window-preferred-horizontally', Stefan Monnier, 2008/06/10
- Re: `split-window-preferred-horizontally', Stefan Monnier, 2008/06/06