From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/76636 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.general Subject: Re: [PATCH] Make gnus-delay-article work for HH:MM on the next day. Date: Sun, 13 Feb 2011 20:30:05 +0100 Message-ID: <8762snd96q.fsf@member.fsf.org> References: <87hbc723k3.fsf@topper.koldfront.dk> <87zkpzkarx.fsf@topper.koldfront.dk> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1297625424 25638 80.91.229.12 (13 Feb 2011 19:30:24 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 13 Feb 2011 19:30:24 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M24979@lists.math.uh.edu Sun Feb 13 20:30:20 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PoheD-0005o1-R3 for ding-account@gmane.org; Sun, 13 Feb 2011 20:30:18 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1PoheC-0002x7-Cz; Sun, 13 Feb 2011 13:30:16 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1PoheA-0002we-93 for ding@lists.math.uh.edu; Sun, 13 Feb 2011 13:30:14 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1Pohe5-0002yV-Iv for ding@lists.math.uh.edu; Sun, 13 Feb 2011 13:30:14 -0600 Original-Received: from out1.smtp.messagingengine.com ([66.111.4.25]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Pohe4-0001E8-MC for ding@gnus.org; Sun, 13 Feb 2011 20:30:08 +0100 Original-Received: from compute2.internal (compute2.nyi.mail.srv.osa [10.202.2.42]) by gateway1.messagingengine.com (Postfix) with ESMTP id DE8C32090A for ; Sun, 13 Feb 2011 14:30:07 -0500 (EST) Original-Received: from frontend2.messagingengine.com ([10.202.2.161]) by compute2.internal (MEProxy); Sun, 13 Feb 2011 14:30:07 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=messagingengine.com; h=from:to:subject:references:date:in-reply-to:message-id:mime-version:content-type:content-transfer-encoding; s=smtpout; bh=8UkWptInWw6L86EQE1IqxBMjSgY=; b=cKvctPekm/KhpbWfQxIOHqaVW2wco9gXCvjh6G4QjZdsYNHgJWB5kQXGMUTwmXPU9IUj5qDFwmn8mVYZc2phZvYw5/O+XASz4OHoh1jx9rqJrDyh+Mu7ly+ADzvRvGaQS8XHSIsj8MB4mbb+qsz9XjQiedKlLe74ROAIORY1hSc= X-Sasl-enc: 2QUHjnLLDZBXkVVCBiRWw/0UQq0P58CivKukRZ33FPFi 1297625407 Original-Received: from thinkpad (95-88-32-105-dynip.superkabel.de [95.88.32.105]) by mail.messagingengine.com (Postfix) with ESMTPA id 4F62B443463 for ; Sun, 13 Feb 2011 14:30:07 -0500 (EST) In-Reply-To: <87zkpzkarx.fsf@topper.koldfront.dk> ("Adam =?utf-8?Q?Sj?= =?utf-8?Q?=C3=B8gren=22's?= message of "Sun, 13 Feb 2011 20:13:54 +0100") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) X-Spam-Score: -2.9 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:76636 Archived-At: asjo@koldfront.dk (Adam Sj=C3=B8gren) writes: Hi! > - (setq deadline (+ 3600 deadline))) ;3600 secs/day > + (setq deadline (+ 86400 deadline))) ; 86400 secs/day That's pretty funny. Kai Grossjohann added that code on 2001-08-15, and it took us 9.5 years to find out that a day is still a bit longer. ;-) Bye, Tassilo --=20 Sent from my Emacs