emacs-devel
[Top][All Lists]
Advanced

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

Font not found


From: Robert J. Chassell
Subject: Font not found
Date: Wed, 14 May 2008 13:31:03 +0000 (UTC)

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")

Today's GNU Emacs CVS snapshot, Wed, 2008 May 14  10:03 UTC
GNU Emacs 23.0.60.1 (i686-pc-linux-gnu, GTK+ Version 2.12.9)

built

       make maintainer-clean && \
       time autoconf && time ./configure \
         --disable-font-backend \
         --with-x --with-type1 --with-x-toolkit=gtk && \
        time make bootstrap

and started with

    emacs -Q -D

(I disable the font backend because of other problems I have reported
before.  In yesterday's CVS snapshot, built with the same configuration,
the "-misc-fixed-medium-r-normal--20-*-*-*-c-100-iso8859-1" font was
found.)

-- 
    Robert J. Chassell                          GnuPG Key ID: 004B4AC8
    address@hidden                         address@hidden
    http://www.rattlesnake.com                  http://www.teak.cc




reply via email to

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