From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/36785 Path: main.gmane.org!not-for-mail From: "Yair Friedman (Jerusalem)" Newsgroups: gmane.emacs.gnus.general Subject: Re: (NT Emacs) Excel files as attachment files: \ issue Date: Wed, 04 Jul 2001 16:49:20 +0200 Message-ID: References: <01Jun26.114215cst.118166@ns.alcatel.com.tw> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035172313 10432 80.91.224.250 (21 Oct 2002 03:51:53 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:51:53 +0000 (UTC) Return-Path: Return-Path: Original-Received: (qmail 18016 invoked from network); 4 Jul 2001 13:50:03 -0000 Original-Received: from lovely.amdocs.com (204.151.97.17) by gnus.org with SMTP; 4 Jul 2001 13:50:03 -0000 Original-Received: from amdocs.com (speedy1.amdocs.com [204.151.97.67]) by lovely.amdocs.com (8.9.3/8.9.3) with ESMTP id QAA03178 for ; Wed, 4 Jul 2001 16:49:26 +0200 (IST) Original-Received: from YAIRFRNT (localhost [127.0.0.1]) by amdocs.com (8.9.3+Sun/8.9.3) with ESMTP id QAA23771 for ; Wed, 4 Jul 2001 16:47:09 +0300 (IDT) Original-To: Gnus Mailing List In-Reply-To: (Simon Josefsson's message of "Wed, 27 Jun 2001 19:19:07 +0200") User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/20.6 Original-Lines: 31 Xref: main.gmane.org gmane.emacs.gnus.general:36785 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:36785 Hi, With yesterday's snapshot it doesn't help. The message is: Displaying "C:/Program Files/Microsoft Office97.eng/Office/excel.exe" /e "c:/TEMP/emm.253NZv/general File 5.01 .xls"... Excel show same error messages as before. Thanks. Simon Josefsson writes: > Georges KO writes: > >> 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))) > > Try > > (setq mm-file-name-rewrite-functions '(reverse-slash)) > > instead, to avoid modifying Gnus. Does it work? You need a OGnus >>>From CVS.