GNU bug report logs - #4543
window-full-height-p

Previous Next

Package: emacs;

Reported by: Glenn Morris <rgm <at> gnu.org>

Date: Thu, 24 Sep 2009 03:50:04 UTC

Severity: wishlist

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: martin rudalics <rudalics <at> gmx.at>
Cc: 4543 <at> debbugs.gnu.org, Eli Zaretskii <eliz <at> gnu.org>
Subject: bug#4543: window-full-height-p
Date: Fri, 25 Sep 2009 10:37:26 -0400
> #define FRAME_TOTAL_COLS_ARG(f, width)		\
>      ((width)					\
>       + FRAME_SCROLL_BAR_COLS (f)		\
>       + FRAME_FRINGE_COLS (f))
> and

> #define FRAME_SCROLL_BAR_COLS(f)			\
>      (FRAME_HAS_VERTICAL_SCROLL_BARS (f)		\
>       ? FRAME_CONFIG_SCROLL_BAR_COLS (f)		\
>       : 0)

> etc ...  What are the scrollbars of a frame, I'm asking myself.

I agree it's rather odd to see such window properties counted
for frames.  There's probably some ugly counter-balancing calculations
in the window-size code.


        Stefan



This bug report was last modified 15 years and 286 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.