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: Font Problem with 23.0.92.1 - wrong font used Date: Fri, 17 Apr 2009 10:01:54 +0900 Message-ID: References: <20090407084801.GC5160@metasyntax.net> <20090408050247.GD5160@metasyntax.net> <20090410213806.GH5160@metasyntax.net> <20090413173850.GA30710@metasyntax.net> <20090414031419.GF6280@metasyntax.net> <20090414115004.GH6280@metasyntax.net> <87prfcr8ya.fsf@cyd.mit.edu> NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1239930129 23794 80.91.229.12 (17 Apr 2009 01:02:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 17 Apr 2009 01:02:09 +0000 (UTC) Cc: taylor@metasyntax.net, emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Apr 17 03:03:28 2009 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 1LucUJ-0002fl-Ro for ged-emacs-devel@m.gmane.org; Fri, 17 Apr 2009 03:03:28 +0200 Original-Received: from localhost ([127.0.0.1]:51675 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LucSv-0003SQ-3W for ged-emacs-devel@m.gmane.org; Thu, 16 Apr 2009 21:02:01 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LucSq-0003Rj-9s for emacs-devel@gnu.org; Thu, 16 Apr 2009 21:01:56 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LucSl-0003Px-Sm for emacs-devel@gnu.org; Thu, 16 Apr 2009 21:01:55 -0400 Original-Received: from [199.232.76.173] (port=50813 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LucSl-0003Ps-JM for emacs-devel@gnu.org; Thu, 16 Apr 2009 21:01:51 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:63478) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LucSk-0002Mk-Nw for emacs-devel@gnu.org; Thu, 16 Apr 2009 21:01:51 -0400 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id n3H11gLB000276; Fri, 17 Apr 2009 10:01:43 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp3.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id n3H11gIF003758; Fri, 17 Apr 2009 10:01:42 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp3.aist.go.jp with ESMTP id n3H11diZ003594; Fri, 17 Apr 2009 10:01:41 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 4.69) (envelope-from ) id 1LucSo-0006Wx-AX; Fri, 17 Apr 2009 10:01:54 +0900 In-reply-to: <87prfcr8ya.fsf@cyd.mit.edu> (message from Chong Yidong on Thu, 16 Apr 2009 10:04:29 -0400) X-detected-operating-system: by monty-python.gnu.org: Solaris 9 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:110317 Archived-At: In article <87prfcr8ya.fsf@cyd.mit.edu>, Chong Yidong writes: > Kenichi Handa writes: > > I've just installed several fixes. Could you try again? > Please double-check your latest set of changes; I think they introduced > a crash bug. To reproduce: > 1. emacs -Q -nw > 2. M-: (make-frame-on-display ":0.0") RET > 3. select the new graphical frame > 4. C-x 5 0 I've just installed a fix. At least it avoids the above crash for me. Please try again. But the fix is not efficient; it doesn't utilize the newly introduced entity-caching fully. I'll try to find a more efficient fix. --- Kenichi Handa handa@m17n.org