From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/24868 Path: main.gmane.org!not-for-mail From: wmperry@aventail.com (William M. Perry) Newsgroups: gmane.emacs.gnus.general Subject: Re: WIBNI Date: 27 Aug 1999 14:05:12 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: <86wvuhf3iv.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 1035162361 11088 80.91.224.250 (21 Oct 2002 01:06:01 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:06:01 +0000 (UTC) Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id PAA10243 for ; Fri, 27 Aug 1999 15:06:26 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by bart.math.uh.edu (8.9.1/8.9.1) with ESMTP id OAB21404; Fri, 27 Aug 1999 14:05:29 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 27 Aug 1999 14:06:06 -0500 (CDT) 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 OAA12334 for ; Fri, 27 Aug 1999 14:05:53 -0500 (CDT) Original-Received: from newman.aventail.com (root@newman.aventail.com [216.207.80.1]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id PAA10217 for ; Fri, 27 Aug 1999 15:05:04 -0400 (EDT) Original-Received: from megalith.bp.aventail.com (usrpri2-6.kiva.net [206.97.75.71]) by newman.aventail.com (8.8.5/8.8.5) with ESMTP id MAA08998 for ; Fri, 27 Aug 1999 12:03:46 -0700 (PDT) Original-Received: (from wmperry@localhost) by megalith.bp.aventail.com (8.9.3/8.9.3) id OAA07616; Fri, 27 Aug 1999 14:05:12 -0500 Original-To: ding@gnus.org X-Now-Listening-To: Metallica - Killing Time X-Face: O~Rn;(l][/-o1sALg4A@xpE:9-"'IR[%;,,!m7 writes: > Lee Willis writes: > > > ie I'd need to configure the four values > > > > MIME type Filter Args Output type > > "application/msword" "mswordview" "-o -" "text/html" > > > > And he presto I get W3 rendering a copy of the word document as HTML in > > the article buffer. > > William has described the chain for converting images, but I don't think > a similar chain can exist for, er, documents. I mean, you can convert > most any picture to most any other picture format, but you can't > reasonably go from Frame to msword to postscript to html to LaTeX, or > whatever. Reason? We don't need no stinking reason! This is emacs after all, who needs to be reasonable? :) > So I think it would make more sense just to define a viewer for > application/msword that converts to html and then hands it to w3. Probably right, but... Would be cool to have generic mime-type converting though. You could extend the logic in images.el to arbitrary MIME types pretty easily though. You might want to add a 'quality' parameter though, so that we don't just blindly choose the shortest chain but at a lower total quality output. Hmmm.... -Bill P.