From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/20272 Path: main.gmane.org!not-for-mail From: wmperry@aventail.com (William M. Perry) Newsgroups: gmane.emacs.gnus.general Subject: Re: MIME handling for common MS Windows attachments? Date: 13 Jan 1999 13:16:38 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: <86iuebox6h.fsf@kramer.bp.aventail.com> References: <87lnj76qrg.fsf@mattdav.vip.best.com> Reply-To: wmperry@aventail.com NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 X-Trace: main.gmane.org 1035158593 16871 80.91.224.250 (21 Oct 2002 00:03:13 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:03:13 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from karazm.math.uh.edu (karazm.math.uh.edu [129.7.128.1]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id NAA07384 for ; Wed, 13 Jan 1999 13:16:44 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by karazm.math.uh.edu (8.9.1/8.9.1) with ESMTP id MAB13944; Wed, 13 Jan 1999 12:16:10 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 13 Jan 1999 12:16:18 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id MAA01368 for ; Wed, 13 Jan 1999 12:16:07 -0600 (CST) Original-Received: from slow.bp.aventail.com (usrpri2-42.kiva.net [206.97.75.107]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id NAA07347 for ; Wed, 13 Jan 1999 13:15:56 -0500 (EST) Original-Received: from kramer.bp.aventail.com (kramer.bp.aventail.com [192.168.2.2]) by slow.bp.aventail.com (8.8.5/8.8.5) with ESMTP id NAA19304; Wed, 13 Jan 1999 13:15:26 -0800 Original-Received: (from wmperry@localhost) by kramer.bp.aventail.com (8.8.5/8.8.5) id NAA27488; Wed, 13 Jan 1999 13:16:40 -0500 Original-To: Matt Armstrong X-Face: O~Rn;(l][/-o1sALg4A@xpE:9-"'IR[%;,,!m7 writes: > Lars Magne Ingebrigtsen writes: > > > Hrvoje Niksic writes: > > > > > I still think relieving users by defaulting ms-word to MS Word > > > viewers, etc., might be useful, even if strictly against FSF's > > > philosophy. > > > > I think so, to. Defaulting *.doc to ms-word is bad, but I see no harm > > in defaulting application/ms-word to MS Word (or something else that > > can understand these files). > > I think defaulting .doc to ms-word is good when running under Win32. > > Anyway, Debian Linux has an /etc/mime.types file that does what > mailcap.el's mailcap-mime-extensions does. I'm not sure how Debian > specific it is, but are people open to having Gnus look for it (or > maybe a ~/.mime.types file)? The old 'mm.el' stuff that lars based his mime decoding stuff on supported this. This is a very standard file, dating back to the dark ages. :) > > A more sticky issue is whether to default image/* to the un-free, > > but commonly installed xv, or to some free image viewing program. > > > > What image viewing programs exist out there? > > > > (Well, it isn't really a sticky issue, because we could default to > > free programs, and then use non-free programs as the backup default > > values if the free programs don't exist on the system.) > > I assume that files like /etc/mailcap override Gnus' defaults? It should, and ~/.mailcap overrides it. -bp