unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Robert J. Chassell" <bob@rattlesnake.com>
To: Kenichi Handa <handa@m17n.org>
Cc: emacs-devel@gnu.org
Subject: Re: Font not found
Date: Thu, 15 May 2008 12:27:46 +0000 (UTC)	[thread overview]
Message-ID: <m1JwcYk-002K4VC@rattlesnake.com> (raw)
In-Reply-To: <E1JwUJ9-0006xs-3n@etlken.m17n.org> (message from Kenichi Handa on Thu, 15 May 2008 12:39:07 +0900)

    I can't reproduce that problem.  When I select 10x20, Emacs
    uses the font
    -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-1
    which is the same one opened by:
    % xfd -fn -misc-fixed-medium-r-normal--20-*-*-*-c-100-iso8859-1

I still cannot see the 10x20 font in Emacs.

    In your environment, which font the above command opens,

  xfd -fn -misc-fixed-medium-r-normal--20-*-*-*-c-100-iso8859-1

That command opens an X windows box with

  -Misc-Fixed-Medium-R-Normal--20-200-75-75-C-100-ISO8859-1

in it.

    what is the result of this command?
    % xlsfonts -fn -misc-fixed-medium-r-normal--20-*-*-*-c-100-iso8859-1


  $  xlsfonts -fn -misc-fixed-medium-r-normal--20-*-*-*-c-100-iso8859-1
  -misc-fixed-medium-r-normal--20-140-100-100-c-100-iso8859-1
  -misc-fixed-medium-r-normal--20-145-100-100-c-100-iso8859-1
  -misc-fixed-medium-r-normal--20-145-100-100-c-100-iso8859-1
  -misc-fixed-medium-r-normal--20-145-100-100-c-100-iso8859-1
  -misc-fixed-medium-r-normal--20-145-100-100-c-100-iso8859-1
  -misc-fixed-medium-r-normal--20-145-100-100-c-100-iso8859-1
  -misc-fixed-medium-r-normal--20-145-100-100-c-100-iso8859-1
  -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-1
  -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-1
  -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-1
  -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-1
  -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-1


In other words, the results were the same as before:

    Although mouse-set-font finds 15, 18, and 24 point fixed fonts in
    lisp/mouse.el in x-fixed-font-alist

       ("9x15" "-misc-fixed-medium-r-normal--15-*-*-*-c-90-iso8859-1" "9x15")
       ("11x18" "-misc-fixed-medium-r-normal--18-*-*-*-c-110-iso8859-1" "11x18")
       ("12x24" "-misc-fixed-medium-r-normal--24-*-*-*-c-120-iso8859-1" "12x24")

    it says `Font not found' for the 20 point font, as has happened
    before, even though x-fixed-font-alist in lisp/mouse.el says

       ("10x20" "-misc-fixed-medium-r-normal--20-*-*-*-c-100-iso8859-1" "10x20")

However, in today's GNU Emacs CVS snapshot, Thu, 2008 May 15 11:10 UTC
GNU Emacs 23.0.60.4 (i686-pc-linux-gnu, GTK+ Version 2.12.9)
built with        make
in Debian (rebooted with yesterday's testing distribution)
with kernel 2.6.22

with the same configuration as before
  ./configure --disable-font-backend --with-x --with-type1 --with-x-toolkit=gtk

and started with

    emacs -Q -D --eval '(setq debug-on-error t)'

The failure reported for the 10x20 font was

    Debugger entered--Lisp error: (error "Font not found")
      ad-Orig-signal(error ("Font not found"))
      signal(error ("Font not found"))
      ad-Orig-error("Font not found")
      apply(ad-Orig-error "Font not found")
      error("Font not found")
      mouse-set-font("-misc-fixed-medium-r-normal--20-*-*-*-c-100-iso8859-1" "10x20")
      call-interactively(mouse-set-font nil nil)

--
    Robert J. Chassell                          GnuPG Key ID: 004B4AC8
    bob@rattlesnake.com                         bob@gnu.org
    http://www.rattlesnake.com                  http://www.teak.cc




  reply	other threads:[~2008-05-15 12:27 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-30  4:24 font-backend branch Kenichi Handa
2008-04-30  6:04 ` Stefan Monnier
2008-04-30  7:39   ` Kenichi Handa
2008-04-30 11:38 ` Juanma Barranquero
2008-04-30 13:12   ` Kenichi Handa
2008-04-30 13:47     ` Juanma Barranquero
2008-04-30 16:38 ` Eli Zaretskii
2008-04-30 20:23 ` Glenn Morris
2008-04-30 21:11   ` Glenn Morris
2008-04-30 21:28     ` Glenn Morris
2008-05-01  1:01   ` Kenichi Handa
2008-04-30 23:48 ` Jason Rumney
2008-05-01  0:24   ` Jason Rumney
2008-05-02 10:55   ` Kenichi Handa
2008-05-02 11:30     ` Jason Rumney
2008-05-02 11:42       ` Jason Rumney
2008-05-02 12:16       ` Kenichi Handa
2008-05-02 13:27         ` Jason Rumney
2008-05-04  0:05           ` Kenichi Handa
2008-05-04  0:57             ` Stefan Monnier
2008-05-04 11:52               ` Kenichi Handa
2008-05-04 14:46                 ` Jason Rumney
2008-05-05  0:58                   ` Stefan Monnier
2008-05-06 11:25                     ` Kenichi Handa
2008-05-07  1:53                       ` Stefan Monnier
2008-05-14 13:31                       ` Font not found Robert J. Chassell
2008-05-15  3:39                         ` Kenichi Handa
2008-05-15 12:27                           ` Robert J. Chassell [this message]
2008-05-06 11:16                   ` font-backend branch Kenichi Handa
2008-05-04 14:14               ` Jason Rumney
2008-05-04 14:08             ` Jason Rumney
2008-05-01  3:54 ` Glenn Morris
2008-05-01  6:27   ` Kenichi Handa
2008-05-01  7:07     ` Glenn Morris
2008-05-01  7:21       ` Kenichi Handa
2008-05-01  7:28         ` Glenn Morris
2008-05-01 15:20           ` Kenichi Handa
2008-05-01 17:52             ` Glenn Morris
2008-05-02  0:22               ` Kenichi Handa
2008-05-01  8:00     ` Kenichi Handa
2008-05-02  1:14       ` James Cloos
2008-05-02  2:15         ` Kenichi Handa
2008-05-02  8:16           ` Jason Rumney
2008-05-04 22:00           ` Jason Rumney
2008-05-05 10:14 ` Florian Beck

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=m1JwcYk-002K4VC@rattlesnake.com \
    --to=bob@rattlesnake.com \
    --cc=emacs-devel@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).