emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 23.0.60; latest CVS builds but fails on fonts


From: Kenichi Handa
Subject: Re: 23.0.60; latest CVS builds but fails on fonts
Date: Wed, 14 May 2008 20:18:15 +0900
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/23.0.60 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

In article <address@hidden>, "=?UTF-8?Q?St=C3=B6ckert_Andr=C3=A1s?=" 
<address@hidden> 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
address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]