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: martin rudalics
Subject: bug#888: 23.0.60; window height 2 too small (after splitting)
Date: Fri, 05 Sep 2008 09:31:37 +0200
User-agent: Thunderbird 2.0.0.16 (Windows/20080708)

> I can't until I get another Windows binary - probably in about a month. But 
I'm
> sure you DTRT - thanks!

Why wait?  All you have to do is 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))))))))

martin






reply via email to

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