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

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

bug#13073: 24.0.91; (window-width) doesn't take into account text-scale-


From: Raimon Grau
Subject: bug#13073: 24.0.91; (window-width) doesn't take into account text-scale-adjust 'ed buffers
Date: Tue, 04 Dec 2012 02:32:22 +0100

I'm trying to get the maximum number of chars that a line would accept
without overflowing of wrapping

(window-width) gives the number of columns of a given window, but if I
increase the size of the font, window-width doesn't change the
value returned.

steps to reproduce
$ emacs -Q
m-x (window-width) => 80
c-x c-+
m-x (window-width) => 80

visual-line-mode *does* take text scale adjustments into account, so the
knowledge about how to cope with text scale is in emacs somewhere at
least.

Regards,

Raimon Grau





reply via email to

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