all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Steve Purcell <steve@sanityinc.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: 28248@debbugs.gnu.org, Dmitry Gutov <dgutov@yandex.ru>
Subject: bug#28248: 26.0.50; display-line-numbers does not affect window-width / window-text-width
Date: Tue, 17 Oct 2017 19:19:11 +1300	[thread overview]
Message-ID: <BC1886D2-EC6F-4219-8819-65E0CCE22C27@sanityinc.com> (raw)
In-Reply-To: <83d15mfqoj.fsf@gnu.org>

On 17 Oct 2017, at 15:34, Eli Zaretskii <eliz@gnu.org> wrote:
> 
>> That would be the actual amount of "screen estate used up for
>> line-number display".
>> 
>> Can I rely on the extra value always being 2?
> 
> As long as we don't change the implementation, yes.  Alternatively,
> you can call line-number-display-width with the optional argument and
> get the result in pixels, in which case it includes everything (you
> can divide by frame-char-width to get the result back in columns).


Thanks, this is helpful. I have some code which calculates the width of the buffer contents in characters, and calculating this pixelwise works nicely for me.

The odd thing is that there’s a one character discrepancy between graphical and terminal frames. It’s not related to the new line numbers support, since an adjustment for that discrepancy has always been necessary in the code, and the native line numbers are not present in the terminal anyway. Any idea where that one-column difference might be coming from?

https://github.com/purcell/page-break-lines/blob/610dbdc9d39a37912e2b8bfbd3e3d15c7e5d622f/page-break-lines.el#L128-L134




  reply	other threads:[~2017-10-17  6:19 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-27  5:40 bug#28248: 26.0.50; display-line-numbers does not affect window-width / window-text-width Steve Purcell
2017-08-27  9:15 ` Stephen Berman
2017-08-27 14:37   ` Eli Zaretskii
2017-08-27 14:32 ` Eli Zaretskii
2017-10-16 21:56   ` Dmitry Gutov
2017-10-17  2:34     ` Eli Zaretskii
2017-10-17  6:19       ` Steve Purcell [this message]
2017-10-17  7:01         ` Eli Zaretskii
2017-10-17  7:31           ` Steve Purcell
2017-10-17  8:15             ` Eli Zaretskii
2017-10-17  8:23       ` Dmitry Gutov
2017-10-17 16:33         ` Eli Zaretskii
2017-10-18  0:33           ` Dmitry Gutov
2017-10-18 16:35             ` Eli Zaretskii
2017-10-18 22:40               ` Dmitry Gutov
2017-10-19  3:15                 ` Eli Zaretskii
2017-10-20  9:44                   ` Eli Zaretskii

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=BC1886D2-EC6F-4219-8819-65E0CCE22C27@sanityinc.com \
    --to=steve@sanityinc.com \
    --cc=28248@debbugs.gnu.org \
    --cc=dgutov@yandex.ru \
    --cc=eliz@gnu.org \
    /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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.