From: Lars Magne Ingebrigtsen <larsi@gnus.org>
To: emacs-devel@gnu.org
Subject: Timers and sentinels
Date: Sat, 25 Sep 2010 15:49:14 +0200 [thread overview]
Message-ID: <m3iq1uorvp.fsf@quimbies.gnus.org> (raw)
I'm trying to track down a bug that's pretty elusive. I may be looking
in the totally wrong place, but what seems to happen is that I have a
function (run from a timer) that alters some part of the Gnus article
buffer. At the same time, there's an URL process filter/sentinel that's
being run, and inserts images asynchronously into the buffer.
Is it possible that the function that's being run from the timer is
being interrupted by the process filter/sentinel function? I had half
imagined that all these "multi-threaded" functions were being run with,
er, "interrupts off", so to speak.
--
(domestic pets only, the antidote for overdose, milk.)
larsi@gnus.org * Lars Magne Ingebrigtsen
next reply other threads:[~2010-09-25 13:49 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-09-25 13:49 Lars Magne Ingebrigtsen [this message]
2010-09-26 11:09 ` Timers and sentinels Uday S Reddy
2010-09-26 11:56 ` Lars Magne Ingebrigtsen
2010-09-26 13:20 ` Eli Zaretskii
2010-09-26 13:24 ` Lars Magne Ingebrigtsen
2010-09-26 15:19 ` Helmut Eller
2010-09-26 18:36 ` Eli Zaretskii
2010-09-26 18:53 ` Lars Magne Ingebrigtsen
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m3iq1uorvp.fsf@quimbies.gnus.org \
--to=larsi@gnus.org \
--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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.