GNU bug report logs - #888
23.0.60; window height 2 too small (after splitting)

Previous Next

Package: emacs;

Reported by: "Drew Adams" <drew.adams <at> oracle.com>

Date: Thu, 4 Sep 2008 16:35:03 UTC

Severity: normal

Done: martin rudalics <rudalics <at> gmx.at>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: "Drew Adams" <drew.adams <at> oracle.com>
To: "'martin rudalics'" <rudalics <at> gmx.at>
Cc: <888 <at> debbugs.gnu.org>
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))))))))






This bug report was last modified 16 years and 257 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.