From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/31822 Path: main.gmane.org!not-for-mail From: ShengHuo ZHU Newsgroups: gmane.emacs.gnus.general Subject: Re: ~/mime.types not being parsed automatically Date: 17 Jul 2000 14:31:33 -0400 Sender: owner-ding@hpc.uh.edu Message-ID: <2nr98s622i.fsf@tiger.jia.vnet> References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035168189 16230 80.91.224.250 (21 Oct 2002 02:43:09 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:43:09 +0000 (UTC) Return-Path: Original-Received: from fisher.math.uh.edu (fisher.math.uh.edu [129.7.128.35]) by mailhost.sclp.com (Postfix) with ESMTP id 04967D051E for ; Mon, 17 Jul 2000 14:32:05 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (Sina.HPC.UH.EDU [129.7.3.5]) by fisher.math.uh.edu (8.9.1/8.9.1) with ESMTP id NAC20724; Mon, 17 Jul 2000 13:31:54 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 17 Jul 2000 13:31:08 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id NAA29532 for ; Mon, 17 Jul 2000 13:30:56 -0500 (CDT) Original-Received: from shenghuo.dhs.org (d185d1e71.rochester.rr.com [24.93.30.113]) by mailhost.sclp.com (Postfix) with ESMTP id F41DAD051E for ; Mon, 17 Jul 2000 14:31:30 -0400 (EDT) Original-Received: (from zsh@localhost) by shenghuo.dhs.org (8.10.0/8.10.0) id e6HIVX515472; Mon, 17 Jul 2000 14:31:33 -0400 Original-To: ding@gnus.org X-Attribution: ZSH X-Face: 'IF:e51ib'Qbl^(}l^&4-J`'P!@[4~O|&k#:@Gld#b/]oMq&`&FVY._3+b`mzp~Jeve~/#/ ERD!OTe<86UhyN=l`mrPY)M7_}`Ktt\K+58Z!hu7>qU,i.N7TotU[FYE(f1;}`g2xj!u*l`^&=Q!g{ *q|ddto|nkt"$r,K$[)"|6,elPH= GJ6Q In-Reply-To: dsg@mitre.org's message of "17 Jul 2000 11:43:03 -0400" Original-Lines: 14 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:31822 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:31822 dsg@mitre.org (David S. Goldberg) writes: > I thought it was supposed to be but looking at the sources I don't see > it. Not sure if that should be considered a bug. I'm using CVS 5.8.8 > updated about 930AM EDT 2000-07-17. Explicitly calling > > (mailcap-parse-mimetype-file (expand-file-name "~/.mime.types")) > > does what I need. I assume I need to put it on a hook? What's the > right place to do it? Fixed. ShengHuo