From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out.smtp-auth.no-ip.com (smtp-auth.no-ip.com [8.23.224.61]) by hurricane.the-brannons.com (Postfix) with ESMTPS id 644B6795B7 for ; Wed, 29 Jun 2016 21:55:54 -0700 (PDT) X-No-IP: carhart.net@noip-smtp X-Report-Spam-To: abuse@no-ip.com Received: from carhart.net (unknown [99.52.200.227]) (Authenticated sender: carhart.net@noip-smtp) by smtp-auth.no-ip.com (Postfix) with ESMTPA id 769944021C2; Wed, 29 Jun 2016 21:57:31 -0700 (PDT) Received: from carhart.net (localhost [127.0.0.1]) by carhart.net (8.13.8/8.13.8) with ESMTP id u5U4vUSk011432; Wed, 29 Jun 2016 21:57:30 -0700 Received: from localhost (kevin@localhost) by carhart.net (8.13.8/8.13.8/Submit) with ESMTP id u5U4vU72011425; Wed, 29 Jun 2016 21:57:30 -0700 Date: Wed, 29 Jun 2016 21:57:30 -0700 (PDT) From: Kevin Carhart To: Karl Dahlke cc: edbrowse-dev@lists.the-brannons.com In-Reply-To: <20160529231803.eklhad@comcast.net> Message-ID: References: <20160529231803.eklhad@comcast.net> User-Agent: Alpine 2.03 (LRH 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: [Edbrowse-dev] a bundle of changes for drescher and generally X-BeenThere: edbrowse-dev@lists.the-brannons.com X-Mailman-Version: 2.1.21 Precedence: list List-Id: Edbrowse Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jun 2016 04:55:54 -0000 > I'll have to read it again but it sounds like they were actually changed > by some timer code, not directly from the g command. Oh yes- you're right! I think. The pivotal line inside of jquery is: setTimeout (callback); The callback function writes the retrieved html to the innerhtml of a div. But it's ensconced by the Timer, so I think you're right. That's why there needed to be an rr before we were notified. So this distinction in its current form may be undermined by the fact that it's out of our hands whether a page author or a library author wrapped something in setTimeout on a whim or whyever. A bit worrisome - I knew to press rr because I knew from all kinds of other echoing that there was finally something there. Idea: could it happen inline with all other commands? Not asynchronously immediate, but you find out as soon as you do anything else. Kevin