GNU bug report logs - #3428
23.0.94; Missing source files?

Previous Next

Package: emacs;

Reported by: "Per Starbäck" <per <at> starback.se>

Date: Sun, 31 May 2009 11:35:04 UTC

Severity: normal

Done: Chong Yidong <cyd <at> stupidchicken.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 3428 in the body.
You can then email your comments to 3428 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#3428; Package emacs. (Sun, 31 May 2009 11:35:04 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Per Starbäck" <per <at> starback.se>:
New bug report received and forwarded. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Sun, 31 May 2009 11:35:04 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):

From: "Per Starbäck" <per <at> starback.se>
To: emacs-pretest-bug <at> gnu.org
Subject: 23.0.94; Missing source files?
Date: Sun, 31 May 2009 13:31:41 +0200
In GNU Emacs 23.0.94:

There are several files in emacs-23.0.94/lisp/international
that are automatically generated from files that aren't in the Emacs
distribution. Is that an oversight? At least

  charprop.el, eucjp-ms.el, uni-name.el and uni-old-name.el

have comments about being automatically generated from such files.
The files I'm missing are 

  unidata-gen.el, eucJP-13th.txt, eucJP-udc.txt, eucJP-ibmext.txt
  and UnicodeData.txt

judging by those comments.



Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#3428; Package emacs. (Mon, 01 Jun 2009 00:50:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to Chong Yidong <cyd <at> stupidchicken.com>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Mon, 01 Jun 2009 00:50:03 GMT) Full text and rfc822 format available.

Message #10 received at 3428 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Chong Yidong <cyd <at> stupidchicken.com>
To: Per Starbäck <per <at> starback.se>
Cc: 3428 <at> debbugs.gnu.org
Subject: Re: 23.0.94; Missing source files?
Date: Sun, 31 May 2009 20:46:59 -0400
> There are several files in emacs-23.0.94/lisp/international
> that are automatically generated from files that aren't in the Emacs
> distribution. Is that an oversight?

We intentionally don't include these source files.  They are not
small---UnicodeData.txt is 1.1MB---and they have no further use in
Emacs, so it doesn't make sense to include it in the Emacs distribution.
You only need to generate these files once, and that's it.

However, I think these files need to include the Unicode License
Agreement (a permissive free license).  I'll do that once Emacs CVS
comes back up.



Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#3428; Package emacs. (Mon, 01 Jun 2009 23:55:05 GMT) Full text and rfc822 format available.

Acknowledgement sent to rms <at> gnu.org:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Mon, 01 Jun 2009 23:55:05 GMT) Full text and rfc822 format available.

Message #15 received at 3428 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Richard Stallman <rms <at> gnu.org>
To: Chong Yidong <cyd <at> stupidchicken.com>, 3428 <at> debbugs.gnu.org
Cc: per <at> starback.se, 3428 <at> debbugs.gnu.org
Subject: Re: bug#3428: 23.0.94; Missing source files?
Date: Mon, 01 Jun 2009 19:46:07 -0400
    > There are several files in emacs-23.0.94/lisp/international
    > that are automatically generated from files that aren't in the Emacs
    > distribution. Is that an oversight?

    We intentionally don't include these source files.  They are not
    small---UnicodeData.txt is 1.1MB---and they have no further use in
    Emacs, so it doesn't make sense to include it in the Emacs distribution.
    You only need to generate these files once, and that's it.

We can package them separately if that is more convenient, but we are
ethically bound to make them available somehow.

Do we?



Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#3428; Package emacs. (Tue, 02 Jun 2009 01:30:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to Chong Yidong <cyd <at> stupidchicken.com>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Tue, 02 Jun 2009 01:30:04 GMT) Full text and rfc822 format available.

Message #20 received at 3428 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Chong Yidong <cyd <at> stupidchicken.com>
To: rms <at> gnu.org
Cc: 3428 <at> debbugs.gnu.org, per <at> starback.se
Subject: Re: bug#3428: 23.0.94; Missing source files?
Date: Mon, 01 Jun 2009 21:27:07 -0400
Richard Stallman <rms <at> gnu.org> writes:

>     We intentionally don't include these source files.  They are not
>     small---UnicodeData.txt is 1.1MB---and they have no further use in
>     Emacs, so it doesn't make sense to include it in the Emacs distribution.
>     You only need to generate these files once, and that's it.
>
> We can package them separately if that is more convenient, but we are
> ethically bound to make them available somehow.

Yes, in the admin/unidata directory of the Emacs source repository.

I propose to do the following, WDYT?

1. Add the following header to the generated files (which currently
   have no copyright header):

  ;; Copyright (C) 1991-2009 Unicode, Inc.
  ;; This file was generated from the Unicode data file at
  ;; http://www.unicode.org/Public/UNIDATA/UnicodeData.txt.
  ;; See lisp/international/README for the copyright and permission notice.

2. Add a README file to the lisp/international directory, with the
   following contents:

The following files in this directory are derived from the Unicode
Data File at http://www.unicode.org/Public/UNIDATA/UnicodeData.txt,
downloaded on 2006-05-23:

  charprop.el uni-bidi.el uni-category.el uni-combining.el
  uni-comment.el uni-decimal.el uni-decomposition.el uni-digit.el
  uni-lowercase.el uni-mirrored.el uni-name.el uni-numeric.el
  uni-old-name.el uni-titlecase.el uni-uppercase.el

These files were generated from UnicodeData.txt using unidata-gen.el,
which is not included in the Emacs distribution; it can be found in
the admin/unidata directory of the Emacs source repository.

The file UnicodeData.txt is used under the terms of the following
Copyright and Permission Notice:


Copyright (C) 1991-2009 Unicode, Inc. All rights reserved. Distributed
under the Terms of Use in http://www.unicode.org/copyright.html.

Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation (the
"Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software without
restriction, including without limitation the rights to use, copy,
modify, merge, publish, distribute, and/or sell copies of the Data
Files or Software, and to permit persons to whom the Data Files or
Software are furnished to do so, provided that (a) the above copyright
notice(s) and this permission notice appear with all copies of the
Data Files or Software, (b) both the above copyright notice(s) and
this permission notice appear in associated documentation, and (c)
there is clear notice in each modified Data File or in the Software as
well as in the documentation associated with the Data File(s) or
Software that the data or software has been modified.

THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT
HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR
ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA FILES OR
SOFTWARE.

Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale, use
or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.



Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#3428; Package emacs. (Wed, 03 Jun 2009 03:00:06 GMT) Full text and rfc822 format available.

Acknowledgement sent to rms <at> gnu.org:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Wed, 03 Jun 2009 03:00:06 GMT) Full text and rfc822 format available.

Message #25 received at 3428 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Richard Stallman <rms <at> gnu.org>
To: Chong Yidong <cyd <at> stupidchicken.com>
Cc: 3428 <at> debbugs.gnu.org, per <at> starback.se
Subject: Re: bug#3428: 23.0.94; Missing source files?
Date: Tue, 02 Jun 2009 22:53:22 -0400
This looks good, but this

    which is not included in the Emacs distribution; it can be found in
    the admin/unidata directory of the Emacs source repository.

should say precisely WHERE the Emacs source repository is.



Reply sent to Chong Yidong <cyd <at> stupidchicken.com>:
You have taken responsibility. (Thu, 04 Jun 2009 01:35:06 GMT) Full text and rfc822 format available.

Notification sent to "Per Starbäck" <per <at> starback.se>:
bug acknowledged by developer. (Thu, 04 Jun 2009 01:35:06 GMT) Full text and rfc822 format available.

Message #30 received at 3428-done <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Chong Yidong <cyd <at> stupidchicken.com>
To: rms <at> gnu.org
Cc: 3428-done <at> debbugs.gnu.org, per <at> starback.se
Subject: Re: bug#3428: 23.0.94; Missing source files?
Date: Wed, 03 Jun 2009 21:30:27 -0400
Richard Stallman <rms <at> gnu.org> writes:

> This looks good, but this
>
>     which is not included in the Emacs distribution; it can be found in
>     the admin/unidata directory of the Emacs source repository.
>
> should say precisely WHERE the Emacs source repository is.

OK, done.



bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> emacsbugs.donarmstrong.com. (Thu, 02 Jul 2009 14:24:18 GMT) Full text and rfc822 format available.

This bug report was last modified 15 years and 358 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.