From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: YAMAMOTO Mitsuharu Newsgroups: gmane.emacs.devel Subject: Re: Emacs 24 Mac port Date: Thu, 15 Mar 2012 17:22:23 +0900 Organization: Faculty of Science, Chiba University Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Trace: dough.gmane.org 1331799788 12137 80.91.229.3 (15 Mar 2012 08:23:08 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 15 Mar 2012 08:23:08 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dave Abrahams Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 15 09:23:06 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1S85xi-0001Lr-5k for ged-emacs-devel@m.gmane.org; Thu, 15 Mar 2012 09:23:06 +0100 Original-Received: from localhost ([::1]:37634 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S85xh-0005pO-BZ for ged-emacs-devel@m.gmane.org; Thu, 15 Mar 2012 04:23:05 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:33499) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S85xJ-0005hG-7w for emacs-devel@gnu.org; Thu, 15 Mar 2012 04:23:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S85x7-0005r5-Ck for emacs-devel@gnu.org; Thu, 15 Mar 2012 04:22:40 -0400 Original-Received: from mathmail.math.s.chiba-u.ac.jp ([133.82.132.2]:63580) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S85x7-0005qj-30 for emacs-devel@gnu.org; Thu, 15 Mar 2012 04:22:29 -0400 Original-Received: from church.math.s.chiba-u.ac.jp (church [133.82.132.36]) by mathmail.math.s.chiba-u.ac.jp (Postfix) with ESMTP id 5AD04C055D; Thu, 15 Mar 2012 17:22:23 +0900 (JST) In-Reply-To: User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.6 Emacs/22.3 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI) X-detected-operating-system: by eggs.gnu.org: NetBSD 3.0 (DF) X-Received-From: 133.82.132.2 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:149072 Archived-At: >>>>> On Wed, 14 Mar 2012 21:26:24 -0400, Dave Abrahams said: >> I also regenerated macuvs.h using IVD_Sequences.txt 2012-03-02 >> version and put it to >> >> ftp://ftp.math.s.chiba-u.ac.jp/emacs/macuvs.h-2012-03-02.gz >> >> You can replace the original src/macuvs.h (for Mac port 2.0 or >> 2.90) with it if you want. > I didn't do anything about this in the Portfile, in part because I > didn't understand why I'd want to. Could you explain the effect? I guess most of the users don't need to update this file. It contains a generated table mapping Unicode Variation Sequences to Adobe-Japan1 CIDs. The file src/macuvs.h in Mac port 2.0 and 2.90 is generated from the Ideographic Variation Database (IVD, http://unicode.org/ivd/) as of 2010-11-14, and the above one is updated for the 2012-03-02 version. YAMAMOTO Mitsuharu mituharu@math.s.chiba-u.ac.jp