From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: bug of display-table & make-glyph-code Date: Mon, 10 Sep 2007 22:40:11 +0300 Message-ID: References: <200708271732.22306.zslevin@gmail.com> <46DD9F41.8090700@gmx.at> <87bqch1nhz.fsf@kfs-lx.testafd.dk> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1189458829 7788 80.91.229.12 (10 Sep 2007 21:13:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 10 Sep 2007 21:13:49 +0000 (UTC) Cc: emacs-devel@gnu.org To: Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 11 07:13:35 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 1IUwbt-0000bH-1v for ged-emacs-devel@m.gmane.org; Tue, 11 Sep 2007 05:40:21 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IUp7W-0000WU-JC for ged-emacs-devel@m.gmane.org; Mon, 10 Sep 2007 15:40:30 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IUp7T-0000UH-DX for emacs-devel@gnu.org; Mon, 10 Sep 2007 15:40:27 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IUp7R-0000Sm-Vp for emacs-devel@gnu.org; Mon, 10 Sep 2007 15:40:27 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IUp7R-0000Sb-OW for emacs-devel@gnu.org; Mon, 10 Sep 2007 15:40:25 -0400 Original-Received: from nitzan.inter.net.il ([213.8.233.22]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IUp7R-00035i-59 for emacs-devel@gnu.org; Mon, 10 Sep 2007 15:40:25 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-83-130-238-12.inter.net.il [83.130.238.12]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id HTS33194 (AUTH halo1); Mon, 10 Sep 2007 22:37:25 +0300 (IDT) In-reply-to: (message from Kenichi Handa on Mon, 10 Sep 2007 13:15:19 +0900) X-Detected-Kernel: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) 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:78504 Archived-At: > 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.)