From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: Default face problem Date: Mon, 15 May 2006 10:41:28 +0900 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1147657323 3067 80.91.229.2 (15 May 2006 01:42:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 15 May 2006 01:42:03 +0000 (UTC) Cc: wilde@sha-bang.de, jyavner@member.fsf.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 15 03:42:00 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FfS5s-0003Zu-NX for ged-emacs-devel@m.gmane.org; Mon, 15 May 2006 03:41:57 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FfS5s-0000Og-8w for ged-emacs-devel@m.gmane.org; Sun, 14 May 2006 21:41:56 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FfS5g-0000Ob-61 for emacs-devel@gnu.org; Sun, 14 May 2006 21:41:44 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FfS5d-0000OD-1y for emacs-devel@gnu.org; Sun, 14 May 2006 21:41:42 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FfS5c-0000OA-VU for emacs-devel@gnu.org; Sun, 14 May 2006 21:41:40 -0400 Original-Received: from [192.47.44.130] (helo=tsukuba.m17n.org) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FfS7r-0005BA-Aq; Sun, 14 May 2006 21:43:59 -0400 Original-Received: from nfs.m17n.org (nfs.m17n.org [192.47.44.7]) by tsukuba.m17n.org (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k4F1fURX032573; Mon, 15 May 2006 10:41:30 +0900 Original-Received: from etlken (etlken.m17n.org [192.47.44.125]) by nfs.m17n.org (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k4F1fTqM000968; Mon, 15 May 2006 10:41:29 +0900 Original-Received: from handa by etlken with local (Exim 3.36 #1 (Debian)) id 1FfS5Q-00029Z-00; Mon, 15 May 2006 10:41:28 +0900 Original-To: Eli Zaretskii In-reply-to: (message from Eli Zaretskii on Sat, 13 May 2006 16:04:46 +0300) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/22.0.50 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:54471 Archived-At: In article , Eli Zaretskii writes: >> % 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. On X also, x-list-fonts returns nil for a pattern that has no matches. The problem is that X server thinks that it has the font -etl-fixed-medium-r-normal--17-*-*-*-*-*-iso8859-1. > Does this mean this problem will never happen on w32, or should I try > something else? Sorry, but I have no idea. --- Kenichi Handa handa@m17n.org