* Re: [elpa] master a217663: Update copyright exceptions
[not found] ` <E1ZVSJu-0000S6-Vl@vcs.savannah.gnu.org>
@ 2015-08-29 15:16 ` Stefan Monnier
2015-08-29 15:57 ` Fabián Ezequiel Gallina
0 siblings, 1 reply; 3+ messages in thread
From: Stefan Monnier @ 2015-08-29 15:16 UTC (permalink / raw)
To: Fabián Ezequiel Gallina; +Cc: emacs-devel
Hi Fabián,
Could you tell me how you got this copyright_exceptions update?
It seems like it was done in the wrong locale (the content of the file
is unchanged, really, other than sorting the lines differently), yet the
GNUmakefile explicitly sets LANG=C to try and avoid that.
Please try and figure out what happened, so we can fix the GNUmakefile to
avoid the problem in the future.
...time passes...
Hmm... now I see that I used LANG=C instead of LC_ALL=C, so you probably
had some LC_* setting that took priority over the LANG setting. I just
fixed GNUmakefile to use LC_ALL=C.
Can you confirm that this was the cause of the problem?
Stefan
>>>>> "Fabin" == Fabin Ezequiel Gallina <fgallina@gnu.org> writes:
> branch: master
> commit a2176631a7c575fe1b2ab10b67ecb98d3d9dc100
> Author: Fabián Ezequiel Gallina <fgallina@gnu.org>
> Commit: Fabián Ezequiel Gallina <fgallina@gnu.org>
> Update copyright exceptions
> ---
> copyright_exceptions | 16 ++++++++--------
> 1 files changed, 8 insertions(+), 8 deletions(-)
> diff --git a/copyright_exceptions b/copyright_exceptions
> index 95f1b54..1e8413c 100644
> --- a/copyright_exceptions
> +++ b/copyright_exceptions
> @@ -1,20 +1,20 @@
> ./ada-mode/ada-prj.el
> -./ada-mode/ada-skel.el: ("copyright_license"
> ./ada-mode/ada-skel.el: "-- Copyright (C) " (format-time-string "%Y ") user-full-name " All Rights Reserved.\n"
> ./ada-mode/ada-skel.el: "-- Copyright (C) " (format-time-string "%Y ") user-full-name " All Rights Reserved.\n"
> -./ada-mode/ada-skel.el: "Example copyright/license skeleton, with automatic year and owner, GPLv3."
> +./ada-mode/ada-skel.el: ("copyright_license"
> +./ada-mode/ada-skel.el: "{copyright_license}\n"
> ./ada-mode/ada-skel.el: "Example copyright/license skeleton, with automatic year and owner."
> +./ada-mode/ada-skel.el: "Example copyright/license skeleton, with automatic year and owner, GPLv3."
> ./ada-mode/ada-skel.el: "Insert a file header comment, with automatic copyright year and prompt for copyright owner/license.
> -./ada-mode/ada-skel.el: "{copyright_license}\n"
> ./ada-mode/ada-stmt.el
> ./ada-mode/ada-xref.el
> -./ada-mode/gpr-skel.el: ("copyright_license"
> ./ada-mode/gpr-skel.el: "-- Copyright (C) " (format-time-string "%Y ") user-full-name " All Rights Reserved.\n"
> ./ada-mode/gpr-skel.el: "-- Copyright (C) " (format-time-string "%Y ") user-full-name " All Rights Reserved.\n"
> -./ada-mode/gpr-skel.el: "Example copyright/license skeleton, with automatic year and owner, GPLv3."
> +./ada-mode/gpr-skel.el: ("copyright_license"
> +./ada-mode/gpr-skel.el: "{copyright_license}\n"
> ./ada-mode/gpr-skel.el: "Example copyright/license skeleton, with automatic year and owner."
> +./ada-mode/gpr-skel.el: "Example copyright/license skeleton, with automatic year and owner, GPLv3."
> ./ada-mode/gpr-skel.el: "Insert a file header comment, with automatic copyright year and prompt for copyright owner/license.
> -./ada-mode/gpr-skel.el: "{copyright_license}\n"
> ./auctex/latex.el: "pounds" "copyright"
> ./auctex/multi-prompt.el
> ./auctex/plain-tex.el: "copyright"
> @@ -35,10 +35,10 @@
> ./auctex/style/german.el
> ./auctex/style/graphics.el
> ./auctex/style/j-article.el
> -./auctex/style/j-book.el
> -./auctex/style/j-report.el
> ./auctex/style/jarticle.el
> +./auctex/style/j-book.el
> ./auctex/style/jbook.el
> +./auctex/style/j-report.el
> ./auctex/style/jreport.el
> ./auctex/style/jsarticle.el
> ./auctex/style/jsbook.el
^ permalink raw reply [flat|nested] 3+ messages in thread