From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Sean O'Rourke" Newsgroups: gmane.emacs.devel Subject: Re: patch: handle PS/PDF in Gnus Date: Fri, 06 Jul 2007 08:53:07 -0700 Message-ID: References: <86r6nl8s13.fsf@lola.quinscape.zz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1183737229 7464 80.91.229.12 (6 Jul 2007 15:53:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 6 Jul 2007 15:53:49 +0000 (UTC) Cc: emacs-devel@gnu.org To: David Kastrup Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 06 17:53:47 2007 connect(): Connection refused Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1I6q7v-0003KC-AC for ged-emacs-devel@m.gmane.org; Fri, 06 Jul 2007 17:53:47 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I6q7u-0001IG-Tp for ged-emacs-devel@m.gmane.org; Fri, 06 Jul 2007 11:53:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I6q7X-000190-Ef for emacs-devel@gnu.org; Fri, 06 Jul 2007 11:53:23 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I6q7W-00017H-LP for emacs-devel@gnu.org; Fri, 06 Jul 2007 11:53:22 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I6q7W-000177-At for emacs-devel@gnu.org; Fri, 06 Jul 2007 11:53:22 -0400 Original-Received: from outbound1.ucsd.edu ([132.239.1.205]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1I6q7Q-0005Lw-4X; Fri, 06 Jul 2007 11:53:16 -0400 Original-Received: from smtp.ucsd.edu (smtp.ucsd.edu [132.239.1.49]) by outbound1.ucsd.edu (8.13.6/8.13.6) with ESMTP id l66FrBEJ016196 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 6 Jul 2007 08:53:11 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; s=2007001; d=ucsd.edu; c=simple; q=dns; b=argMMByCo9V81idzc8o7svbwvPeKe1Ix94C9WsW3rDs5encjyrazj6Wx1JvJmNw6f u+k4bKPNt3wc+iaroeQ7A== Original-Received: from mister-foo.local ([128.54.220.221]) by smtp.ucsd.edu (8.13.6/8.13.4) with ESMTP id l66Fr9SM033161; Fri, 6 Jul 2007 08:53:10 -0700 (PDT) In-Reply-To: <86r6nl8s13.fsf@lola.quinscape.zz> (David Kastrup's message of "Fri\, 06 Jul 2007 17\:34\:48 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (darwin) X-detected-kernel: FreeBSD 6.x (1) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:74404 Archived-At: David Kastrup writes: > "Sean O'Rourke" writes: > >> 2007-07-06 Sean O'Rourke (tiny change) >> >> * mailcap.el (mailcap-mime-data): handle Postscript and PDF on Mac OS >> X. > > Why wouldn't one want to leave the handling to what is written in > /etc/mailcap? I have no idea. I made this change because I wanted attachments to work, and this is how mailcap.el already handles them under X. So if /etc/mailcap is the right solution on Unix-like systems, mailcap-mime-data probably needs to go away. /s