From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/38028 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:18:08 +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 1035173675 18634 80.91.224.250 (21 Oct 2002 04:14:35 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:14:35 +0000 (UTC) Return-Path: Return-Path: Original-Received: (qmail 17790 invoked from network); 19 Aug 2001 16:15:49 -0000 Original-Received: from lovely.amdocs.com (204.151.97.17) by gnus.org with SMTP; 19 Aug 2001 16:15:49 -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 TAA12061 for ; Sun, 19 Aug 2001 19:15:50 +0200 (IST) Original-Received: from YAIRFRNT (localhost [127.0.0.1]) by amdocs.com (8.9.3+Sun/8.9.3) with ESMTP id TAA03519 for ; Sun, 19 Aug 2001 19:12:27 +0300 (IDT) Original-To: Gnus Mailing List In-Reply-To: (Lars Magne Ingebrigtsen's message of "Sun, 19 Aug 2001 17:48:30 +0200") User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/20.6 Original-Lines: 9 Xref: main.gmane.org gmane.emacs.gnus.general:38028 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:38028 Lars Magne Ingebrigtsen writes: > In what way would you rewrite "x:/path/file.ext", and wouldn't you > have to rewrite the names differently for different viewer? 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.