From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: None (mailfrom) identity=mailfrom; client-ip=8.23.224.61; helo=out.smtp-auth.no-ip.com; envelope-from=kevin@carhart.net; receiver= 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 5410A779FB for ; Mon, 27 Nov 2017 01:24:54 -0800 (PST) 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 37B7B515 for ; Mon, 27 Nov 2017 01:26:31 -0800 (PST) Received: from carhart.net (localhost [127.0.0.1]) by carhart.net (8.13.8/8.13.8) with ESMTP id vAR9QUXq020352 for ; Mon, 27 Nov 2017 01:26:30 -0800 Received: from localhost (kevin@localhost) by carhart.net (8.13.8/8.13.8/Submit) with ESMTP id vAR9QUXl020348 for ; Mon, 27 Nov 2017 01:26:30 -0800 Date: Mon, 27 Nov 2017 01:26:29 -0800 (PST) From: Kevin Carhart To: Edbrowse-dev@lists.the-brannons.com Message-ID: User-Agent: Alpine 2.03 (LRH 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII Subject: [Edbrowse-dev] where did the processEffects switch go? X-BeenThere: edbrowse-dev@lists.the-brannons.com X-Mailman-Version: 2.1.24 Precedence: list List-Id: Edbrowse Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Nov 2017 09:24:55 -0000 Wow, here I thought I knew several of the C files pretty well, but I haven't been in for a while. Could you give me a pointer for where I can find the new replacement for what processEffects used to do? Do we still traverse a series of code letters for different types of effects? I grepped around for several things but wasn't successful. The thing I was trying to pursue in particular is eb$newLocation and whether this can be used to give a clue about hash changes, which could help fixing RC. Thank you, I appreciate it :) Kevin