From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/36703 Path: main.gmane.org!not-for-mail From: Georges KO Newsgroups: gmane.emacs.gnus.general Subject: (NT Emacs) Excel files as attachment files: \ issue Date: 26 Jun 2001 11:36:08 +0800 Organization: Alcatel Telecom Taiwan Message-ID: <01Jun26.114215cst.118166@ns.alcatel.com.tw> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035172247 10038 80.91.224.250 (21 Oct 2002 03:50:47 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:50:47 +0000 (UTC) Return-Path: Return-Path: Original-Received: (qmail 615 invoked from network); 26 Jun 2001 08:46:46 -0000 Original-Received: from unknown (HELO alcatel.com.tw) (@202.39.115.1) by gnus.org with SMTP; 26 Jun 2001 08:46:46 -0000 Original-Received: by ns.alcatel.com.tw id <118166>; Tue, 26 Jun 2001 11:42:15 +0800 Original-To: ding@gnus.org Original-Original-Sender: gko@alcatel.com.tw User-Agent: Gnus/5.090003 (Oort Gnus v0.03) Emacs/20.7 Original-Lines: 16 Xref: main.gmane.org gmane.emacs.gnus.general:36703 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:36703 Hello, It seems that Excel (2000 in my case) doesn't understand file names with /, resulting in "file not found" when pressing an attachment button. I solved this problem by writing a function to convert the /'s into \'s and modified mm-display-external (gnus-art.el) from: (mm-mailcap-command method file (mm-handle-type handle)) to (mm-mailcap-command method (reverse-slash file) (mm-handle-type handle))) -- Georges KO, Taipei, Taiwan gko@gko.net 2001-06-26