GNU bug report logs - #20606
Fwd: bug#20414: Fwd: lunar.el

Previous Next

Package: emacs;

Reported by: Nicholas Strauss <nicholas.strauss <at> gmail.com>

Date: Mon, 18 May 2015 18:21:04 UTC

Severity: wishlist

Tags: fixed, moreinfo, patch

Merged with 20414

Fixed in version 28.1

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

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 20606 in the body.
You can then email your comments to 20606 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-gnu-emacs <at> gnu.org:
bug#20606; Package emacs. (Mon, 18 May 2015 18:21:05 GMT) Full text and rfc822 format available.

Acknowledgement sent to Nicholas Strauss <nicholas.strauss <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Mon, 18 May 2015 18:21:06 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Nicholas Strauss <nicholas.strauss <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: Fwd: bug#20414: Fwd: lunar.el
Date: Mon, 18 May 2015 11:20:10 -0700
[Message part 1 (text/plain, inline)]
---------- Forwarded message ----------
From: Nicholas Strauss <nicholas.strauss <at> gmail.com>
Date: Mon, May 18, 2015 at 10:59 AM
Subject: Re: bug#20414: Fwd: lunar.el
To: Glenn Morris <rgm <at> gnu.org>


Hi Glenn,

You are right. I have a bug. Two conditions must be met -- the lunar
latitude must be near 0 AND the phase must be full e.g. longitude.

Code should read,
   (if (or (= phase 0)
            (= phase 2))
        (cond ((< moon-lat 2.42600766e-1)
               (concat "** " phase-name " Eclipse **"))
              ((< moon-lat 0.37)
               (concat "** " phase-name " Eclipse possible **"))
              (t
               "")
              )
      "")
    )
I will send a new patch/diff file.

Here is new listing:
Saturday, April 4, 2015: Full Moon 5:04am (PDT) ** Lunar Eclipse **
Saturday, April 11, 2015: Last Quarter Moon 8:50pm (PDT)
Saturday, April 18, 2015: New Moon 11:59am (PDT) ** Solar Eclipse possible **
Saturday, April 25, 2015: First Quarter Moon 4:57pm (PDT)
Sunday, May 3, 2015: Full Moon 8:41pm (PDT)
Monday, May 11, 2015: Last Quarter Moon 3:42am (PDT)
Sunday, May 17, 2015: New Moon 9:16pm (PDT)
Monday, May 25, 2015: First Quarter Moon 10:21am (PDT)
Tuesday, June 2, 2015: Full Moon 9:18am (PDT)
Tuesday, June 9, 2015: Last Quarter Moon 8:48am (PDT)
Tuesday, June 16, 2015: New Moon 7:08am (PDT)
Wednesday, June 24, 2015: First Quarter Moon 4:04am (PDT)
Wednesday, July 1, 2015: Full Moon 7:18pm (PDT)
Wednesday, July 8, 2015: Last Quarter Moon 1:31pm (PDT)
Wednesday, July 15, 2015: New Moon 6:26pm (PDT)
Thursday, July 23, 2015: First Quarter Moon 9:05pm (PDT)
Friday, July 31, 2015: Full Moon 3:41am (PDT)
Thursday, August 6, 2015: Last Quarter Moon 7:10pm (PDT)
Friday, August 14, 2015: New Moon 7:55am (PDT)
Saturday, August 22, 2015: First Quarter Moon 12:32pm (PDT)
Saturday, August 29, 2015: Full Moon 11:33am (PDT)
Saturday, September 5, 2015: Last Quarter Moon 3:01am (PDT)
Saturday, September 12, 2015: New Moon 11:43pm (PDT) ** Solar Eclipse **
Monday, September 21, 2015: First Quarter Moon 2:00am (PDT)
Sunday, September 27, 2015: Full Moon 7:48pm (PDT) ** Lunar Eclipse **
Sunday, October 4, 2015: Last Quarter Moon 2:12pm (PDT)
Monday, October 12, 2015: New Moon 5:07pm (PDT)
Tuesday, October 20, 2015: First Quarter Moon 1:32pm (PDT)
Tuesday, October 27, 2015: Full Moon 5:02am (PDT)
Tuesday, November 3, 2015: Last Quarter Moon 4:29am (PST)

Nick

On Mon, May 18, 2015 at 12:01 AM, Glenn Morris <rgm <at> gnu.org> wrote:
>
> Thanks for this.
> What's the difference between "eclipse" and "eclipse possible"?
>
> It predicts eclipses when the moon is quarter-full, which seems wrong?
>
> Tuesday, June 9, 2015: Last Quarter Moon 8:48am (PDT) **  Eclipse possible **
> Tuesday, June 16, 2015: New Moon 7:08am (PDT)
> Wednesday, June 24, 2015: First Quarter Moon 4:04am (PDT) **  Eclipse **
[lunar.el-patch (application/octet-stream, attachment)]

Reply sent to Marcin Borkowski <mbork <at> mbork.pl>:
You have taken responsibility. (Fri, 08 Apr 2016 18:10:01 GMT) Full text and rfc822 format available.

Notification sent to Nicholas Strauss <nicholas.strauss <at> gmail.com>:
bug acknowledged by developer. (Fri, 08 Apr 2016 18:10:01 GMT) Full text and rfc822 format available.

Message #10 received at 20606-done <at> debbugs.gnu.org (full text, mbox):

From: Marcin Borkowski <mbork <at> mbork.pl>
To: Nicholas Strauss <nicholas.strauss <at> gmail.com>
Cc: 20606-done <at> debbugs.gnu.org
Subject: Re: bug#20606: Fwd: bug#20414: Fwd: lunar.el
Date: Fri, 08 Apr 2016 20:09:12 +0200
On 2015-05-18, at 11:20, Nicholas Strauss <nicholas.strauss <at> gmail.com> wrote:

> ---------- Forwarded message ----------
> From: Nicholas Strauss <nicholas.strauss <at> gmail.com>
> Date: Mon, May 18, 2015 at 10:59 AM
> Subject: Re: bug#20414: Fwd: lunar.el
> To: Glenn Morris <rgm <at> gnu.org>, 20606 <at> debbugs.gnu.org
>
>
> Hi Glenn,
>
> You are right. I have a bug. Two conditions must be met -- the lunar
> latitude must be near 0 AND the phase must be full e.g. longitude.
>
> Code should read,
>    (if (or (= phase 0)
>             (= phase 2))
>         (cond ((< moon-lat 2.42600766e-1)
>                (concat "** " phase-name " Eclipse **"))
>               ((< moon-lat 0.37)
>                (concat "** " phase-name " Eclipse possible **"))
>               (t
>                "")
>               )
>       "")
>     )
> I will send a new patch/diff file.

I'm not sure what to do -- it seems that this is not a new bug report.
I'm closing it -- if this is not the right thing, anyone can reopen it
back.

-- 
Marcin




Forcibly Merged 20414 20606. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Sun, 10 Apr 2016 01:19:02 GMT) Full text and rfc822 format available.

Added tag(s) moreinfo. Request was from Stefan Kangas <stefan <at> marxist.se> to control <at> debbugs.gnu.org. (Mon, 20 Jan 2020 21:11:02 GMT) Full text and rfc822 format available.

Added tag(s) fixed. Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Wed, 22 Jan 2020 14:16:01 GMT) Full text and rfc822 format available.

bug marked as fixed in version 28.1, send any further explanations to 20414 <at> debbugs.gnu.org and Nicholas Strauss <nicholas.strauss <at> gmail.com> Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Wed, 22 Jan 2020 14:16:01 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 20 Feb 2020 12:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 66 days ago.

Previous Next


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