X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: Yes, hits=5.8 required=5.0	tests=AWL,BAYES_50,FREEMAIL_FROM,KAM_THEBAT,RAZOR2_CF_RANGE_51_100,RAZOR2_CF_RANGE_E8_51_100,RAZOR2_CHECK
X-Spam-Check-By: sourceware.org
Date: Wed, 18 Aug 2010 01:38:00 +0400
From: Andrey Repin <anrdaemon@freemail.ru>
Reply-To: Andrey Repin <cygwin@cygwin.com>
Message-ID: <687756115.20100818013800@mtu-net.ru>
To: "Larry Hall (Cygwin)" <cygwin@cygwin.com>
Subject: Re: Path conversion issue
In-Reply-To: <4C6AE7BA.40903@cygwin.com>
References: <1443726680.20100817060325@mtu-net.ru> <4C69FF69.3060402@cygwin.com> <AANLkTi=sYzj57_PJ495S074qndXtp5fq6qdr5ZoEMQq5@mail.gmail.com> <1236947283.20100817225842@mtu-net.ru> <4C6AE7BA.40903@cygwin.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

Greetings, Larry Hall (Cygwin)!

>>>>> diff.exe -cdb -x "CVS" -x ".svn" -I "\$Id.*\$" --strip-trailing-cr --
>>>>> "C:\...\php-tools\GalleryClass.php"
>>>>> "\\REMOTE\C$\...\php-tools\GalleryClass.php"
>>>>> diff: \REMOTE\C$\...\php-tools\GalleryClass.php: No such file or directory
>>>>>
>>>>> Why it ate the leading backslash?
>>>>
>>>> '\' is a escape character for Cygwin just the way it is in UNIX/Linux.
>>>> You either need to escape it or, better yet, use forward slashes.
>>
>> Neither is possible without sophisticated wrapper... This is called from menu
>> entry in FAR Manager.
>> :( I'd, however, try to get this through as a feature request...
>>
>>> Or protect the backslashes: use single quotes
>>
>>> '\\REMOTE\C$\...\php-tools\GalleryClass.php'
>>
>> Unfortunatelly...
>>
>> diff.exe -cdb -x "CVS" -x ".svn" -I "\$Id.*\$" --strip-trailing-cr -- '\\REMOTE\C$\...\GalleryClass.php' 'C:\...\GalleryClass.php'
>> diff: \REMOTE\C$\...\GalleryClass.php: No such file or directory

> Seems like if you can change the quotes, you're very close to being
> able to invoke 'cygpath' to do the conversion you need.  Since I know
> nothing about Far Manager, I don't know if this is a small step or a
> huge leap.

Oh, God! You definitely want to know more!
http://www.farmanager.com/index.php?l=en

Basically, the 3 programs i'm running daily are: FAR, Opera and The Bat!.
I hardly need anything else, be it regedit, control panel or code editor.
FAR offer as much as humanly possible through multiple plugins, and if you'r
daily work is with console and/or code writing, you are unlikely to find
better alternative.

> But I figured I'd through it out there.

I can see several ways to embed it here, but it'd be better if path
translation could be more smooth. It's not always you're working with so
flexible tools.


--
WBR,
 Andrey Repin (anrdaemon@freemail.ru) 18.08.2010, <1:30>

Sorry for my terrible english...


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

