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

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

bug#4543: window-full-height-p


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?





reply via email to

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