From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: 23.0.60; SEGV in font_score() Date: Tue, 10 Jun 2008 11:09:48 +0900 Message-ID: References: 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 1213063825 6712 80.91.229.12 (10 Jun 2008 02:10:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 10 Jun 2008 02:10:25 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org To: James Cloos Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 10 04:11:07 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 1K5tKE-0008FI-B8 for ged-emacs-devel@m.gmane.org; Tue, 10 Jun 2008 04:11:06 +0200 Original-Received: from localhost ([127.0.0.1]:33095 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K5tJR-0000rb-AK for ged-emacs-devel@m.gmane.org; Mon, 09 Jun 2008 22:10:17 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K5tJL-0000oo-OW for emacs-devel@gnu.org; Mon, 09 Jun 2008 22:10:11 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K5tJK-0000mM-5F for emacs-devel@gnu.org; Mon, 09 Jun 2008 22:10:11 -0400 Original-Received: from [199.232.76.173] (port=46491 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K5tJJ-0000m8-V2 for emacs-devel@gnu.org; Mon, 09 Jun 2008 22:10:10 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:53368) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K5tJJ-0005KQ-Df for emacs-devel@gnu.org; Mon, 09 Jun 2008 22:10:09 -0400 Original-Received: from mail.gnu.org ([199.232.76.166]:58360 helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1K5tHN-0000M3-AV for emacs-pretest-bug@gnu.org; Mon, 09 Jun 2008 22:08:09 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1K5tJ8-0005HS-2o for emacs-pretest-bug@gnu.org; Mon, 09 Jun 2008 22:10:03 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:62437) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K5tJ7-0005H0-GM for emacs-pretest-bug@gnu.org; Mon, 09 Jun 2008 22:09:57 -0400 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id m5A2AQiC015665; Tue, 10 Jun 2008 11:10:26 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp3.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id m5A29srO005369; Tue, 10 Jun 2008 11:09:54 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp3.aist.go.jp with ESMTP id m5A29m0g027725; Tue, 10 Jun 2008 11:09:48 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.69) (envelope-from ) id 1K5tIy-0004mk-Sk; Tue, 10 Jun 2008 11:09:48 +0900 In-reply-to: (message from James Cloos on Mon, 09 Jun 2008 16:08:58 -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 9 X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:98839 gmane.emacs.pretest.bugs:22602 Archived-At: In article , James Cloos writes: > In short, Emacs stored the family name as an int instead of as a symbol > if it happened to be composed on only ascii digits. > I suspect the name 300 is a bug in the fonts, but you'll probably have > to defend against such possibilities anyway. Ah! Thank you for tracking down the problem. I've just installed a fix. --- Kenichi Handa handa@ni.aist.go.jp