|
From: | Glenn Morris |
Subject: | bug#4543: window-full-height-p |
Date: | Fri, 25 Sep 2009 02:18:34 -0400 |
User-agent: | Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) |
martin rudalics wrote: > Would > > (defun window-full-height-p (&optional window) > (unless window > (setq window (selected-window))) > (= (window-height window) > (window-height (frame-root-window (window-frame window))))) > > fit? Seems to work fine for me, thanks. window-full-width-p has a simple C implementation, but perhaps the same thing is not possible for height?
[Prev in Thread] | Current Thread | [Next in Thread] |