From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Giles Chamberlin Newsgroups: gmane.emacs.help Subject: Re: Function for adding days Date: Tue, 18 Nov 2008 13:48:00 +0000 Message-ID: <877i715enj.fsf@tandberg.com> References: <0705b437-3fdb-4b96-a020-1289ad303e07@i20g2000prf.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1227019244 12328 80.91.229.12 (18 Nov 2008 14:40:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 18 Nov 2008 14:40:44 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Nov 18 15:41:46 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1L2Rly-0005cI-BP for geh-help-gnu-emacs@m.gmane.org; Tue, 18 Nov 2008 15:41:46 +0100 Original-Received: from localhost ([127.0.0.1]:52939 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L2Rkp-0006ah-Qu for geh-help-gnu-emacs@m.gmane.org; Tue, 18 Nov 2008 09:40:35 -0500 Original-Path: news.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 11 Original-X-Trace: individual.net BgX72+Nxox5rBDhrFB49JAh+W4Us7qFx2V39uC/1esONap+cnC Cancel-Lock: sha1:a1AA0oWqpU7pKZdXPDqH0abYHWU= sha1:hVo3QsTi5WNObZz+nKZOvDJNlsY= User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) Original-Xref: news.stanford.edu gnu.emacs.help:164568 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:59903 Archived-At: weber writes: > can anyone point me to a function that would allow me to calculate > what date will it be, for example, 10 days from now? calendar is kinda > big and i'm having trouble to find something like that... Have a look at calendar-absolute-from-gregorian and calendar-gregorian-from-absolute. -- Giles