From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/16319 Path: main.gmane.org!not-for-mail From: wmperry@aventail.com (William M. Perry) Newsgroups: gmane.emacs.gnus.general Subject: Re: Functional requirements for Gnus Date: 26 Aug 1998 12:21:43 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: <863eajd5g8.fsf@kramer-fast.bp.aventail.com> References: Reply-To: wmperry@aventail.com NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035155205 26994 80.91.224.250 (20 Oct 2002 23:06:45 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:06:45 +0000 (UTC) Cc: Jean-Yves Perrier , ding@gnus.org Return-Path: Original-Received: from gwyn.tux.org (gwyn.tux.org [207.96.122.8]) by altair.xemacs.org (8.9.1/8.9.1) with ESMTP id KAA08077 for ; Wed, 26 Aug 1998 10:22:50 -0700 Original-Received: from sina.hpc.uh.edu (Sina.HPC.UH.EDU [129.7.3.5]) by gwyn.tux.org (8.8.8/8.8.8) with ESMTP id NAA16256 for ; Wed, 26 Aug 1998 13:23:59 -0400 Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id MAK09857; Wed, 26 Aug 1998 12:23:17 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 26 Aug 1998 12:21:37 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [209.195.19.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id MAA09842 for ; Wed, 26 Aug 1998 12:21:25 -0500 (CDT) Original-Received: from slow.bp.aventail.com (vinc11.cntwk.net [207.205.120.169]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id NAA11302 for ; Wed, 26 Aug 1998 13:21:17 -0400 (EDT) Original-Received: from kramer-fast.bp.aventail.com (kramer-fast.bp.aventail.com [192.168.200.2]) by slow.bp.aventail.com (8.8.5/8.8.5) with ESMTP id JAA16259; Wed, 26 Aug 1998 09:21:00 -0700 Original-Received: (from wmperry@localhost) by kramer-fast.bp.aventail.com (8.8.5/8.8.5) id MAA04528; Wed, 26 Aug 1998 12:21:43 -0500 Original-To: Simon Josefsson X-Face: O~Rn;(l][/-o1sALg4A@xpE:9-"'IR[%;,,!m7 writes: > Jean-Yves Perrier writes: > > > > I haven't seen it mentioned but I think mailcap/mimetype support is > > > fundamental. > > > > Yes, but it should be overridable inside Gnus: that way I can have > > specific setting for Gnus only: the mailcap would be a default > > value. > > The mailcap file format allows for client specific settings. > > image/gif: xv %s; \ > x-gnus=mime-show-inline-gif; \ > description="GIF Image" > > You could also have different Gnus settings for Emacs/XEmacs. Emacs/W3 already deals with all the parsing and crap for mailcap and mimetypes files, and allows you to specify lisp-viewers from within a mailcap file. Right now it uses 'is the first character of the viewer a quote' to determine if it should be treated as an internal function. I could change this to x-emacs-viewer or something like that pretty easily. The appropriate file in Emacs/W3 is mm.el - it can be drastically improved pretty easily, and it is already signed over to the FSF since 1996. :) -Bill P.