From: Eli Zaretskii <eliz@gnu.org>
To: "Евгений Михайлов" <lewwadoo@gmail.com>
Cc: 48298@debbugs.gnu.org
Subject: bug#48298: Invalid time specification: encode-time((0 30 11 1 1 0 nil -1 nil))
Date: Sun, 09 May 2021 09:46:56 +0300 [thread overview]
Message-ID: <83tunc8kv3.fsf@gnu.org> (raw)
In-Reply-To: <CAJOu9KKxOGRvk7w3Qg+PWrCtJybC6SwURAMDO-wbH5kF061Eiw@mail.gmail.com> (lewwadoo@gmail.com)
> From: Евгений Михайлов
> <lewwadoo@gmail.com>
> Date: Sat, 8 May 2021 19:55:10 +0300
>
> (my-mins-between "11:30" "12:04")
>
> (defun my-mins-between (time1 time2)
> "Return the minutes between HH:mm strings TIME1 and TIME2."
> (let ((diff (apply #'time-subtract
> (mapcar (lambda (time)
> (encode-time (decoded-time-set-defaults
> (parse-time-string time))))
> (list time1 time2)))))
> (/ (float-time diff) 60)))
>
> Debugger entered--Lisp error: (error "Invalid time specification")
> encode-time((0 30 11 1 1 0 nil -1 nil))
> (lambda (time) (encode-time (decoded-time-set-defaults (parse-time-string time))))("11:30")
> mapcar((lambda (time) (encode-time (decoded-time-set-defaults (parse-time-string time)))) ("11:30"
> "12:04"))
I guess the problem is in decoded-time-set-defaults, if anywhere.
However, I'm not sure I understand the idea behind your
my-mins-between: how did you expect Emacs to guess the year you had in
mind?
next prev parent reply other threads:[~2021-05-09 6:46 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-08 16:55 bug#48298: Invalid time specification: encode-time((0 30 11 1 1 0 nil -1 nil)) Евгений Михайлов
2021-05-08 22:37 ` Basil L. Contovounesios
2021-05-09 7:07 ` Eli Zaretskii
2021-05-09 6:46 ` Eli Zaretskii [this message]
2021-05-09 8:19 ` Basil L. Contovounesios
2021-05-09 8:27 ` Eli Zaretskii
2021-05-09 8:54 ` Basil L. Contovounesios
2021-05-09 9:52 ` Lars Ingebrigtsen
2021-05-09 10:03 ` Basil L. Contovounesios
2021-05-09 10:09 ` Lars Ingebrigtsen
2021-05-09 11:02 ` Basil L. Contovounesios
2021-05-09 10:35 ` Eli Zaretskii
2021-05-09 10:59 ` Basil L. Contovounesios
2021-05-09 11:49 ` Eli Zaretskii
2021-05-09 13:57 ` Basil L. Contovounesios
2021-05-09 7:30 ` Andreas Schwab
2021-05-11 20:56 ` bug#48298: Евгений Михайлов
2021-05-11 21:37 ` bug#48298: Basil L. Contovounesios
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=83tunc8kv3.fsf@gnu.org \
--to=eliz@gnu.org \
--cc=48298@debbugs.gnu.org \
--cc=lewwadoo@gmail.com \
/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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.