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, 02 Oct 2009 03:12:30 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

> martin rudalics wrote:

>> (defun window-full-height-p (&optional window)
>>   (unless window
>>     (setq window (selected-window)))
>>   (= (window-height window)
>>      (window-height (frame-root-window (window-frame window)))))

Please could this be installed?





reply via email to

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