emacs-devel
[Top][All Lists]
Advanced

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

Re: Default face problem


From: Eli Zaretskii
Subject: Re: Default face problem
Date: Sat, 13 May 2006 16:04:46 +0300

> From: Kenichi Handa <address@hidden>
> CC: address@hidden, address@hidden, address@hidden
> Date: Thu, 11 May 2006 13:35:16 +0900
> 
> Start emacs by specifying a bitmap font with non-existing
> size.  For instance, if you have these fonts,
> 
> % xlsfonts -fn -etl-fixed-medium-r-normal-*-iso8859-1
> -etl-fixed-medium-r-normal--0-0-72-72-c-0-iso8859-1
> -etl-fixed-medium-r-normal--14-140-72-72-c-70-iso8859-1
> -etl-fixed-medium-r-normal--16-160-72-72-c-80-iso8859-1
> -etl-fixed-medium-r-normal--18-180-72-72-c-90-iso8859-1
> -etl-fixed-medium-r-normal--24-240-72-72-c-120-iso8859-1
> 
> start Emacs as this:
> % emacs -fn -etl-fixed-medium-r-normal--17-*-*-*-*-*-iso8859-1

When I try this, I get an error message, e.g.:

  No fonts match `-raster-System-bold-r-normal-normal-12-*-*-*-*-*-*'

This comes from faces.el:x-resolve-font-name, because on w32,
x-list-fonts returns nil for a pattern that has no matches.

Does this mean this problem will never happen on w32, or should I try
something else?




reply via email to

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