From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: ja-dic.el and SKK-JYSYO.L Date: Wed, 17 Feb 2010 10:01:39 +0900 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1266368524 13767 80.91.229.12 (17 Feb 2010 01:02:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 17 Feb 2010 01:02:04 +0000 (UTC) Cc: expire-by-2010-02-18@kanis.fr, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 17 02:02:01 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 1NhYIh-0005tA-6J for ged-emacs-devel@m.gmane.org; Wed, 17 Feb 2010 02:01:59 +0100 Original-Received: from localhost ([127.0.0.1]:55008 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NhYIg-0004jy-Ml for ged-emacs-devel@m.gmane.org; Tue, 16 Feb 2010 20:01:58 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NhYIZ-0004hv-0X for emacs-devel@gnu.org; Tue, 16 Feb 2010 20:01:51 -0500 Original-Received: from [140.186.70.92] (port=56239 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NhYIW-0004ff-9F for emacs-devel@gnu.org; Tue, 16 Feb 2010 20:01:49 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NhYIT-0002Ah-Dz for emacs-devel@gnu.org; Tue, 16 Feb 2010 20:01:48 -0500 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:33561) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NhYIS-0002AF-Tm for emacs-devel@gnu.org; Tue, 16 Feb 2010 20:01:45 -0500 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id o1H11fPX007318; Wed, 17 Feb 2010 10:01:42 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp1.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id o1H11f9w020258; Wed, 17 Feb 2010 10:01:41 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp1.aist.go.jp with ESMTP id o1H11dQv021018; Wed, 17 Feb 2010 10:01:40 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 4.69) (envelope-from ) id 1NhYIN-0000AN-Js; Wed, 17 Feb 2010 10:01:39 +0900 In-Reply-To: (message from Stefan Monnier on Tue, 16 Feb 2010 09:04:38 -0500) X-detected-operating-system: by eggs.gnu.org: Solaris 9 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:121154 Archived-At: In article , Stefan Monnier writes: >>> > Perhaps we should consider moving SKK-JISYO.L (and the other >>> > big files) to `admin' directory which is not included in the tarball. >>> It sounds like a good idea, smaller tar ball saves bandwith. > > I'll do that after 23.2. > If we do that, we need to replace the file by a URL in the tarball (so > the file in `admin' is just a cache). ?? I don't understand exactly what you mean. > I think it's important to try and preserve the property that the tarball > contains all the *source* files. There are currently some files missing > there, admittedly, but I'm not completely happy about it. What do you mean by "*source*" here? Currently leim/ja-dic/ja-dic.el is generated from SKK-JISYO.L manually (i.e. by running M-x skkdic-convert) and then committed as the source of ja-dic.elc. And ja-dic.elc is automatically created from ja-dic.el by Makefile. So, in some senece, ja-dic.el is the source, and SKK-JISYO.L is an external information we use to make ja-dic.el. --- Kenichi Handa handa@m17n.org