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: Tue, 11 Sep 2007 09:28:21 +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 1189473511 23359 80.91.229.12 (11 Sep 2007 01:18:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 11 Sep 2007 01:18:31 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 11 11:18:18 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 1IV16h-0007vC-8T for ged-emacs-devel@m.gmane.org; Tue, 11 Sep 2007 10:28:27 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IUtcK-0007Ek-DL for ged-emacs-devel@m.gmane.org; Mon, 10 Sep 2007 20:28:36 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IUtcG-0007EQ-Of for emacs-devel@gnu.org; Mon, 10 Sep 2007 20:28:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IUtcE-0007Dp-OA for emacs-devel@gnu.org; Mon, 10 Sep 2007 20:28:31 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IUtcE-0007Dm-Kp for emacs-devel@gnu.org; Mon, 10 Sep 2007 20:28:30 -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 1IUtc9-0004HF-JJ; Mon, 10 Sep 2007 20:28:26 -0400 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id l8B0SMdD007205; Tue, 11 Sep 2007 09:28:22 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp2.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id l8B0SMrf000641; Tue, 11 Sep 2007 09:28:22 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp2.aist.go.jp with ESMTP id l8B0SLd7027727; Tue, 11 Sep 2007 09:28:21 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.67) (envelope-from ) id 1IUtc5-0005cL-CT; Tue, 11 Sep 2007 09:28:21 +0900 In-reply-to: (message from Eli Zaretskii on Mon, 10 Sep 2007 22:40:11 +0300) 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:78542 Archived-At: In article , Eli Zaretskii writes: > > From: Kenichi Handa > > Date: Mon, 10 Sep 2007 13:15:19 +0900 > > > > And, if so, it seems that deleting glyph-table (and > > create-glyph) is the easiet solution. > > > > Shall I go ahead along that line? > If after deleting them one can still set up the display table to send > a string when a certain character needs to be displayed, I'm okay with > that change. (Just don't forget to mention it in NEWS.) I think we can allow one to store a unibyte-string directly in the display table for that purpose. --- Kenichi Handa handa@m17n.org