From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kan-Ru Chen Newsgroups: gmane.emacs.devel Subject: Re: etc/nxml/*.el duplicate lisp/international/uni-name.el? Date: Tue, 19 Oct 2010 17:25:06 +0800 Message-ID: <871v7milfx.fsf@anar.kanru.info> References: <877hhgkfdf.fsf@anar.kanru.info> <87k4lfpdrz.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1287481961 26351 80.91.229.12 (19 Oct 2010 09:52:41 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 19 Oct 2010 09:52:41 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 19 11:52:40 2010 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.69) (envelope-from ) id 1P88rz-0006Ho-Q2 for ged-emacs-devel@m.gmane.org; Tue, 19 Oct 2010 11:52:36 +0200 Original-Received: from localhost ([127.0.0.1]:50218 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P88rz-0007BG-74 for ged-emacs-devel@m.gmane.org; Tue, 19 Oct 2010 05:52:35 -0400 Original-Received: from [140.186.70.92] (port=47073 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P88Rm-0004nx-9H for emacs-devel@gnu.org; Tue, 19 Oct 2010 05:25:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P88Rd-0000eq-R0 for emacs-devel@gnu.org; Tue, 19 Oct 2010 05:25:28 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:52646) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P88Rd-0000el-Ko for emacs-devel@gnu.org; Tue, 19 Oct 2010 05:25:21 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1P88Rc-0007TX-WC for emacs-devel@gnu.org; Tue, 19 Oct 2010 11:25:21 +0200 Original-Received: from 61-30-10-70.static.tfn.net.tw ([61.30.10.70]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 19 Oct 2010 11:25:20 +0200 Original-Received: from kanru by 61-30-10-70.static.tfn.net.tw with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 19 Oct 2010 11:25:20 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 22 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 61-30-10-70.static.tfn.net.tw User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:EajhLEB2sicGlzlLikjGGuM+EXE= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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:131832 Archived-At: Chong Yidong writes: > Kan-Ru Chen writes: > >> It seems etc/nxml/*.el, some unicode name to code point tables, >> are only used by `nxml-insert-named-char'. It looks like a variant of >> `ucs-insert' while outputs NCR instead of real character. >> >> Should nxml use `read-char-by-name' so we could remove a bunch of >> duplicated data? > > The tables are also required by nxml-get-char-name, so we would also > need a generic replacement for that. Help welcome. I'd like to help! But I am wondering what function/variable should be considered public interface to be kept compatible. For example, currently nxml allow customize nxml-enabled-unicode-blocks, so I have to keep it, but what about other defuns/defvars? - Newbie to Emacs internals