| Subject: | bug#4543: window-full-height-p |
|---|---|
| From: | martin rudalics |
| Date: | Thu, 24 Sep 2009 09:04:21 +0200 |
| Newsgroups: | gnu.emacs.bug |
> I would like a window-full-height-p function, analogous to
> window-full-width-p.
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?
martin
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | bug#4535: toolkit dependence of frame-height, martin rudalics |
|---|---|
| Next by Date: | bug#4504: 23.1; [missing feature] `minibuffer-force-completion' does not cycle through completions, Bruno Barbier |
| Previous by Thread: | bug#4543: window-full-height-p, Glenn Morris |
| Next by Thread: | bug#4543: window-full-height-p, Glenn Morris |
| Indexes: | [Date] [Thread] [Top] [All Lists] |