From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: etc/nxml/*.el duplicate lisp/international/uni-name.el? Date: Mon, 18 Oct 2010 14:16:32 -0400 Message-ID: <87k4lfpdrz.fsf@stupidchicken.com> References: <877hhgkfdf.fsf@anar.kanru.info> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1287425881 1209 80.91.229.12 (18 Oct 2010 18:18:01 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 18 Oct 2010 18:18:01 +0000 (UTC) Cc: emacs-devel@gnu.org To: Kan-Ru Chen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 18 20:18:00 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 1P7uHX-0001dj-IR for ged-emacs-devel@m.gmane.org; Mon, 18 Oct 2010 20:17:59 +0200 Original-Received: from localhost ([127.0.0.1]:53636 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P7uHW-00025T-W9 for ged-emacs-devel@m.gmane.org; Mon, 18 Oct 2010 14:17:59 -0400 Original-Received: from [140.186.70.92] (port=58427 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P7uGA-0001Yj-AD for emacs-devel@gnu.org; Mon, 18 Oct 2010 14:16:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P7uG9-0007kV-3v for emacs-devel@gnu.org; Mon, 18 Oct 2010 14:16:34 -0400 Original-Received: from pantheon-po24.its.yale.edu ([130.132.50.118]:43181) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P7uG9-0007kD-1p for emacs-devel@gnu.org; Mon, 18 Oct 2010 14:16:33 -0400 Original-Received: from furry (dhcp128036014158.central.yale.edu [128.36.14.158]) (authenticated bits=0) by pantheon-po24.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id o9IIGWYb031088 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 18 Oct 2010 14:16:32 -0400 Original-Received: by furry (Postfix, from userid 1000) id AD0A6C018; Mon, 18 Oct 2010 14:16:32 -0400 (EDT) In-Reply-To: <877hhgkfdf.fsf@anar.kanru.info> (Kan-Ru Chen's message of "Sun, 17 Oct 2010 23:28:44 +0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 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:131815 Archived-At: 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.