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 14:37:20 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

martin rudalics wrote:

> (defun window-full-height-p (&optional window)
>   "Return t if WINDOW is as high as the root window of its frame.
> WINDOW defaults to the selected window.
>
> This function returns t if and only if there is no other window
> above WINDOW and there is either no other window below WINDOW or
> the minibuffer window appears right below WINDOW."

I would just say something like:

  "Return non-nil if WINDOW is not the result of a vertical split.
WINDOW defaults to the selected window.  (This function is not
appropriate for minibuffers.)"





reply via email to

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