From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Timers and sentinels Date: Sun, 26 Sep 2010 20:36:15 +0200 Message-ID: <83pqw0qrmo.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1285526752 27984 80.91.229.12 (26 Sep 2010 18:45:52 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 26 Sep 2010 18:45:52 +0000 (UTC) Cc: emacs-devel@gnu.org To: Lars Magne Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 26 20:45:50 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OzwEO-0007eD-K8 for ged-emacs-devel@m.gmane.org; Sun, 26 Sep 2010 20:45:48 +0200 Original-Received: from localhost ([127.0.0.1]:44318 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ozw5K-00009Z-42 for ged-emacs-devel@m.gmane.org; Sun, 26 Sep 2010 14:36:26 -0400 Original-Received: from [140.186.70.92] (port=34630 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ozw5C-000092-Fz for emacs-devel@gnu.org; Sun, 26 Sep 2010 14:36:20 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Ozw53-0008R1-R9 for emacs-devel@gnu.org; Sun, 26 Sep 2010 14:36:14 -0400 Original-Received: from mtaout21.012.net.il ([80.179.55.169]:33327) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ozw53-0008Qj-Kq for emacs-devel@gnu.org; Sun, 26 Sep 2010 14:36:09 -0400 Original-Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0L9D00800A222B00@a-mtaout21.012.net.il> for emacs-devel@gnu.org; Sun, 26 Sep 2010 20:36:08 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([84.229.212.132]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L9D00777AC6SRA0@a-mtaout21.012.net.il>; Sun, 26 Sep 2010 20:36:08 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:130926 Archived-At: > From: Lars Magne Ingebrigtsen > Date: Sun, 26 Sep 2010 15:24:01 +0200 > > What I'm seeing is that (possibly) the function being run from the > timer is interrupted by an image insertion Can you tell more about this "interruption"? In particular, how did you conclude the timer function was interrupted? > and the latter is being run off of url-fetch, which, I guess, is a > sentinel function. What is url-fetch? I don't see such a function in the Emacs sources.