From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/54153 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.gnus.general Subject: Re: Disable mailcap support Date: Fri, 03 Oct 2003 00:25:55 +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 1065133734 10802 80.91.224.253 (2 Oct 2003 22:28:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 2 Oct 2003 22:28:54 +0000 (UTC) Original-X-From: ding-owner+M2694@lists.math.uh.edu Fri Oct 03 00:28:52 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 1A5BwK-0006ak-00 for ; Fri, 03 Oct 2003 00:28:52 +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 1A5Buk-0000Vh-00; Thu, 02 Oct 2003 17:27:14 -0500 Original-Received: from justine.libertine.org ([66.139.78.221]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1A5Buc-0000VZ-00 for ding@lists.math.uh.edu; Thu, 02 Oct 2003 17:27:06 -0500 Original-Received: from quimby.gnus.org (quimby.gnus.org [80.91.224.244]) by justine.libertine.org (Postfix) with ESMTP id 730B73A004C for ; Thu, 2 Oct 2003 17:27:05 -0500 (CDT) Original-Received: from news by quimby.gnus.org with local (Exim 3.35 #1 (Debian)) id 1A5Bua-0007r0-00 for ; Fri, 03 Oct 2003 00:27:04 +0200 Original-To: ding@gnus.org Original-Path: localhost.localdomain!nobody Original-Newsgroups: gnus.ding Original-Lines: 26 Original-NNTP-Posting-Host: 0xc3d7e0eb.esnxr4.ras.tele.dk Original-X-Trace: quimby.gnus.org 1065133624 30193 195.215.224.235 (2 Oct 2003 22:27:04 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Thu, 2 Oct 2003 22:27:04 +0000 (UTC) X-Face: ^RrvqCr7c,P$zTR:QED"@h9+BTm-"fjZJJ-3=OU7.)i/K]<.J88}s>'Z_$r; writes: > On Wed, Oct 01 2003, Jesper Harder wrote: > >> I think I agree. But I don't understand why there are external >> viewers in `mailcap-mime-data' in the first place. > > It seems (from the ChangeLog entries for `mailcap-mime-data') that > most entries are quite old. mailcap.el is originally from w3 -- I think those entries were already there when it was imported to Gnus. > (Just a thought...) We could split the data as follows: > - defcustom mailcap-mime-data-internal (Lisp, PGP, message/* and other > internal stuff?) > - defvar mailcap-mime-data-external (build this from mailcap files) > - defvar mailcap-mime-data-external-fallback > > The default should be mailcap-mime-data = mailcap-mime-data-internal + > mailcap-mime-data-external. The user should be able to add the > fallback entries `mailcap-mime-data-external-fallback' with, say > (mailcap-add-fallback). I'm not sure I get the purpose of the fallback entries. What is the difference between `mailcap-add' and `mailcap-add-fallback'?