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: etc/nxml/*.el duplicate lisp/international/uni-name.el? Date: Sun, 17 Oct 2010 23:28:44 +0800 Message-ID: <877hhgkfdf.fsf@anar.kanru.info> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1287329721 14215 80.91.229.12 (17 Oct 2010 15:35:21 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 17 Oct 2010 15:35:21 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 17 17:35:20 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 1P7VGU-0002aq-Et for ged-emacs-devel@m.gmane.org; Sun, 17 Oct 2010 17:35:14 +0200 Original-Received: from localhost ([127.0.0.1]:52299 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P7VGT-00074E-R4 for ged-emacs-devel@m.gmane.org; Sun, 17 Oct 2010 11:35:13 -0400 Original-Received: from [140.186.70.92] (port=53358 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P7VGN-00073z-U8 for emacs-devel@gnu.org; Sun, 17 Oct 2010 11:35:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P7VGN-0001Q8-1c for emacs-devel@gnu.org; Sun, 17 Oct 2010 11:35:07 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:41510) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P7VGM-0001Pu-SE for emacs-devel@gnu.org; Sun, 17 Oct 2010 11:35:07 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1P7VGK-0002UU-8k for emacs-devel@gnu.org; Sun, 17 Oct 2010 17:35:04 +0200 Original-Received: from 61-228-160-76.dynamic.hinet.net ([61.228.160.76]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 17 Oct 2010 17:35:04 +0200 Original-Received: from kanru by 61-228-160-76.dynamic.hinet.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 17 Oct 2010 17:35:04 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 7 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 61-228-160-76.dynamic.hinet.net User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:+M/209wuF8DJNdNUvSqbB45OALA= 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:131779 Archived-At: 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?