From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/70562 Path: news.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.gnus.general Subject: Re: Built-in HTML parsing and rendering library Date: Mon, 06 Sep 2010 09:32:07 +0200 Organization: Probably a good idea Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1283758353 31182 80.91.229.12 (6 Sep 2010 07:32:33 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 6 Sep 2010 07:32:33 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M18937=ding+2Daccount=gmane.org@lists.math.uh.edu Mon Sep 06 09:32:32 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OsWBr-00019v-Bt for ding-account@gmane.org; Mon, 06 Sep 2010 09:32:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1OsWBq-00005r-PP for ding-account@gmane.org; Mon, 06 Sep 2010 02:32:30 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1OsWBp-00005k-CC for ding@lists.math.uh.edu; Mon, 06 Sep 2010 02:32:29 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1OsWBc-0005DD-2y for ding@lists.math.uh.edu; Mon, 06 Sep 2010 02:32:29 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1OsWBb-0007BL-00 for ; Mon, 06 Sep 2010 09:32:15 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OsWBa-000123-Ie for ding@gnus.org; Mon, 06 Sep 2010 09:32:14 +0200 Original-Received: from 62.113.137.5 ([62.113.137.5]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 06 Sep 2010 09:32:14 +0200 Original-Received: from sb by 62.113.137.5 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 06 Sep 2010 09:32:14 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 13 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 62.113.137.5 Mail-Copies-To: never User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/21.3 (gnu/linux) Cancel-Lock: sha1:1b5HpcW4QL69yXJ0U1CLLarc1Wg= X-Spam-Score: -0.7 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:70562 Archived-At: >>>>> Lars Magne Ingebrigtsen : > I mean, something that parses real-world HTML as well as w3m does, and > generates a parse tree based on that. Just HTML? Or the combination of HTML+CSS+JavaScript that is often used today to create a web page? I guess if we're talking about emails in HTML, we're talking about relatively simple HTML with a little CSS thrown in? What does w3m do? Consider the CSS and use it, before delivering something for emacs/gnus to use?