From: Eli Zaretskii <eliz@gnu.org>
To: Vitalie Spinu <spinuvit@gmail.com>
Cc: 20022@debbugs.gnu.org
Subject: bug#20022: 24.4.90; window-body-height, window-body-width wrong value after text-scale-adjust
Date: Sat, 07 Mar 2015 20:12:34 +0200 [thread overview]
Message-ID: <83pp8kllrh.fsf@gnu.org> (raw)
In-Reply-To: <87vbic23j5.fsf@gmail.com>
> From: Vitalie Spinu <spinuvit@gmail.com>
> Cc: 20022@debbugs.gnu.org
> Date: Sat, 07 Mar 2015 18:09:02 +0200
>
> >>> Eli Zaretskii on Sat, 07 Mar 2015 11:49:01 +0200 wrote:
>
> >> After text-scale-adjust [C-x C-] window-height and window-width return
> >> the old (original) value.
>
> > As designed: the value is measured in canonical character units.
>
> The doc string of of `window-body-width` and `window-body-height` don't
> even mention the measurement unit.
It says "divided by the character width".
> The docs can easel be more
> explicit. Something along the following lines:
>
> Return the height of WINDOW's text area in canonical lines. The height
> of a canonical line is given by `frame-char-height`.
If there's agreement that mentioning canonical lines will make this
clear (personally, I'm not sure), I'm fine with that. But adding the
sentence about frame-char-height IMO just muddies the water: having a
term that needs to be explained by telling how to compute it sends a
confusing message.
> BTW, the "width of a “default” character" is confusing as of the
> conflicting meaning with the `default-font-height`. "Canonical" is a
> better term IMO.
They are both vague, and need a lot of explanations to fully
understand. Luckily, most people don't need to.
> I simply need the number of characters that can be fit in a single line
> in order to set the sub-process output width.
This can only be meaningfully computed if the text emitted by the
subprocess will be rendered in its entirety using the default face.
If that's what you need, it should be easy to provide such a function,
but I don't think we have it now. Martin might have some tricks up
his sleeve, though.
> Building on your "approximation" trick, I can get an approximate width
> in pixels of the character, then divide the width of the window in
> pixels by this width to get the approximate number of characters. Is
> there an easier way?
Not that I know of. We could provide a function for that, if this
functionality is deemed important enough.
next prev parent reply other threads:[~2015-03-07 18:12 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-06 22:31 bug#20022: 24.4.90; window-body-height, window-body-width wrong value after text-scale-adjust Vitalie Spinu
2015-03-07 9:41 ` martin rudalics
2015-03-07 9:49 ` Eli Zaretskii
2015-03-07 16:09 ` Vitalie Spinu
2015-03-07 17:58 ` martin rudalics
2015-03-07 20:49 ` Vitalie Spinu
2015-03-07 18:12 ` Eli Zaretskii [this message]
2015-03-07 20:46 ` Vitalie Spinu
2015-03-08 3:47 ` Eli Zaretskii
2015-03-08 10:03 ` martin rudalics
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=83pp8kllrh.fsf@gnu.org \
--to=eliz@gnu.org \
--cc=20022@debbugs.gnu.org \
--cc=spinuvit@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).