[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: The Emacs Calculator and calendar
From: |
Ulrich Mueller |
Subject: |
Re: The Emacs Calculator and calendar |
Date: |
Mon, 8 Oct 2012 09:28:30 +0200 |
>>>>> On Sun, 07 Oct 2012, Paul Eggert wrote:
> +There is no ``year 0''; the day before
> address@hidden<Mon Jan 1, +1>} is @samp{<Sun Dec 31, -1>}. These are
> +days 2 and 1 respectively in Calc's internal numbering scheme.
If the goal is to make calc and calendar compatible, wouldn't it also
make sense to shift the numbering of days, so that <Mon Jan 1, +1>
(Gregorian) will have day number 1?
That is, use the same day counting as calendar does:
(calendar-absolute-from-gregorian '(12 31 -1))
0
(calendar-absolute-from-gregorian '(1 1 1))
1
Ulrich
- Re: The Emacs Calculator and calendar, (continued)
- Re: The Emacs Calculator and calendar, Stephen J. Turnbull, 2012/10/07
- Re: The Emacs Calculator and calendar, Achim Gratz, 2012/10/07
- Re: The Emacs Calculator and calendar, Eli Zaretskii, 2012/10/07
- Re: The Emacs Calculator and calendar, Stefan Monnier, 2012/10/07
- Re: The Emacs Calculator and calendar, Paul Eggert, 2012/10/07
- Re: The Emacs Calculator and calendar, Tim Cross, 2012/10/07
- Re: The Emacs Calculator and calendar, Stefan Monnier, 2012/10/07
- Re: The Emacs Calculator and calendar, Paul Eggert, 2012/10/08
- Re: The Emacs Calculator and calendar,
Ulrich Mueller <=
- Re: The Emacs Calculator and calendar, Stefan Monnier, 2012/10/08
- Re: The Emacs Calculator and calendar, Jay Belanger, 2012/10/08
- Re: The Emacs Calculator and calendar, James Cloos, 2012/10/08
- Re: The Emacs Calculator and calendar, Jay Belanger, 2012/10/08
- Re: The Emacs Calculator and calendar, Paul Eggert, 2012/10/13
- Re: The Emacs Calculator and calendar, Jay Belanger, 2012/10/13
- Re: The Emacs Calculator and calendar, Richard Stallman, 2012/10/08
- Re: The Emacs Calculator and calendar, Paul Eggert, 2012/10/08
- Re: The Emacs Calculator and calendar, Richard Stallman, 2012/10/08
- Re: The Emacs Calculator and calendar, Paul Eggert, 2012/10/09