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

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

bug#888: 23.0.60; window height 2 too small (after splitting)


From: Drew Adams
Subject: bug#888: 23.0.60; window height 2 too small (after splitting)
Date: Sun, 7 Sep 2008 07:07:48 -0700

Yes, thanks. It works now.  - Drew

> put an `and' before the penultimate line in `window--try-to-split-window'
> like this (modulo some mangled tabs):
> 
>              ;; If WINDOW is the only window on its frame and not the
>              ;; minibuffer window, attempt to split it vertically
>              ;; disregarding the value of `split-height-threshold'.
>              (let ((split-height-threshold 0))
>                (and (window--splittable-p window)
>                     (split-window window))))))))








reply via email to

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