From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "T.V. Raman" Newsgroups: gmane.emacs.devel Subject: eww.el: Patch to cache the parse tree Date: Mon, 2 Dec 2013 19:09:02 -0800 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1386040149 18966 80.91.229.3 (3 Dec 2013 03:09:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 3 Dec 2013 03:09:09 +0000 (UTC) To: Lars Magne Ingebrigtsen , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 03 04:09:16 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VngMN-0003uj-ST for ged-emacs-devel@m.gmane.org; Tue, 03 Dec 2013 04:09:15 +0100 Original-Received: from localhost ([::1]:39918 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VngMN-0003Sz-BJ for ged-emacs-devel@m.gmane.org; Mon, 02 Dec 2013 22:09:15 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45654) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VngMH-0003Mh-Fj for emacs-devel@gnu.org; Mon, 02 Dec 2013 22:09:13 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VngMC-00076Z-FH for emacs-devel@gnu.org; Mon, 02 Dec 2013 22:09:09 -0500 Original-Received: from mail-oa0-x235.google.com ([2607:f8b0:4003:c02::235]:51066) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VngMC-00076K-A0 for emacs-devel@gnu.org; Mon, 02 Dec 2013 22:09:04 -0500 Original-Received: by mail-oa0-f53.google.com with SMTP id m1so14409183oag.12 for ; Mon, 02 Dec 2013 19:09:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=l0f8K98uDkgEtNzUGr9e99Pzoh1BRwGGyO/Dvh/sryE=; b=ofnrHthdUYpPfk+BFzGCmM+M55fJr1RgQcvsokLgBrny37CH5prj73uc3/JDABJDzg 0nbVVAnqPf1NTqJGENOQV3GskPDN1L14WubWtKBXxql1LK6/saskmpCVigkCmrYjt9D/ h8T87brKzc9UGJurPq89oGpHuFw3DO6CjCfWowBNsJhnTrIiwfd8zrbR2tL54AJtfPX3 5o917PsSPeNxoYIhhIC15KDqupXJ7iN4boQALY1lcRpoZxm4nTOSFil6GzyavRK6VuOb i4AUCaRxIqOUTKavEjDIO3HHHWdBKJYG0y8XRimB8XY8UERC/IxzBSTOp3Z/Vxt9ugKH MkPQ== X-Received: by 10.60.44.178 with SMTP id f18mr7970859oem.43.1386040142960; Mon, 02 Dec 2013 19:09:02 -0800 (PST) Original-Received: by 10.182.112.42 with HTTP; Mon, 2 Dec 2013 19:09:02 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c02::235 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:166026 Archived-At: Thanks Lars, -- Best Regards, --raman On 12/1/13, Lars Magne Ingebrigtsen wrote: > "T.V. Raman" writes: > >> I'd like to add some code to eww.el so that the parsed document >> is cached ( -- this will enable functionality such as document >> filtering etc (see >> http://emacspeak.googlecode.com/svn/trunk/lisp/shr-url.el) for >> similar functionality that I originally built using bare shr. > > I've now applied parts of your patch, and rewrote bits. > > -- > (domestic pets only, the antidote for overdose, milk.) > bloggy blog: http://lars.ingebrigtsen.no >