From: handa@gnu.org (K. Handa)
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: 17973@debbugs.gnu.org
Subject: bug#17973: Thin space not thin at all
Date: Thu, 10 Jul 2014 23:28:42 +0900 [thread overview]
Message-ID: <87a98he19h.fsf@gnu.org> (raw)
In-Reply-To: <jwvion6nz07.fsf-monnier+emacsbugs@gnu.org> (message from Stefan Monnier on Wed, 09 Jul 2014 15:21:16 -0400)
In article <jwvion6nz07.fsf-monnier+emacsbugs@gnu.org>, Stefan Monnier <monnier@iro.umontreal.ca> writes:
> So, IIUC you're saying that when we get to selecting a font, we have
> specifications such as
> family = fixed
> foundry = misc
> height = 2½ pixels
> and we end up choosing the 13pixel-high font because it's the only one
> that matches "misc-fixed"?
Yes. At least that is what I observed in my environment.
> I do have a 6pixel-high misc-fixed font
Hmmm, then your environment is different from mine.
> (tho not semicondensed), so it seems like it's not the
> whole explanation.
Do you customize face-font-selection-order? It's default
value is (:width :height :weight :slant), which means that
the function font_select_entity (called from
font_find_for_lface) selects a font whose :width is
semicondensed even if that font has very different height
from what specified.
> Or is the "13pixel high" specification kept somewhere (elsewhere than in
> the "height", obviously)?
I don't think so.
> OTOH, doing a M-x customize-face REt default RET, then setting family to
> `fixed' and foundry to `misc', and then playing with `height' is pretty
> scary: height=2000 gives me a 9pixel-high font (!) whereas setting it to
> 200 gives a more reasonable 20pixel-high font.
Ummm, then perhaps font_score has a bug. As far as I
remember, that function treats such a very big font size
specially. I'll check the code.
---
Kenichi Handa
handa@gnu.org
next prev parent reply other threads:[~2014-07-10 14:28 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-08 18:07 bug#17973: Thin space not thin at all Stefan Monnier
2014-07-09 15:32 ` K. Handa
2014-07-09 19:21 ` Stefan Monnier
2014-07-10 14:28 ` K. Handa [this message]
2014-07-10 16:37 ` Stefan Monnier
2014-07-13 15:12 ` K. Handa
2014-07-19 6:13 ` Stefan Monnier
2014-07-19 15:57 ` K. Handa
2014-07-19 17:30 ` Stefan Monnier
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=87a98he19h.fsf@gnu.org \
--to=handa@gnu.org \
--cc=17973@debbugs.gnu.org \
--cc=monnier@iro.umontreal.ca \
/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).