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: Display problem in describe-char Date: Mon, 13 Apr 2009 10:12:02 +0900 Message-ID: References: <18909.36539.282128.31031@a1ihome1.kph.uni-mainz.de> <18909.60142.182174.271374@a1i15.kph.uni-mainz.de> NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1239585146 25955 80.91.229.12 (13 Apr 2009 01:12:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 13 Apr 2009 01:12:26 +0000 (UTC) Cc: emacs-devel@gnu.org To: Ulrich Mueller Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 13 03:13:44 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 1LtAk3-0000vI-NL for ged-emacs-devel@m.gmane.org; Mon, 13 Apr 2009 03:13:44 +0200 Original-Received: from localhost ([127.0.0.1]:38294 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LtAif-0002Ea-5U for ged-emacs-devel@m.gmane.org; Sun, 12 Apr 2009 21:12:17 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LtAia-0002DG-7e for emacs-devel@gnu.org; Sun, 12 Apr 2009 21:12:12 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LtAiV-00029f-Fp for emacs-devel@gnu.org; Sun, 12 Apr 2009 21:12:11 -0400 Original-Received: from [199.232.76.173] (port=38631 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LtAiV-00029W-7F for emacs-devel@gnu.org; Sun, 12 Apr 2009 21:12:07 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:52400) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LtAiU-0002pt-JC for emacs-devel@gnu.org; Sun, 12 Apr 2009 21:12:07 -0400 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id n3D1BtAG015625; Mon, 13 Apr 2009 10:11:55 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp3.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id n3D1Bt5B011340; Mon, 13 Apr 2009 10:11:55 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp3.aist.go.jp with ESMTP id n3D1BsSO020201; Mon, 13 Apr 2009 10:11:54 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 4.69) (envelope-from ) id 1LtAiQ-0001fv-He; Mon, 13 Apr 2009 10:12:02 +0900 In-reply-to: <18909.60142.182174.271374@a1i15.kph.uni-mainz.de> (message from Ulrich Mueller on Thu, 9 Apr 2009 14:32:46 +0200) 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:110226 Archived-At: In article <18909.60142.182174.271374@a1i15.kph.uni-mainz.de>, Ulrich Mueller writes: >>>>>> On Thu, 09 Apr 2009, Kenichi Handa wrote: > > I've just installed fixes to suppress composing that > > diaeresis with the previous quote character. > Thanks. > So the problem was in unidata-gen.el, the one elisp source file that > isn't included in the tarball? No wonder I didn't find the place ... The char-tables defined in lisp/international/uni-*.el contain byte-compiled functions that are defined in unidata-gen.el. As most parts of unidata-gen.el are not necessary for running Emacs, it is put in admin/unidata directory, and the functions in the char-tables are byte-compiled so that they run without unidata-gen.el. It may be better to move some parts of unidata-gen.el to lisp/international/*.el and to autoload them. But, currently I don't have a time to work on it. --- Kenichi Handa handa@m17n.org