From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: char-displayable-p issue Date: 28 Oct 2003 08:21:00 +0000 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <20031027234832.12893.qmail@web60306.mail.yahoo.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1067329562 19763 80.91.224.253 (28 Oct 2003 08:26:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 28 Oct 2003 08:26:02 +0000 (UTC) Cc: emacs-devel@gnu.org, Kenichi Handa Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Oct 28 09:26:00 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AEPAu-0001VA-00 for ; Tue, 28 Oct 2003 09:26:00 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AEPAt-00023v-00 for ; Tue, 28 Oct 2003 09:26:00 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AEP7F-0007bA-0f for emacs-devel@quimby.gnus.org; Tue, 28 Oct 2003 03:22:13 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AEP77-0007b2-SF for emacs-devel@gnu.org; Tue, 28 Oct 2003 03:22:05 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AEP6a-0007La-8A for emacs-devel@gnu.org; Tue, 28 Oct 2003 03:22:04 -0500 Original-Received: from [194.106.33.36] (helo=server0027.freedom2surf.net) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.24) id 1AEP6Z-0007KY-PA for emacs-devel@gnu.org; Tue, 28 Oct 2003 03:21:31 -0500 Original-Received: from wanchan.jasonr.f2s.com ([195.137.103.251]) by server0027.freedom2surf.net (8.12.6/8.12.6/Debian-7) with ESMTP id h9S8LP5Q008188; Tue, 28 Oct 2003 08:21:28 GMT Original-Received: from NYAUMO (nyaumo.jasonrumney.net [10.0.0.27]) by wanchan.jasonr.f2s.com (Postfix) with ESMTP id 981AADDD70; Tue, 28 Oct 2003 08:19:52 +0000 (GMT) Original-To: Michael Mauger In-Reply-To: <20031027234832.12893.qmail@web60306.mail.yahoo.com> Original-Lines: 9 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:17494 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:17494 Michael Mauger writes: > I've spent some time looking into the font enum code. There were > several interrelated bugs involved in the matching of font > specifications. I've attached a patch that addresses these > problems. Here's the ChangeLog for these changes. Thank you. I'll take a look at both sets of changes over the next few days.