From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: where does emacs23 store the info that was UnicodeData.txt? Date: Thu, 13 Aug 2009 01:32:19 -0400 Message-ID: References: <2dbf8b79-30c4-4abb-8506-e8527d829777@13g2000prl.googlegroups.com> NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1250141694 16127 80.91.229.12 (13 Aug 2009 05:34:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 13 Aug 2009 05:34:54 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Aug 13 07:34:47 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MbSxZ-0008CS-T3 for geh-help-gnu-emacs@m.gmane.org; Thu, 13 Aug 2009 07:34:46 +0200 Original-Received: from localhost ([127.0.0.1]:54080 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MbSxX-0006PX-L6 for geh-help-gnu-emacs@m.gmane.org; Thu, 13 Aug 2009 01:34:43 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MbSvK-00064G-9R for help-gnu-emacs@gnu.org; Thu, 13 Aug 2009 01:32:26 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MbSvE-000622-PZ for help-gnu-emacs@gnu.org; Thu, 13 Aug 2009 01:32:24 -0400 Original-Received: from [199.232.76.173] (port=40426 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MbSvE-00061r-8j for help-gnu-emacs@gnu.org; Thu, 13 Aug 2009 01:32:20 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:55812) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MbSvD-0004xj-DP for help-gnu-emacs@gnu.org; Thu, 13 Aug 2009 01:32:19 -0400 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1MbSvD-00033m-4m for help-gnu-emacs@gnu.org; Thu, 13 Aug 2009 01:32:19 -0400 In-reply-to: <2dbf8b79-30c4-4abb-8506-e8527d829777@13g2000prl.googlegroups.com> (message from Xah Lee on Wed, 12 Aug 2009 10:00:44 -0700 (PDT)) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:67112 Archived-At: > From: Xah Lee > Newsgroups: gnu.emacs.help > Date: Wed, 12 Aug 2009 10:00:44 -0700 (PDT) > > by looking at the output, it appears to me emacs 23 now has the full > info on unicode char without needing that file. > > Is that true? Yes, that's true. > where does emacs get the data that was in UnicodeData.txt? It's in lisp/international/uni-*.el and lisp/international/charprop.el files. Don't bother looking at the uni-*.el files: they are binary and compressed for size and fast access. See admin/unidata/unidata-gen.el (in the CVS) for how these files are generated from UnicodeData.txt.