emacs-devel
[Top][All Lists]
Advanced

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

Re: trunk r117093: (seconds-to-string): New function to pretty print tim


From: Katsumi Yamaoka
Subject: Re: trunk r117093: (seconds-to-string): New function to pretty print time delay in seconds.
Date: Tue, 13 May 2014 07:48:49 +0900
User-agent: Gnus/5.130012 (真 Gnus v0.12) Emacs/24.4.50 (i686-pc-cygwin)

On Mon, 12 May 2014 16:14:26 +0000, Sam Steingold wrote:
> --- a/lisp/calendar/time-date.el      2014-01-01 07:43:34 +0000
> +++ b/lisp/calendar/time-date.el      2014-05-12 16:14:24 +0000
[...]
> +             (concat (format "%.2f" (/ delay (third here))) (second 
> here))))))

Isn't it better to use cad..r or nth rather than third and second?

,----
| Compiling calendar/time-date.el
|
| In end of data:
| calendar/time-date.el:412:1:Warning: the following functions are not known to
|     be defined: third, second
| Wrote /tmp/.yamaoka/Eo/emacs-24.4.50/lisp/calendar/time-date.elc
`----



reply via email to

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