emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Timer errors in last few days (bignump change?)


From: Kaushal Modi
Subject: Re: Timer errors in last few days (bignump change?)
Date: Wed, 5 Sep 2018 14:53:25 -0400

On Wed, Sep 5, 2018 at 2:49 PM Kaushal Modi <address@hidden> wrote:

So.. is this a user error.. that elisp is not valid (i.e. nil not allowed in that list)?

So my second email in this thread was a false alarm then.

This works:

(apply #'encode-time
       (mapcar (lambda (el)
                 (or el 0))
               (parse-time-string "2018-09-05")))

But the first report on consistent timer errors in Messages buffer still holds.
--

Kaushal Modi


reply via email to

[Prev in Thread] Current Thread [Next in Thread]