Jan Vroonhof writes:
Pete Forman <gsez020(a)kryten.bedford.waii.com> writes:
> This code should post a message after a delay of 10 seconds. Only the
> third method (sleep-for) works. The first two execute the message
> function immediately, or very quickly.
>
> (run-at-time 10 nil 'message "pwf run-at-time")
> ("itimer-0" 9.999781 nil message nil t ("pwf run-at-time") (0 0
0))
The problem seems to be that only the first time out isn't working...
I assume this is using the timer.el compatbility package. What
version of XEmacs was used and how was it compiled?