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

[-- Attachment #1: Type: text/plain, Size: 592 bytes --]

Hi,

On Mon, Jan 20, 2020 at 1:38 PM Robert Pluim <rpluim@gmail.com> wrote:
> And visually this looks like itʼs a bitmap font, even though you're
> using the FreeType backend?

Indeed.

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

I do have .Xdefaults but nothing emacs related there, I'm attaching it
for reference.

>     İsmail> Then it says "Font 'Consolas' is not defined"
>
> With no config file, rather than '-Q', right?

No, that's with my normal emacs configuration.

Regards,
ismail

[-- Attachment #2: Xdefaults --]
[-- Type: application/octet-stream, Size: 1944 bytes --]

! Base16 Atelier Heath
! Scheme: Bram de Haan (http://atelierbramdehaan.nl)

#define base00 #1b181b
#define base01 #292329
#define base02 #695d69
#define base03 #776977
#define base04 #9e8f9e
#define base05 #ab9bab
#define base06 #d8cad8
#define base07 #f7f3f7
#define base08 #ca402b
#define base09 #a65926
#define base0A #bb8a35
#define base0B #918b3b
#define base0C #159393
#define base0D #516aec
#define base0E #7b59c0
#define base0F #cc33cc

*.foreground:   base05
*.background:   base00
*.cursorColor:  base05

*.color0:       base00
*.color1:       base08
*.color2:       base0B
*.color3:       base0A
*.color4:       base0D
*.color5:       base0E
*.color6:       base0C
*.color7:       base05

*.color8:       base03
*.color9:       base08
*.color10:      base0B
*.color11:      base0A
*.color12:      base0D
*.color13:      base0E
*.color14:      base0C
*.color15:      base07

! Note: colors beyond 15 might not be loaded (e.g., xterm, urxvt),
! use 'shell' template to set these if necessary
*.color16:      base09
*.color17:      base0F
*.color18:      base01
*.color19:      base02
*.color20:      base04
*.color21:      base06

Xcursor.theme:              DMZ
Xcursor.size:               16

XTerm*borderWidth:          0
XTerm*charClass:            33:48,35:48,36-47:48,58-59:48,61:48,63-64:48,95:48,126:48
XTerm*colorBDMode:          true
XTerm*colorMode:            true
XTerm*colorBD:              rgb:fc/fc/fc
XTerm*cursorBlink:          false
XTerm*cursorUnderLine:      true
XTerm*cutNewLine:           false
XTerm*decTerminalID:        vt340
XTerm*faceName:             "Consolas"
XTerm*faceNameDoublesize:   "Consolas"
XTerm*faceSize:             14
XTerm*geometry:             119x50
XTerm*locale:               true
XTerm*scrollBar:            false
XTerm*selectToClipboard:    true
XTerm*termName:             xterm-256color

*VT100*translations: #override Alt <Btn1Up>: exec-formatted("google-chrome '%t'", CLIPBOARD)

  reply	other threads:[~2020-01-20 12:53 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
2020-01-20 12:53           ` İsmail Dönmez [this message]
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='CAMAzfTjgMc1FcDjiTJeewhgiCcPjXafwxCaG7C5t65u=Fz_JCQ@mail.gmail.com' \
    --to=ismail@i10z.com \
    --cc=emacs-devel@gnu.org \
    --cc=rpluim@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).