unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Stöckert András" <stockertandras@gmail.com>
To: "Kenichi Handa" <handa@m17n.org>
Cc: emacs-pretest-bug@gnu.org
Subject: Re: 23.0.60; latest CVS builds but fails on fonts
Date: Wed, 14 May 2008 13:39:15 +0200	[thread overview]
Message-ID: <1ce6f52f0805140439v27b222caw6331757f8be8e09@mail.gmail.com> (raw)
In-Reply-To: <E1JwEzv-0007XY-3z@etlken.m17n.org>

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 <handa@m17n.org> wrote:
> 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:39 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
2008-05-14 11:39         ` Stöckert András [this message]
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

  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=1ce6f52f0805140439v27b222caw6331757f8be8e09@mail.gmail.com \
    --to=stockertandras@gmail.com \
    --cc=emacs-pretest-bug@gnu.org \
    --cc=handa@m17n.org \
    /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).