bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#20606: Fwd: bug#20414: Fwd: lunar.el


From: Marcin Borkowski
Subject: bug#20606: Fwd: bug#20414: Fwd: lunar.el
Date: Fri, 08 Apr 2016 20:09:12 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

On 2015-05-18, at 11:20, Nicholas Strauss <nicholas.strauss@gmail.com> wrote:

> ---------- Forwarded message ----------
> From: Nicholas Strauss <nicholas.strauss@gmail.com>
> Date: Mon, May 18, 2015 at 10:59 AM
> Subject: Re: bug#20414: Fwd: lunar.el
> To: Glenn Morris <rgm@gnu.org>, 20606@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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]