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: Eli Zaretskii
Subject: Re: Timer errors in last few days (bignump change?)
Date: Wed, 05 Sep 2018 21:45:05 +0300

> From: Kaushal Modi <address@hidden>
> Date: Wed, 5 Sep 2018 14:39:49 -0400
> 
> When I try to do this:
> 
> M-: (apply #'encode-time (parse-time-string "2018-09-05"))
> 
> I get:
> 
> Debugger entered--Lisp error: (wrong-type-argument fixnump nil)
>   encode-time(nil nil nil 5 9 2018 nil nil nil)
>   apply(encode-time (nil nil nil 5 9 2018 nil nil nil))
>   eval((apply #'encode-time (parse-time-string "2018-09-05")) t)
>   eval-expression((apply #'encode-time (parse-time-string "2018-09-05")) nil 
> nil 127)
>   funcall-interactively(eval-expression (apply #'encode-time 
> (parse-time-string "2018-09-05")) nil nil 127)
>   call-interactively(eval-expression nil nil)
>   command-execute(eval-expression)

Are you saying that Emacs 26 doesn't signal a similar error in this
case?  It does for me.



reply via email to

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