emacs-devel
[Top][All Lists]
Advanced

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

Re: windows build failure


From: Eli Zaretskii
Subject: Re: windows build failure
Date: Mon, 14 Oct 2013 22:13:48 +0300

> From: Sean Sieger <address@hidden>
> Date: Mon, 14 Oct 2013 15:06:40 -0400
> 
>     decode-time can be tested by passing it what current-time returns, and
>     also the time-related info from file-attributes.
> 
> (current-time) -> (21084 15790 948000 0)
> 
> How to use that with:
> 
> (decode-time)?

Like this:

   (decode-time (current-time))

>     In each case, please compare with the results of some older binary of
>     Emacs, as the differences could be subtle.
> 
> GNU Emacs 24.3.50.1 (i686-pc-mingw32) of 2013-10-09 on 3249CTO:
> 
> (current-time-string) -> "Mon Oct 14 15:00:29 2013"
> (format-time-string "%Y%m%d %T") -> "20131014 15:00:35"
> (current-time) -> (21084 16293 20000 0)

Results look reasonable, thanks.  It seems WSL 4.0 is a go.



reply via email to

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