From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/38037 Path: main.gmane.org!not-for-mail From: "Yair Friedman (Jerusalem)" Newsgroups: gmane.emacs.gnus.general Subject: Re: rewrite functions Date: Sun, 19 Aug 2001 19:39:47 +0200 Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035173682 18666 80.91.224.250 (21 Oct 2002 04:14:42 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:14:42 +0000 (UTC) Return-Path: Return-Path: Original-Received: (qmail 18181 invoked from network); 19 Aug 2001 16:37:30 -0000 Original-Received: from lovely.amdocs.com (204.151.97.17) by gnus.org with SMTP; 19 Aug 2001 16:37:30 -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 TAA12214 for ; Sun, 19 Aug 2001 19:37:31 +0200 (IST) Original-Received: from YAIRFRNT (localhost [127.0.0.1]) by amdocs.com (8.9.3+Sun/8.9.3) with ESMTP id TAA04017 for ; Sun, 19 Aug 2001 19:34:08 +0300 (IDT) Original-To: Gnus Mailing List In-Reply-To: (Lars Magne Ingebrigtsen's message of "Sun, 19 Aug 2001 18:24:11 +0200") User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/20.6 Original-Lines: 15 Xref: main.gmane.org gmane.emacs.gnus.general:38037 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:38037 Lars Magne Ingebrigtsen writes: > "Yair Friedman (Jerusalem)" writes: > >> Currently I need to rewrite it to "x:\\path\\file.ext" as some >> applications (excel) don't understand the former syntax. To achieve >> this, I need to apply convert-standard-filename from w32-fns.el which >> convert the splashes, and replaces forbidden characters with others. > > Would you want to do this only for Excel, or do you want to apply this > transformation to all viewers? I'd like this transformation on all viewers. This is why mm-file-name-rewrite-functions looked like a natural candidate in the first place.