Received: (at 52951) by debbugs.gnu.org; 5 Jan 2022 09:55:01 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Wed Jan 05 04:55:01 2022 Received: from localhost ([127.0.0.1]:39603 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1n530W-0001uO-QV for submit <at> debbugs.gnu.org; Wed, 05 Jan 2022 04:55:01 -0500 Received: from mail1450c50.megamailservers.eu ([91.136.14.50]:54648 helo=mail265c50.megamailservers.eu) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <mattiase@HIDDEN>) id 1n530U-0001u4-1l for 52951 <at> debbugs.gnu.org; Wed, 05 Jan 2022 04:54:59 -0500 X-Authenticated-User: mattiase@HIDDEN DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=megamailservers.eu; s=maildub; t=1641376486; bh=AE9dLLBtmJaUqUbnmzFsnpcGRWzZcW1TmGwE5rUh0ik=; h=From:Subject:Date:Cc:To:From; b=Q6x7dThx8H2cUKDkPCXGXRZM1DUYoK3AxOn0kKsgd2nRKuYLAjkiufXnHy3EQnjg6 50ZljWPKq4L2C1HwRv9RmBlkO0M58Yw5cdl3UiSfQVmkSHQGpXK9ExYVedMnowRwLw GDlovjDdFNB5FPw7/R7KHkLwh6f6wd8BeyYUv7Yo= Feedback-ID: mattiase@HIDDEN Received: from smtpclient.apple (c188-150-171-71.bredband.tele2.se [188.150.171.71]) (authenticated bits=0) by mail265c50.megamailservers.eu (8.14.9/8.13.1) with ESMTP id 2059sic6015422; Wed, 5 Jan 2022 09:54:45 +0000 From: =?utf-8?Q?Mattias_Engdeg=C3=A5rd?= <mattiase@HIDDEN> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.120.0.1.13\)) Subject: bug#52951: Including Swedish calendar localization (sv-kalender.el) in Emacs Message-Id: <E46A0E93-A34A-41AE-8357-7C9048B3DECA@HIDDEN> Date: Wed, 5 Jan 2022 10:54:43 +0100 To: Stefan Kangas <stefankangas@HIDDEN> X-Mailer: Apple Mail (2.3654.120.0.1.13) X-CTCH-RefID: str=0001.0A742F28.61D56AE6.004F, ss=1, re=0.000, recu=0.000, reip=0.000, cl=1, cld=1, fgs=0 X-CTCH-VOD: Unknown X-CTCH-Spam: Unknown X-CTCH-Score: 0.000 X-CTCH-Rules: X-CTCH-Flags: 0 X-CTCH-ScoreCust: 0.000 X-Origin-Country: SE X-Spam-Score: 1.4 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: > http://bigwalter.net/daniel/elisp/sv-kalender.el Thank you! > (setq calendar-time-display-form > '(24-hours ":" minutes)) Content analysis details: (1.4 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 0.4 KHOP_HELO_FCRDNS Relay HELO differs from its IP's reverse DNS X-Debbugs-Envelope-To: 52951 Cc: Daniel Jensen <daniel@HIDDEN>, 52951 <at> debbugs.gnu.org, Arthur Miller <arthur.miller@HIDDEN> X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -0.0 (/) > http://bigwalter.net/daniel/elisp/sv-kalender.el Thank you! > (setq calendar-time-display-form > '(24-hours ":" minutes)) Standard Swedish style uses a dot as separator; the colon appears to = have crept in as a fairly recent Anglicism (and I think it looks a bit = tacky). The file should also use lexical-binding: t. > (eval-after-load "solar" We should probably use `with-eval-after-load`. > (eval calendar-location-name) Would `symbol-value` do instead of `eval` here? > '((if (fboundp 'atan) I think we can assume the presence of `atan`. > (funcall 'holiday-sexp calendar-daylight-savings-starts > (funcall 'holiday-sexp calendar-daylight-savings-ends Why the explicit `funcall`s? Is this a holiday code subtlety? By the way, is there a way to do without the defadvice? They tend to be = brittle.
bug-gnu-emacs@HIDDEN
:bug#52951
; Package emacs
.
Full text available.Received: (at 52951) by debbugs.gnu.org; 2 Jan 2022 23:43:44 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Sun Jan 02 18:43:44 2022 Received: from localhost ([127.0.0.1]:33913 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1n4AVs-0001Qm-H5 for submit <at> debbugs.gnu.org; Sun, 02 Jan 2022 18:43:44 -0500 Received: from mail-pj1-f54.google.com ([209.85.216.54]:43964) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <stefankangas@HIDDEN>) id 1n4AVq-0001QW-5y for 52951 <at> debbugs.gnu.org; Sun, 02 Jan 2022 18:43:42 -0500 Received: by mail-pj1-f54.google.com with SMTP id a11-20020a17090a854b00b001b11aae38d6so30835130pjw.2 for <52951 <at> debbugs.gnu.org>; Sun, 02 Jan 2022 15:43:42 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:in-reply-to:references:user-agent :mime-version:date:message-id:subject:to:cc; bh=t6JbhHQ5ETKpksbIB7M5P3LMxbzAf10WXyhxzrgjrE0=; b=OGRZFTwaWUwJ2SyiYiaHqzJSHuAnV1WmuXt2p/bwH/xmJtF9KCZMrVoaJVxZJfVFtR jziT//LKSxPT7om9Lm80JWMXRQg1yrwzvq2AoocegibL1patqoJN93buH/fEWZWLFKLh nImjMY3GoREGcC/fG/SaiaGjgAPJ/kFjIHB8I5BUSR5Pm2MUDGmRkUKD6IG0duo0wFGB 48bkocFhVqK+P8aCP2OxzD7Dj9SkZggq8+OYSHIF9og9B6ehd1mW7k1dGV9BSvL68mx1 k2KeGzz2E+piya14EqrYtTLrTatwh3yasdKZlzo1vcwFczkA8/9ASmH6eqFBUWHnhEZU F/GA== X-Gm-Message-State: AOAM532lWneVhNLQYSnMGxTg3rIlbEsS+d1I3lDDz5BJiFd2fuYUuy59 k2miRO1FUQz8swVklnh/aBB/mZ5XYuJK8KPZeRc= X-Google-Smtp-Source: ABdhPJznxA1Qn89Ejxlw8P9ThTfgo8TRO/tsbat/vSLw6XxgLSQM6smfOlv39c+6j3dLZqU/4VCBYFYLIKHePH6PvlQ= X-Received: by 2002:a17:902:ab97:b0:149:8662:1736 with SMTP id f23-20020a170902ab9700b0014986621736mr28837406plr.174.1641167016234; Sun, 02 Jan 2022 15:43:36 -0800 (PST) Received: from 753933720722 named unknown by gmailapi.google.com with HTTPREST; Sun, 2 Jan 2022 18:43:35 -0500 From: Stefan Kangas <stefan@HIDDEN> In-Reply-To: <87ee5q6j8s.fsf@HIDDEN> (Daniel Jensen's message of "Sun, 02 Jan 2022 20:16:35 +0100") References: <CADwFkmnZ+6=C=sw5TSVULpU005VcYq=1MJ5+ADkd9NBOXSY3Fg@HIDDEN> <87ee5q6j8s.fsf@HIDDEN> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Date: Sun, 2 Jan 2022 18:43:35 -0500 Message-ID: <CADwFkmm4UsmA=h_Ln+GZy72+bP7Z3N4avBn76nHoffQCNKz5kQ@HIDDEN> Subject: Re: bug#52951: Including Swedish calendar localization (sv-kalender.el) in Emacs To: Daniel Jensen <daniel@HIDDEN> Content-Type: text/plain; charset="UTF-8" X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 52951 Cc: 52951 <at> debbugs.gnu.org, Arthur Miller <arthur.miller@HIDDEN> X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -0.5 (/) Daniel Jensen <daniel@HIDDEN> writes: > I have assigned copyright to the FSF, yes. I wrote sv-kalender.el. Some > of it was adapted from holiday code in Emacs at the time, but it was a > long time ago and I don't recall any specifics -- it is not a copyright > problem anyway. I don't mind at all having it included in Emacs. Thanks for confirming this. I have used this library for a very long time, so I'm happy to see it getting mainlined. > I'm glad you want to include it in Emacs. I'm sure some improvement is > needed to have it match Emacs standards. Unfortunately I don't have the > time to work on this project right now, but I wish you luck. Thank you! I will mark myself as the maintainer if no one else is interested. The documentation will need to be translated to English (to the extent possible), but maybe there are other things to clean up as well. I will base this on the latest version at this URL: http://bigwalter.net/daniel/elisp/sv-kalender.el It seems to incorporate some fixes from Arthur Miller.
bug-gnu-emacs@HIDDEN
:bug#52951
; Package emacs
.
Full text available.Received: (at 52951) by debbugs.gnu.org; 2 Jan 2022 22:51:25 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Sun Jan 02 17:51:25 2022 Received: from localhost ([127.0.0.1]:33887 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1n49hE-0008T2-Mg for submit <at> debbugs.gnu.org; Sun, 02 Jan 2022 17:51:25 -0500 Received: from bin-mail-out-05.binero.net ([195.74.38.228]:26988) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <daniel@HIDDEN>) id 1n46LT-0000Rc-MI for 52951 <at> debbugs.gnu.org; Sun, 02 Jan 2022 14:16:44 -0500 X-Halon-ID: 806a337c-6c00-11ec-b140-0050569116f7 Authorized-sender: daniel@HIDDEN Received: from fortis.bigwalter.net (unknown [193.234.41.60]) by bin-vsp-out-03.atm.binero.net (Halon) with ESMTPSA id 806a337c-6c00-11ec-b140-0050569116f7; Sun, 02 Jan 2022 20:16:35 +0100 (CET) From: Daniel Jensen <daniel@HIDDEN> To: Stefan Kangas <stefan@HIDDEN> Subject: Re: bug#52951: Including Swedish calendar localization (sv-kalender.el) in Emacs References: <CADwFkmnZ+6=C=sw5TSVULpU005VcYq=1MJ5+ADkd9NBOXSY3Fg@HIDDEN> Date: Sun, 02 Jan 2022 20:16:35 +0100 In-Reply-To: <CADwFkmnZ+6=C=sw5TSVULpU005VcYq=1MJ5+ADkd9NBOXSY3Fg@HIDDEN> (Stefan Kangas's message of "Sun, 2 Jan 2022 09:41:03 -0500") Message-ID: <87ee5q6j8s.fsf@HIDDEN> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 52951 X-Mailman-Approved-At: Sun, 02 Jan 2022 17:51:23 -0500 Cc: 52951 <at> debbugs.gnu.org, Arthur Miller <arthur.miller@HIDDEN> X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -1.0 (-) On 2022-01-02 at 09:41, Stefan Kangas wrote: > Severity: wishlist > > We have talked about adding the library sv-kalender.el to Emacs itself: > > https://lists.gnu.org/archive/html/emacs-devel/2021-07/msg00030.html > > I am opening this bug to track this work. The main question that > remains is whether or not we have the necessary copyright assignments. > > Daniel, if I understand correctly, you have already assigned copyright > to the FSF for Emacs contributions. Are you okay with including > sv-kalender.el in Emacs itself? Could you please also confirm that you > have written that file yourself? I have assigned copyright to the FSF, yes. I wrote sv-kalender.el. Some of it was adapted from holiday code in Emacs at the time, but it was a long time ago and I don't recall any specifics -- it is not a copyright problem anyway. I don't mind at all having it included in Emacs. > The current plan would be to include sv-kalender.el as a "core" package > in the main Emacs repository. This means that it will be maintained in > emacs.git, but we will have the option to release new versions of the > package on GNU ELPA. I'm glad you want to include it in Emacs. I'm sure some improvement is needed to have it match Emacs standards. Unfortunately I don't have the time to work on this project right now, but I wish you luck. Thank you!
bug-gnu-emacs@HIDDEN
:bug#52951
; Package emacs
.
Full text available.Received: (at submit) by debbugs.gnu.org; 2 Jan 2022 14:41:08 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Sun Jan 02 09:41:08 2022 Received: from localhost ([127.0.0.1]:60098 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1n422m-0004ly-IV for submit <at> debbugs.gnu.org; Sun, 02 Jan 2022 09:41:08 -0500 Received: from lists.gnu.org ([209.51.188.17]:48300) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <stefankangas@HIDDEN>) id 1n422k-0004lr-Qr for submit <at> debbugs.gnu.org; Sun, 02 Jan 2022 09:41:07 -0500 Received: from eggs.gnu.org ([209.51.188.92]:41852) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <stefankangas@HIDDEN>) id 1n422k-0000bq-LA for bug-gnu-emacs@HIDDEN; Sun, 02 Jan 2022 09:41:06 -0500 Received: from mail-pl1-f182.google.com ([209.85.214.182]:46833) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from <stefankangas@HIDDEN>) id 1n422j-00063R-2j for bug-gnu-emacs@HIDDEN; Sun, 02 Jan 2022 09:41:06 -0500 Received: by mail-pl1-f182.google.com with SMTP id w7so22764117plp.13 for <bug-gnu-emacs@HIDDEN>; Sun, 02 Jan 2022 06:41:04 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:mime-version:date:message-id:subject:to; bh=7PuN1E8a0V2VvNrrhWUuArNvOOx2CNJSqnFS3TD0haU=; b=jmKyvUcd5zrSkL7HdWg9Bgth2d99RAapOEXYUUF9+ukYGGEq3OQG2wWwuczxkJdSLF 6KjDIaLr063noXUSfW+s/JD2+rsZJ9kidaYaQvld2QyrBerCBV+Pu4PeJzda7bHB+leY rNB5qTTUK97YWMbzTET13T2oFBzns+lueqnBtWAt989xLgn5R6alLU2lHXuyIZGcmAwz 66JO3H55p5NRsZE0eF/ASGfA4mnVyvyMVKSZEhvz/R8EjIzGFeZtuyjdtWL1HAKmtGxw kyQGTzikddn810MX+eHoz8JXwhATbybgog1IPmz12icFeY56hbF9n7frTV1Kc8Q0VXa0 QUcw== X-Gm-Message-State: AOAM530bVnzLdm7TorSde/0I5XyX6/XwhqFTjOyAujSnaEtBvWtzoTWg M8e2Jj/U6Q0qf5kpQvpT0OV3q5XRCuuyFBXaVXZ8oye4 X-Google-Smtp-Source: ABdhPJyH2dLuf33YIWk88DumV5LyTu1/uNq9yavB6sPW8pWM8tT9T9gTFFgUpGdWrzBRuwTHKDArW0c1IhJBN426P/o= X-Received: by 2002:a17:90a:4482:: with SMTP id t2mr36316420pjg.133.1641134463506; Sun, 02 Jan 2022 06:41:03 -0800 (PST) Received: from 753933720722 named unknown by gmailapi.google.com with HTTPREST; Sun, 2 Jan 2022 09:41:03 -0500 From: Stefan Kangas <stefan@HIDDEN> X-Debbugs-CC: Daniel Jensen <daniel@HIDDEN>, Arthur Miller <arthur.miller@HIDDEN> MIME-Version: 1.0 Date: Sun, 2 Jan 2022 09:41:03 -0500 Message-ID: <CADwFkmnZ+6=C=sw5TSVULpU005VcYq=1MJ5+ADkd9NBOXSY3Fg@HIDDEN> Subject: Including Swedish calendar localization (sv-kalender.el) in Emacs To: bug-gnu-emacs@HIDDEN Content-Type: text/plain; charset="UTF-8" Received-SPF: pass client-ip=209.85.214.182; envelope-from=stefankangas@HIDDEN; helo=mail-pl1-f182.google.com X-Spam_score_int: 5 X-Spam_score: 0.5 X-Spam_bar: / X-Spam_report: (0.5 / 5.0 requ) FREEMAIL_FORGED_FROMDOMAIN=0.249, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -0.8 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -1.8 (-) Severity: wishlist We have talked about adding the library sv-kalender.el to Emacs itself: https://lists.gnu.org/archive/html/emacs-devel/2021-07/msg00030.html I am opening this bug to track this work. The main question that remains is whether or not we have the necessary copyright assignments. Daniel, if I understand correctly, you have already assigned copyright to the FSF for Emacs contributions. Are you okay with including sv-kalender.el in Emacs itself? Could you please also confirm that you have written that file yourself? The current plan would be to include sv-kalender.el as a "core" package in the main Emacs repository. This means that it will be maintained in emacs.git, but we will have the option to release new versions of the package on GNU ELPA. Thanks in advance. [Please use "Reply to all" to make sure any followups land in the bug tracker.]
Stefan Kangas <stefan@HIDDEN>
:daniel@HIDDEN, arthur.miller@HIDDEN, bug-gnu-emacs@HIDDEN
.
Full text available.daniel@HIDDEN, arthur.miller@HIDDEN, bug-gnu-emacs@HIDDEN
:bug#52951
; Package emacs
.
Full text available.
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.