From owner-freebsd-questions Sat Sep 2 18:22:15 2000 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (zoom1-229.telepath.com [216.14.1.229]) by hub.freebsd.org (Postfix) with SMTP id 0E05337B42C for ; Sat, 2 Sep 2000 18:22:12 -0700 (PDT) Received: (qmail 8969 invoked by uid 100); 3 Sep 2000 01:21:34 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14769.42910.433715.290489@guru.mired.org> Date: Sat, 2 Sep 2000 20:21:34 -0500 (CDT) To: rob Cc: questions@freebsd.org Subject: Re: Why not XEmacs, after all? In-Reply-To: <64338975@toto.iv> X-Mailer: VM 6.72 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rob writes: > I now have Lynx and w3m, and tried them out. Its nice with no ads! Is > it possible to configure either of them so that they spawn some external > program from a given mime type? I read the manuals and didn't see > anything. Thanks, Rob. They both use ~/.mailcap, which is what Netscape uses as well. The syntax is "type/subtype;command". Type and subtype are the appropriate MIME values. Subtype can be "*" to mean "any of this type". Command should include a "%s" that will have the file name of the temporary file plugged in.