>>>> In <b9yad61zj3f.fsf(a)jpl.org> Katsumi Yamaoka
wrote:
(start-itimer "testing1"
(lambda (&rest args) (message "Args: %s" args))
1 nil nil '("WITH-ARGS"))
=> Args: nil
(start-itimer "testing2"
(lambda (&rest args) (message "Args: %s" args))
1 nil nil nil "FUNCTION-ARGUMENTS")
=> Args: nil
That is, the itimer interface is also incomplete.
Sorry, I misunderstood the meaning of those arguments. The 6th
arg WITH-ARGS is a flag, start-itimer passes arguments to a
timer function if it is non-nil. So, it works correctly except
for time being inaccurate.
--
Katsumi Yamaoka <yamaoka(a)jpl.org>