GNU bug report logs - #40137
25.1; ERC ignore function should allow specifying a limited duration

Previous Next

Package: emacs;

Reported by: Phil Hagelberg <phil <at> hagelb.org>

Date: Thu, 19 Mar 2020 19:00:02 UTC

Severity: wishlist

Tags: fixed

Found in version 25.1

Fixed in version 28.1

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


Message #23 received at 40137 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Amin Bandali <bandali <at> gnu.org>
Cc: 40137 <at> debbugs.gnu.org, Phil Hagelberg <phil <at> hagelb.org>
Subject: Re: bug#40137: 25.1; ERC ignore function should allow specifying a
 limited duration
Date: Sun, 02 Aug 2020 20:31:10 +0200
Amin Bandali <bandali <at> gnu.org> writes:

> Anyhow, if anyone knows functions for parsing relative dates/times, I'd
> appreciate it if you could point them out to me.

Looks like org-element-timestamp-parser is the org time parser...
probably a bit excessive.  :-)

We'd want to parse stuff like 1m3d, right?  Which is awfully like what
iso8601-parse-duration accepts:

(iso8601-parse-duration "P3Y6M4DT12H30M5S")
=> (5 30 12 4 6 3 nil -1 nil)

(iso8601-parse-duration "P3W")
=> (nil nil nil 21 nil nil nil -1 nil)

So just upcase and add a P to the start and we're there.  :-)

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




This bug report was last modified 5 years and 9 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.