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: Rendering HTML Date: Wed, 22 Sep 2010 08:56:20 -0700 Message-ID: References: <2233A9F6-7992-4CC2-AE7A-E133B25A90C0@googlemail.com> <87mxr93muz.fsf@x4.delysid.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1285171002 9250 80.91.229.12 (22 Sep 2010 15:56:42 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 22 Sep 2010 15:56:42 +0000 (UTC) To: emacs-devel@gnu.org, Mario Lang Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 22 17:56:40 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OyRgU-0005aL-Nm for ged-emacs-devel@m.gmane.org; Wed, 22 Sep 2010 17:56:39 +0200 Original-Received: from localhost ([127.0.0.1]:38326 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OyRgU-00088r-5o for ged-emacs-devel@m.gmane.org; Wed, 22 Sep 2010 11:56:38 -0400 Original-Received: from [140.186.70.92] (port=51236 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OyRgI-00087T-Sp for emacs-devel@gnu.org; Wed, 22 Sep 2010 11:56:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OyRgH-0001ho-6h for emacs-devel@gnu.org; Wed, 22 Sep 2010 11:56:26 -0400 Original-Received: from mail-gx0-f169.google.com ([209.85.161.169]:45822) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OyRgH-0001hG-4b for emacs-devel@gnu.org; Wed, 22 Sep 2010 11:56:25 -0400 Original-Received: by gxk24 with SMTP id 24so325286gxk.0 for ; Wed, 22 Sep 2010 08:56:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=uBwDQvgJB48xc1Satb7M7b1AcjNwwd3Zkat+M7v3Nf8=; b=UsQKVJXUh/DyipJvYfq+DaUHrVE4f2IYEfysB7vQmvuSu/broANvvjyYlXQNbnrgMO Vd+sI0H4qbrTdZkPP1jByrbh9PvHNeLXvhiH7wkn1P4Z/Jy/Xxp8NKbF1Bua0Z01+DGC 7v/mlCFA0Shyu2vQt0nZ3nzfYRqB8lEPhC2D8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=eHi1IHAoTxYZv6tri1FScguUtMkYijBgIeGsyLEEa/ZLqWbtSReq9X6HAVm1beD6tM SbDmEOlAgSQFgmL4Gujciy1AK1AaAKz7g89BQhZxjzI2LjhBZiiht9PbolofsD3R+gmI v0Wy4sB7W5Axr+yOrtuWxWneFuAwILYqKCczE= Original-Received: by 10.90.185.4 with SMTP id i4mr998909agf.157.1285170980617; Wed, 22 Sep 2010 08:56:20 -0700 (PDT) Original-Received: by 10.90.78.18 with HTTP; Wed, 22 Sep 2010 08:56:20 -0700 (PDT) In-Reply-To: <87mxr93muz.fsf@x4.delysid.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:130630 Archived-At: Additionally emacspeak pre-filters the incoming HTML via a configurable set of XSL stylesheets -- and once you give W3 cleaned-up html, it does pretty well. --=20 --=20 On 9/22/10, Mario Lang wrote: > Benjamin Hawkes-Lewis writes: > >> On 18 Sep 2010, at 21:06, Lars Magne Ingebrigtsen wrote: >>> So before I give my brain a strain trying to think about this, has >>> anybody else done something like this? Either code that can be include= d >>> in Emacs, or other Lisp code that I can peek at, or, failing all that, >>> just somebody who has written something about how to approach this? >> >> You're aware of http://www.gnu.org/software/w3/ right? > > Yeah, I've used Emacs/W3 for years, found it very useful, despite its > slowness. And yes, it did quite good table rendering actually. > > Emacspeak had (perhaps still has) quite extensive support for W3 as > well. > Like, being able to read just a single column of a table, which > was quite an important feature in the non-CSS days. > Or, using HTML markup information to do meaningful voice changes... > > -- > CYa, > =E2=A1=8D=E2=A0=81=E2=A0=97=E2=A0=8A=E2=A0=95 > >