From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/76634 Path: news.gmane.org!not-for-mail From: asjo@koldfront.dk (Adam =?utf-8?Q?Sj=C3=B8gren?=) Newsgroups: gmane.emacs.gnus.general Subject: [PATCH] Improve delay prompt. Date: Sun, 13 Feb 2011 20:29:01 +0100 Organization: koldfront - analysis & revolution, Copenhagen, Denmark Message-ID: <87r5bbka2q.fsf_-_@topper.koldfront.dk> References: <87hbc723k3.fsf@topper.koldfront.dk> <87zkpzkarx.fsf@topper.koldfront.dk> <87ipwnvivx.fsf@gnus.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1297625382 25301 80.91.229.12 (13 Feb 2011 19:29:42 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 13 Feb 2011 19:29:42 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M24976@lists.math.uh.edu Sun Feb 13 20:29:38 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 1PohdZ-0005V3-Rc for ding-account@gmane.org; Sun, 13 Feb 2011 20:29:38 +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 1PohdI-0002r0-Ah; Sun, 13 Feb 2011 13:29:20 -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 1PohdG-0002qd-PU for ding@lists.math.uh.edu; Sun, 13 Feb 2011 13:29:18 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PohdB-0002y2-Uc for ding@lists.math.uh.edu; Sun, 13 Feb 2011 13:29:18 -0600 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Pohd9-0001B9-NZ for ding@gnus.org; Sun, 13 Feb 2011 20:29:11 +0100 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Pohd9-0005MU-Hi for ding@gnus.org; Sun, 13 Feb 2011 20:29:11 +0100 Original-Received: from rain.gmane.org ([80.91.229.7]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 13 Feb 2011 20:29:11 +0100 Original-Received: from asjo by rain.gmane.org with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 13 Feb 2011 20:29:11 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 34 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: rain.gmane.org Mail-Copies-To: never X-Now-Playing: The Ghost of Tom Joad, Renegades (Rage Against the Machine) X-Face: )qY&CseJ?.:=8F#^~GcSA?F=9eu'{KAFfL1C3/A&:nE?PW\i65"ba0NS)97,Q(^@xk}n4Ou rPuR#V8I(J_@~H($[ym:`K_+]*kjvW>xH5jbgLBVFGXY:(#4P>zVBklLbdL&XxL\M)%T}3S/IS9lMJ ^St'=VZBR Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:76634 Archived-At: * gnus-delay.el (gnus-delay-article) Improve prompt. --- lisp/ChangeLog | 1 + lisp/gnus-delay.el | 2 +- 2 files changed, 2 insertions(+), 1 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index dc45746..1a1afdf 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,6 +1,7 @@ 2011-02-13 Adam Sjøgren * gnus-delay.el (gnus-delay-article) Fix number of seconds per day. + Improve prompt. 2011-02-13 Lars Ingebrigtsen diff --git a/lisp/gnus-delay.el b/lisp/gnus-delay.el index 9b5a320..bfd1705 100644 --- a/lisp/gnus-delay.el +++ b/lisp/gnus-delay.el @@ -78,7 +78,7 @@ DELAY is a string, giving the length of the time. Possible values are: time, then the deadline is tomorrow, else today." (interactive (list (read-string - "Target date (YYYY-MM-DD) or length of delay (units in [mhdwMY]): " + "Target date (YYYY-MM-DD), time (hh:mm), or length of delay (units in [mhdwMY]): " gnus-delay-default-delay))) (let (num unit days year month day hour minute deadline) (cond ((string-match -- 1.7.2.3