unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Robert Pluim <rpluim@gmail.com>
To: "İsmail Dönmez" <ismail@i10z.com>
Cc: emacs-devel@gnu.org
Subject: Re: Font problem on git master
Date: Mon, 20 Jan 2020 13:38:52 +0100	[thread overview]
Message-ID: <m21rruti8z.fsf@gmail.com> (raw)
In-Reply-To: <CAMAzfTg9yEO3dbSSuxXC1vFFESfQY5qA=9cgH5MGMMNYSeiWig@mail.gmail.com> ("İsmail Dönmez"'s message of "Mon, 20 Jan 2020 12:26:06 +0100")

>>>>> On Mon, 20 Jan 2020 12:26:06 +0100, İsmail Dönmez <ismail@i10z.com> said:

    İsmail> On Mon, Jan 20, 2020 at 12:00 PM Robert Pluim <rpluim@gmail.com> wrote:
    İsmail> It's indeed Consolas, albeit not using the fontconfig syntax:
    >> 
    İsmail> "-MS  -Consolas-normal-normal-normal-*-19-*-*-*-m-0-iso10646-1"
    >> 
    >> You've cut off the bit I was interested in, which is the font backend
    >> at the start.

    İsmail> Here is the complete output with emacs -Q:

    İsmail>              position: 4 of 145 (2%), column: 3
    İsmail>             character: T (displayed as T) (codepoint 84, #o124, #x54)
    İsmail>               charset: ascii (ASCII (ISO646 IRV))
    İsmail> code point in charset: 0x54
    İsmail>                script: latin
    İsmail>                syntax: w which means: word
    İsmail>              category: .:Base, L:Left-to-right (strong), a:ASCII,
    İsmail> l:Latin, r:Roman
    İsmail>              to input: type "C-x 8 RET 54" or "C-x 8 RET LATIN CAPITAL LETTER T"
    İsmail>           buffer code: #x54
    İsmail>             file code: #x54 (encoded by coding system utf-8-unix)
    İsmail>               display: by this font (glyph code)
    İsmail>     ftcrhb:-MS  -Consolas-normal-normal-normal-*-19-*-*-*-m-0-iso10646-1 (#x17)

    İsmail> Character code properties: customize what to show
    İsmail>   name: LATIN CAPITAL LETTER T
    İsmail>   general-category: Lu (Letter, Uppercase)
    İsmail>   decomposition: (84) ('T')

    İsmail> There are text properties here:
    İsmail>   face                 font-lock-comment-face
    İsmail>   fontified            nil

And visually this looks like itʼs a bitmap font, even though you're
using the FreeType backend?

    İsmail> And here with emacs but no config file:

    İsmail>              position: 72 of 905 (8%), column: 0
    İsmail>             character: T (displayed as T) (codepoint 84, #o124, #x54)
    İsmail>               charset: ascii (ASCII (ISO646 IRV))
    İsmail> code point in charset: 0x54
    İsmail>                script: latin
    İsmail>                syntax: w which means: word
    İsmail>              category: .:Base, L:Left-to-right (strong), a:ASCII,
    İsmail> l:Latin, r:Roman
    İsmail>              to input: type "C-x 8 RET 54" or "C-x 8 RET LATIN CAPITAL LETTER T"
    İsmail>           buffer code: #x54
    İsmail>             file code: #x54 (encoded by coding system utf-8-unix)
    İsmail>               display: by this font (glyph code)
    İsmail>     x:-adobe-courier-medium-r-normal--14-140-75-75-m-90-iso8859-1 (#x54)

    İsmail> Character code properties: customize what to show
    İsmail>   name: LATIN CAPITAL LETTER T
    İsmail>   general-category: Lu (Letter, Uppercase)
    İsmail>   decomposition: (84) ('T')

With no config file, why is Emacs deciding to use the 'x' font
backend? Do you have a .Xresources file or similar?

    İsmail> That can't be because I have 500+ TTF fonts installed on my system.
    İsmail> Also, mind you emacs 26 is working just fine.
    >> 
    >> I did say it was a WAG :-)  Does not specifying a size and/or removing
    >> the 'antialias' spec help?

    İsmail> Then it says "Font 'Consolas' is not defined"

With no config file, rather than '-Q', right?

Robert



  reply	other threads:[~2020-01-20 12:38 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-20 10:20 Font problem on git master İsmail Dönmez
2020-01-20 10:39 ` Robert Pluim
2020-01-20 10:45   ` İsmail Dönmez
2020-01-20 11:00     ` Robert Pluim
2020-01-20 11:26       ` İsmail Dönmez
2020-01-20 12:38         ` Robert Pluim [this message]
2020-01-20 12:53           ` İsmail Dönmez
2020-01-20 13:52             ` Robert Pluim
2020-01-20 14:35               ` Robert Pluim
2020-01-20 15:27                 ` T.V Raman
2020-01-20 15:50                   ` Eli Zaretskii
2020-01-20 17:31                     ` Eli Zaretskii
2020-01-20 18:33                       ` Robert Pluim
2020-01-20 18:52                         ` Eli Zaretskii
2020-01-20 16:21                   ` Robert Pluim
2020-01-20 18:22                   ` T.V Raman
2020-01-20 15:47                 ` Eli Zaretskii
2020-01-20 16:34                   ` Robert Pluim
2020-01-20 17:33                     ` Eli Zaretskii
2020-01-20 18:05                 ` İsmail Dönmez
2020-01-20 19:33                 ` Andreas Schwab

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=m21rruti8z.fsf@gmail.com \
    --to=rpluim@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=ismail@i10z.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).