unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: Joost Kremers <joostkremers@fastmail.fm>
Cc: Bob Rogers <rogers-emacs@rgrjr.homedns.org>,  emacs-devel@gnu.org
Subject: Re: Allow unspecified dates in iso8601-valid-p?
Date: Mon, 04 Jul 2022 12:56:02 -0400	[thread overview]
Message-ID: <jwvtu7wj0yn.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <87o7y4etiq.fsf@fastmail.fm> (Joost Kremers's message of "Mon, 04 Jul 2022 18:21:15 +0200")

> The question then becomes if it's useful to write such a function, or would it
> make more sense to account for unspecified dates in the relevant part of
> bibtex.el.

Not sure where it should live, but it could start with a hack like

    (defun iso8601-compilant-p (date)
      (iso8601-valid-p (replace-regexp-in-string "[xX]" "1" date)))


-- Stefan




      reply	other threads:[~2022-07-04 16:56 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-04 12:47 Allow unspecified dates in iso8601-valid-p? Joost Kremers
2022-07-04 15:34 ` Bob Rogers
2022-07-04 16:21   ` Joost Kremers
2022-07-04 16:56     ` Stefan Monnier [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=jwvtu7wj0yn.fsf-monnier+emacs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=emacs-devel@gnu.org \
    --cc=joostkremers@fastmail.fm \
    --cc=rogers-emacs@rgrjr.homedns.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).