From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/54106 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.gnus.general Subject: Re: Disable mailcap support Date: Mon, 29 Sep 2003 23:27:35 +0200 Organization: http://purl.org/harder/ Sender: ding-owner@lists.math.uh.edu Message-ID: References: <20030928161139.GA31465@deneb.enyo.de> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1064872224 22902 80.91.224.253 (29 Sep 2003 21:50:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 29 Sep 2003 21:50:24 +0000 (UTC) Original-X-From: ding-owner+M2647@lists.math.uh.edu Mon Sep 29 23:50:22 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1A45uQ-0005GB-00 for ; Mon, 29 Sep 2003 23:50:22 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1A45tr-0007Hn-00; Mon, 29 Sep 2003 16:49:47 -0500 Original-Received: from justine.libertine.org ([66.139.78.221]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1A45ti-0007Ha-00 for ding@lists.math.uh.edu; Mon, 29 Sep 2003 16:49:38 -0500 Original-Received: from quimby.gnus.org (quimby.gnus.org [80.91.224.244]) by justine.libertine.org (Postfix) with ESMTP id 749853A004F for ; Mon, 29 Sep 2003 16:49:37 -0500 (CDT) Original-Received: from news by quimby.gnus.org with local (Exim 3.35 #1 (Debian)) id 1A45tg-0003LZ-00 for ; Mon, 29 Sep 2003 23:49:36 +0200 Original-To: ding@gnus.org Original-Path: localhost.localdomain!nobody Original-Newsgroups: gnus.ding Original-Lines: 18 Original-NNTP-Posting-Host: 0xc3d7e0d3.esnxr4.ras.tele.dk Original-X-Trace: quimby.gnus.org 1064872176 12868 195.215.224.211 (29 Sep 2003 21:49:36 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Mon, 29 Sep 2003 21:49:36 +0000 (UTC) X-Face: ^RrvqCr7c,P$zTR:QED"@h9+BTm-"fjZJJ-3=OU7.)i/K]<.J88}s>'Z_$r; writes: > Here's another patch, allowing additional regexp and function values > for `mm-enable-external': > > +If `mm-enable-external' is a function, that function is called with > +three arguments: the MIME type, the method and the filename for > +this MIME handle. The external MIME handler is invoked, iff this > +function returns non-nil. > + > +If if `mm-enable-external' is a regular expression, the external > +MIME handler is invoked, iff the MIME type is matches the > +expression." I don't understand the purpose. This is exactly what mailcap is intended to do -- that is if you don't want to invoke an external viewer for some MIME type, then edit your .mailcap file to reflect that preference.