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: bug of display-table & make-glyph-code Date: Mon, 10 Sep 2007 13:15:19 +0900 Message-ID: References: <200708271732.22306.zslevin@gmail.com> <46DD9F41.8090700@gmx.at> <87bqch1nhz.fsf@kfs-lx.testafd.dk> 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: sea.gmane.org 1189400455 3716 80.91.229.12 (10 Sep 2007 05:00:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 10 Sep 2007 05:00:55 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 10 15:00:42 2007 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 1IUiAr-0004e4-7i for ged-emacs-devel@m.gmane.org; Mon, 10 Sep 2007 14:15:29 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IUagU-0000lD-BU for ged-emacs-devel@m.gmane.org; Mon, 10 Sep 2007 00:15:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IUagQ-0000kw-92 for emacs-devel@gnu.org; Mon, 10 Sep 2007 00:15:34 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IUagN-0000k4-Ky for emacs-devel@gnu.org; Mon, 10 Sep 2007 00:15:32 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IUagN-0000k1-BB for emacs-devel@gnu.org; Mon, 10 Sep 2007 00:15:31 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IUagM-0001r6-IB for emacs-devel@gnu.org; Mon, 10 Sep 2007 00:15:31 -0400 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id l8A4FKhh011468 for ; Mon, 10 Sep 2007 13:15:20 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp4.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id l8A4FKSV017711 for ; Mon, 10 Sep 2007 13:15:20 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp4.aist.go.jp with ESMTP id l8A4FJDJ023725 for ; Mon, 10 Sep 2007 13:15:19 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.67) (envelope-from ) id 1IUagB-0003zl-Fv for emacs-devel@gnu.org; Mon, 10 Sep 2007 13:15:19 +0900 In-reply-to: (message from Richard Stallman on Sun, 09 Sep 2007 21:12:45 -0400) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/23.0.0 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) X-Detected-Kernel: 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:78413 Archived-At: In article , Richard Stallman writes: > The number of bits left over in a glyph code for the face number > is vastly reduced on the unicode-2 branch, so as soon as we > merge that to the trunk, the problem will certainly be > visible on trunk. > The solution is to find some other way to merge a face with a > char-code to make a glyph code. We have discussed this some > time ago. > I asked Handa if he could please work on this > in unicode-2. I'll work on it. I think we anyway need some backward imcompatible change, and require rewriting of old codes that utilize glyph-table. And, if so, it seems that deleting glyph-table (and create-glyph) is the easiet solution. Shall I go ahead along that line? --- Kenichi Handa handa@m17n.org