From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/26502 Path: main.gmane.org!not-for-mail From: wmperry@aventail.com (William M. Perry) Newsgroups: gmane.emacs.gnus.general Subject: Re: w3 rendering Date: 09 Nov 1999 10:13:26 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: <86emdz1yw9.fsf@megalith.bp.aventail.com> References: Reply-To: wmperry@aventail.com NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035163699 19743 80.91.224.250 (21 Oct 2002 01:28:19 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:28:19 +0000 (UTC) Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id KAA17954 for ; Tue, 9 Nov 1999 10:09:37 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id JAB32652; Tue, 9 Nov 1999 09:09:33 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 09 Nov 1999 09:09:48 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id JAA29227 for ; Tue, 9 Nov 1999 09:09:35 -0600 (CST) Original-Received: from biff.kiva.net (biff.kiva.net [206.97.64.31]) by sclp3.sclp.com (8.8.5/8.8.5) with SMTP id KAA17941 for ; Tue, 9 Nov 1999 10:09:05 -0500 (EST) Original-Received: (qmail 5658 invoked from network); 9 Nov 1999 15:07:49 -0000 Original-Received: from usrpri2-63.kiva.net (HELO megalith.bp.aventail.com) (206.97.75.128) by biff.kiva.net with SMTP; 9 Nov 1999 15:07:49 -0000 Original-Received: (from wmperry@localhost) by megalith.bp.aventail.com (8.9.3/8.9.3) id KAA22988; Tue, 9 Nov 1999 10:13:27 -0500 Original-To: ding@gnus.org X-Now-Listening-To: Van Morrison - Everyone X-Face: O~Rn;(l][/-o1sALg4A@xpE:9-"'IR[%;,,!m7 writes: > Eric Marsden writes: > > > I don't know if this helps ... see also `w3-display-parse-tree'. > > > > (defun nnultimate-w3-subtree (tree) > > (when (listp tree) > > (cond ((eq 'td (car tree)) > > ;; it's (td nil ((p nil ("data")))) > > (insert (format "%s\n" (caaddr (caaddr tree))))) > > Yeah, but I want > >

> People talking and probably linking and stuff... Well, you could convert it back to HTML, but that would entail re-parsing it again, which can be slow. What if you defined a new MIME type application/x-emacsw3-parsed-html and just 'princ' it into the buffer? -bp