\begin{Jeff Waugh}
> 
> I was hoping to receive a few more contributions! :)
> 

emacs -batch -eval '\
(progn (defun timet-to-time (timet)\
         "Convert TIMET (seconds since 1/1/1970) to emacs time."\
         (list (floor timet 65536) (floor (mod timet 65536))))\
       (print (format-time-string "%c" (timet-to-time (expt 10 9)))))'

is there *anything* it can't do?


(and i was just thinking: "if only my mail editor could indent lisp
code". duh)

-- 
 - Gus

-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug

Reply via email to