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: Stöckert András
Subject: Re: 23.0.60; latest CVS builds but fails on fonts
Date: Wed, 14 May 2008 13:39:15 +0200

Here is the output of gdb (sorry I'm not used to gdb):

(gdb) n
3083              font = font_open_by_name (f, names[i]);
(gdb) pp font
unbound
(gdb) n
3085                break;
(gdb) n

Program received signal SIGTRAP, Trace/breakpoint trap.
0x081c8441 in font_open_by_name (f=0x868b000,
    name=0x81d6514 "-adobe-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-1")
    at font.c:2919

/ end of gdb output
This source was not updated from CVS after the morning update. I don't
know the exact revision.

Andrew

On Wed, May 14, 2008 at 1:18 PM, Kenichi Handa <address@hidden> wrote:
> 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]