From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: The Emacs Calculator and calendar Date: Mon, 08 Oct 2012 09:56:28 -0400 Message-ID: References: <87y5jk3f7d.fsf@gmail.com> <87626md8aj.fsf@Rainer.invalid> <83vcem6592.fsf@gnu.org> <5071E6E7.7080906@cs.ucla.edu> <5072731C.8000408@cs.ucla.edu> <20594.32926.513095.185389@a1i15.kph.uni-mainz.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1349704606 2092 80.91.229.3 (8 Oct 2012 13:56:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 8 Oct 2012 13:56:46 +0000 (UTC) Cc: Paul Eggert , emacs-devel@gnu.org To: Ulrich Mueller Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 08 15:56:51 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TLDpD-0003uK-BJ for ged-emacs-devel@m.gmane.org; Mon, 08 Oct 2012 15:56:51 +0200 Original-Received: from localhost ([::1]:56623 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TLDp7-0003uH-Cb for ged-emacs-devel@m.gmane.org; Mon, 08 Oct 2012 09:56:45 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:53285) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TLDp2-0003uA-D0 for emacs-devel@gnu.org; Mon, 08 Oct 2012 09:56:44 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TLDor-0006Sz-Pm for emacs-devel@gnu.org; Mon, 08 Oct 2012 09:56:40 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:30393) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TLDor-0006Sv-LU for emacs-devel@gnu.org; Mon, 08 Oct 2012 09:56:29 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av0EAG6Zu09FxLQG/2dsb2JhbABEtBGBCIIVAQEEAVYjBQsLDiYSFBgNJIgcBboJkEQDozOBWIMF X-IronPort-AV: E=Sophos;i="4.75,637,1330923600"; d="scan'208";a="200866880" Original-Received: from 69-196-180-6.dsl.teksavvy.com (HELO pastel.home) ([69.196.180.6]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 08 Oct 2012 09:56:28 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 2F9D0594D1; Mon, 8 Oct 2012 09:56:28 -0400 (EDT) In-Reply-To: <20594.32926.513095.185389@a1i15.kph.uni-mainz.de> (Ulrich Mueller's message of "Mon, 8 Oct 2012 09:28:30 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.182 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:154234 Archived-At: > If the goal is to make calc and calendar compatible, wouldn't it also > make sense to shift the numbering of days, so that > (Gregorian) will have day number 1? I wish/hope that Calc can use Calendar's code to do the conversions. Stefan