From: "João Távora" <joaotavora@gmail.com>
To: emacs-devel@gnu.org
Subject: run-with-timer vs run-with-idle-timer
Date: Wed, 09 May 2018 18:34:41 +0100 [thread overview]
Message-ID: <87tvrgd972.fsf@gmail.com> (raw)
Hi
I suspect this one has been asked before, but still, why does this
return after 1 second:
(catch 'done
(run-with-timer 1 nil (lambda () (throw 'done nil)))
(while t (accept-process-output nil 0.1)))
And this never returns?
(catch 'done
(run-with-idle-timer 1 nil (lambda () (throw 'done nil)))
(while t (accept-process-output nil 0.1)))
Is it because accept-process-output means emacs isn't really idle?
Because it also fails with sleep-for and sit-for...
I need this because this (while t..) spin is a common way to wait for
async conditions (in this case the async condition is flymake kicking
in).
João
next reply other threads:[~2018-05-09 17:34 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-09 17:34 João Távora [this message]
2018-05-09 18:10 ` run-with-timer vs run-with-idle-timer Eli Zaretskii
2018-05-09 18:17 ` Eli Zaretskii
2018-05-09 18:40 ` João Távora
2018-05-09 18:59 ` Eli Zaretskii
2018-05-09 19:15 ` João Távora
2018-05-09 19:21 ` Eli Zaretskii
2018-05-09 19:34 ` João Távora
2018-05-09 20:00 ` Davis Herring
2018-05-09 20:18 ` João Távora
2018-05-10 11:46 ` Thien-Thi Nguyen
2018-05-10 12:28 ` João Távora
2018-05-10 18:50 ` Thien-Thi Nguyen
2018-05-11 10:39 ` João Távora
2018-05-11 11:05 ` João Távora
2018-05-12 17:57 ` Thien-Thi Nguyen
2018-05-12 17:37 ` Thien-Thi Nguyen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87tvrgd972.fsf@gmail.com \
--to=joaotavora@gmail.com \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).