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.

Full log


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




This bug report was last modified 5 years and 176 days ago.

Previous Next


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