From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/43137 Path: main.gmane.org!not-for-mail From: Hrvoje Niksic Newsgroups: gmane.emacs.gnus.general Subject: Re: Using `links' to process HTML Date: Sat, 16 Feb 2002 15:36:23 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035178279 15939 80.91.224.250 (21 Oct 2002 05:31:19 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 05:31:19 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: (qmail 306 invoked from network); 16 Feb 2002 14:38:05 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 16 Feb 2002 14:38:05 -0000 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 16c5xI-0006I9-00; Sat, 16 Feb 2002 08:36:48 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 16 Feb 2002 08:36:48 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id IAA21187 for ; Sat, 16 Feb 2002 08:36:37 -0600 (CST) Original-Received: (qmail 282 invoked by alias); 16 Feb 2002 14:36:32 -0000 Original-Received: (qmail 276 invoked from network); 16 Feb 2002 14:36:32 -0000 Original-Received: from dragon.arsdigita.de (HELO florida.arsdigita.de) (@212.84.246.66) by gnus.org with SMTP; 16 Feb 2002 14:36:32 -0000 Original-Received: from hniksic by florida.arsdigita.de with local (Exim 3.34 #1 (Debian)) id 16c5wt-000396-00; Sat, 16 Feb 2002 15:36:23 +0100 Original-To: Matthieu Moy X-Attribution: Hrvoje X-Face: &{dT~)Pu6V<0y?>3p$;@vh\`C7xB~A0T-J%Og)J,@-1%q6Q+, gs<-9M#&`I8cJp2b1{vPE|~+JE+gx;a7%BG{}nY^ehK1"q#rG O,Rn1A_Cy%t]V=Brv7h (Matthieu Moy's message of "Sat, 16 Feb 2002 15:09:41 +0100") Original-Lines: 22 User-Agent: Gnus/5.090006 (Oort Gnus v0.06) XEmacs/21.4 (Copyleft, i686-pc-linux) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:43137 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:43137 Matthieu Moy writes: > I have something similar, which I find much simpler : The following > line in my .mailcap : > > text/html; lynx.sh %s; copiousoutput > > Where lynx.sh is : > > #!/bin/tcsh > set term=rxvt > lynx -dump -force_html "$1" -term=rxvt > > What is the difference (except the use of lynx instead of links) ? Two differences: * I never bothered to read up on what you can do with `.mailcap'. I preferred hacking Lisp. :-) * Links is so much cooler than lynx. For one, it handles HTML tables correctly.