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: Missing Font Status Date: Wed, 21 May 2008 09:47:48 +0900 Message-ID: References: <48332FF2.1060300@pajato.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: ger.gmane.org 1211330918 4247 80.91.229.12 (21 May 2008 00:48:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 21 May 2008 00:48:38 +0000 (UTC) Cc: emacs-devel@gnu.org To: Paul Michael Reilly Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 21 02:49:15 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JycW2-0002qA-5e for ged-emacs-devel@m.gmane.org; Wed, 21 May 2008 02:49:14 +0200 Original-Received: from localhost ([127.0.0.1]:55623 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JycVI-0006lo-2y for ged-emacs-devel@m.gmane.org; Tue, 20 May 2008 20:48:28 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JycVC-0006iU-Jh for emacs-devel@gnu.org; Tue, 20 May 2008 20:48:22 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JycVB-0006gP-64 for emacs-devel@gnu.org; Tue, 20 May 2008 20:48:22 -0400 Original-Received: from [199.232.76.173] (port=45308 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JycVB-0006gJ-2e for emacs-devel@gnu.org; Tue, 20 May 2008 20:48:21 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:59777) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JycVA-0004rQ-Fr for emacs-devel@gnu.org; Tue, 20 May 2008 20:48:20 -0400 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id m4L0loPs007978; Wed, 21 May 2008 09:47:56 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp4.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id m4L0ln4O024060; Wed, 21 May 2008 09:47:49 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp4.aist.go.jp with ESMTP id m4L0lmI4022834; Wed, 21 May 2008 09:47:48 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.69) (envelope-from ) id 1JycUe-0000rN-Na; Wed, 21 May 2008 09:47:48 +0900 In-reply-to: <48332FF2.1060300@pajato.com> (message from Paul Michael Reilly on Tue, 20 May 2008 16:09:22 -0400) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/23.0.60 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) X-detected-kernel: by monty-python.gnu.org: Solaris 8 (1) 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:97465 Archived-At: In article <48332FF2.1060300@pajato.com>, Paul Michael Reilly writes: > In my mind there is a clear font bug in the CVS trunk such that > mouse-set-font reports the Courier fonts missing. However this might > just be a minority opinion. I seem to recollect Handa-san saying that > he does not see this problem. I certainly see it on both my Fedora > and Ubuntu GNU/Linux systems. I guess my basic question is: do I need > to file a bug report on this issue, or is this a well known issue that > is actively being resolved. > I did notice that the format returned by (x-list-fonts "*") differs > between versions 22.x and 23.x Is this by design? Yes. I'll make x-* functions related to fonts more backward compatible after fixing the current several problems. By the way, I'm now adding a facility to log various font related operations so that a bug reporter can provide much more information about what Emacs is doing. --- Kenichi Handa handa@ni.aist.go.jp