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: reducing equality tests in displaying text Date: Thu, 29 Jan 2009 11:29:26 +0900 Message-ID: References: NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1233196175 27013 80.91.229.12 (29 Jan 2009 02:29:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 29 Jan 2009 02:29:35 +0000 (UTC) Cc: emacs-devel@gnu.org To: YAMAMOTO Mitsuharu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 29 03:30:49 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 1LSMg4-0002Jy-Gi for ged-emacs-devel@m.gmane.org; Thu, 29 Jan 2009 03:30:49 +0100 Original-Received: from localhost ([127.0.0.1]:58831 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LSMem-0006Fb-56 for ged-emacs-devel@m.gmane.org; Wed, 28 Jan 2009 21:29:28 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LSMeh-0006FW-VB for emacs-devel@gnu.org; Wed, 28 Jan 2009 21:29:23 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LSMef-0006FK-J1 for emacs-devel@gnu.org; Wed, 28 Jan 2009 21:29:22 -0500 Original-Received: from [199.232.76.173] (port=39161 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LSMef-0006FH-EL for emacs-devel@gnu.org; Wed, 28 Jan 2009 21:29:21 -0500 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:57635) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LSMee-0003HX-OO for emacs-devel@gnu.org; Wed, 28 Jan 2009 21:29:21 -0500 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id n0T2THx6018911; Thu, 29 Jan 2009 11:29:17 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp1.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id n0T2THhF016663; Thu, 29 Jan 2009 11:29:17 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp1.aist.go.jp with ESMTP id n0T2TG5b021210; Thu, 29 Jan 2009 11:29:16 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 4.69) (envelope-from ) id 1LSMek-0005n6-Uy; Thu, 29 Jan 2009 11:29:26 +0900 In-reply-to: (message from YAMAMOTO Mitsuharu on Thu, 29 Jan 2009 10:46:22 +0900) 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:108348 Archived-At: In article , YAMAMOTO Mitsuharu writes: > Another (maybe cleaner) design would be to separate the current > `has_char' function into that for font entities (font listing layer) > and that for font objects (font driving layer). Ah, it seems that is a good idea. I put that in my todo list. --- Kenichi Handa handa@m17n.org