unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: Eli Zaretskii <eliz@gnu.org>
Cc: lekktu@gmail.com, 10960@debbugs.gnu.org, l26wang@gmail.com
Subject: bug#10960: linum-mode does not work properly when changing font size
Date: Sun, 11 Mar 2012 10:37:45 -0400	[thread overview]
Message-ID: <jwv8vj7yznp.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <83k42ryekc.fsf@gnu.org> (Eli Zaretskii's message of "Sun, 11 Mar 2012 05:57:55 +0200")

>> > It all boils down to calculating the size of the margins in pixels.
>> > The key to that is window_box_width, which uses
>> > WINDOW_FRAME_COLUMN_WIDTH to convert columns into pixels, and
>> > WINDOW_FRAME_COLUMN_WIDTH returns the "canonical" width of a column,
>> > which is an average width of the default face's font.
>> > So all it takes is to make that calculation aware of face remapping,
>> > images displayed in the margin, etc.
>> OK, so rather than special casing text-scale-* you suggest to special
>> case frame-remapping
> Where and how did you manage to read something like that into what I
> said?

I guess I did not understand what you suggest, then.
Could you explain some more?
The way I see it, set-window-margins can only set the margin's size
either to "no margin" or to a fixed size given as an integer.  So you'd
have to let the Elisp code somehow figure out the *display* size of the
margin's text (either in pixels or in char-cell-equivalent), and I don't
know of any way Elisp can do that currently.


        Stefan





  reply	other threads:[~2012-03-11 14:37 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-06 16:27 bug#10960: linum-mode does not work properly when changing font size Le Wang
2012-03-06 17:07 ` Glenn Morris
2012-03-06 18:11   ` Eli Zaretskii
2012-03-06 21:05     ` Juanma Barranquero
2012-03-10  9:59     ` Eli Zaretskii
2012-03-10 14:38       ` Stefan Monnier
2012-03-10 15:06         ` Eli Zaretskii
2012-03-10 15:38           ` Juanma Barranquero
2012-03-10 17:18             ` Eli Zaretskii
2012-03-10 18:28             ` Stefan Monnier
2012-03-10 21:50               ` Eli Zaretskii
2012-03-11  1:36                 ` Stefan Monnier
2012-03-11  3:57                   ` Eli Zaretskii
2012-03-11 14:37                     ` Stefan Monnier [this message]
2012-03-11 17:14                       ` Eli Zaretskii
2012-03-12  1:54                         ` Stefan Monnier
2012-03-13 19:35                           ` Eli Zaretskii
2012-03-11 16:01               ` Juanma Barranquero

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=jwv8vj7yznp.fsf-monnier+emacs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=10960@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    --cc=l26wang@gmail.com \
    --cc=lekktu@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).