all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kenichi Handa <handa@m17n.org>
To: "Stöckert András" <stockertandras@gmail.com>
Cc: emacs-pretest-bug@gnu.org
Subject: Re: 23.0.60; latest CVS builds but fails on fonts
Date: Wed, 14 May 2008 20:18:15 +0900	[thread overview]
Message-ID: <E1JwEzv-0007XY-3z@etlken.m17n.org> (raw)
In-Reply-To: <1ce6f52f0805140353r5608c196wa8c8c28093767e04@mail.gmail.com> (stockertandras@gmail.com)

In article <1ce6f52f0805140353r5608c196wa8c8c28093767e04@mail.gmail.com>, "=?UTF-8?Q?St=C3=B6ckert_Andr=C3=A1s?=" <stockertandras@gmail.com> writes:

> Its using  -adobe-helvetica-medium-r-normal--20-140-100-100-p-100-iso8859-1
> for the *GNU emacs* buffer,
> -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-1 for a buffer
> showing a shell script, and also for a Latex buffer.
> I haven't specified a font for Emacs, I'm using the defaults.

When you specified no font for Emacs (no "-fn" argument nor
X resource), Emacs uses one of the followings:

-adobe-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-1
-misc-fixed-medium-r-normal-*-*-140-*-*-c-*-iso8859-1
-*-*-medium-r-normal-*-*-140-*-*-c-*-iso8859-1
-*-*-medium-r-*-*-*-*-*-*-c-*-iso8859-1
-*-fixed-*-*-*-*-*-140-*-*-c-*-iso8859-1
fixed

In my case, the first matches with this font:
  -adobe-courier-medium-r-normal--17-120-100-100-m-100-iso8859-1
and Emacs surely uses that font.

I have no idea why Emacs uses -adove-helvetica-...

Please start Emacs under gdb as this (in src/emacs directory):
% gdb emacs
(gdb) br x_default_font_parameter
(gdb) run -q

And, when the execution stops at x_default_font_parameter,
step programs by "n" command, and check the return value of
font_open_by_name by the command "pp font".

---
Kenichi Handa
handa@ni.aist.go.jp




  reply	other threads:[~2008-05-14 11:18 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-14  6:44 23.0.60; latest CVS builds but fails on fonts jpff
2008-05-14  8:48 ` Stöckert András
2008-05-14 10:41   ` Kenichi Handa
2008-05-14 10:53     ` Stöckert András
2008-05-14 11:18       ` Kenichi Handa [this message]
2008-05-14 11:39         ` Stöckert András
2008-05-14 12:43           ` Kenichi Handa
2008-05-14  9:04 ` Stephen Berman
2008-05-14 10:39   ` Kenichi Handa
2008-05-14 11:48     ` Stephen Berman
2008-05-14 12:37       ` Kenichi Handa
2008-05-14 12:54         ` Stephen Berman
2008-05-15  0:42           ` Kenichi Handa
2008-05-15  8:13             ` Stephen Berman
2008-05-18 18:20       ` Stephen Berman

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=E1JwEzv-0007XY-3z@etlken.m17n.org \
    --to=handa@m17n.org \
    --cc=emacs-pretest-bug@gnu.org \
    --cc=stockertandras@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 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.