From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "James H. Cloos Jr." Newsgroups: gmane.emacs.devel Subject: Re: describe-char and unicode data Date: 21 May 2003 17:52:15 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1053555093 23092 80.91.224.249 (21 May 2003 22:11:33 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 21 May 2003 22:11:33 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu May 22 00:11:32 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19IbnX-0005wu-00 for ; Thu, 22 May 2003 00:10:59 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19IbyV-0004L7-00 for ; Thu, 22 May 2003 00:22:19 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19Ibkd-0007yL-8X for emacs-devel@quimby.gnus.org; Wed, 21 May 2003 18:07:59 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19IbkL-0007wt-Jb for emacs-devel@gnu.org; Wed, 21 May 2003 18:07:41 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19IbbL-0005xm-PF for emacs-devel@gnu.org; Wed, 21 May 2003 17:58:54 -0400 Original-Received: from ore.jhcloos.com ([64.240.156.239]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19IbVt-0005J2-7e; Wed, 21 May 2003 17:52:45 -0400 Original-Received: from lugabout.jhcloos.org (ppp9.pm3-7.buf-ch.ny.localnet.com [207.251.196.73]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits))OK)) by ore.jhcloos.com (Postfix) with ESMTP id 08A311C2D0; Wed, 21 May 2003 16:52:35 -0500 (CDT) Original-Received: from lugabout.jhcloos.org (localhost [127.0.0.1]) by lugabout.jhcloos.org (Postfix on SuSE Linux 7.3 (i386)) with ESMTP id 90A2625BC8; Wed, 21 May 2003 21:52:15 +0000 (GMT) Original-To: rms@gnu.org In-Reply-To: Original-Lines: 15 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:14065 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:14065 >>>>> "Richard" == Richard Stallman writes: Richard> It might be better to load UnicodeData.txt into a buffer and Richard> search it, then kill the buffer. As it looks like the licensing issues with the data files are worked out, I'll start on this now. The load-search-kill paradigm is not one I've done in elisp; is there any defun I should look at for a good example of how to do it right? Also, would UnicodeData.txt (and UCD.html for the license text?) go into emacs's etc dir? -JimC