| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| Message-ID: | <3500515B75D9D311948800508BA379559508CC@EX-LONDON> |
| From: | Vince Hoffman <Vince DOT Hoffman AT uk DOT circle DOT com> |
| To: | "'Shing-Fat Fred Ma'" <fma AT doe DOT carleton DOT ca>, cygwin AT cygwin DOT com |
| Subject: | RE: gvimdiff fails on network drive |
| Date: | Fri, 25 Oct 2002 19:45:03 +0100 |
| MIME-Version: | 1.0 |
Gvim isnt linked to cygwin1.dll so it wont see cygwin mount points.
> -----Original Message-----
> From: Shing-Fat Fred Ma [mailto:fma AT doe DOT carleton DOT ca]
> Sent: 25 October 2002 19:25
> To: cygwin AT cygwin DOT com
> Subject: gvimdiff fails on network drive
>
>
> Hello,
>
> I'm using cygwin-1.3.12-4 on WinME. I'm
> using gvim 6.0 to diff a pair of files residing
> on a mounted network drive i.e. /SomeUser
> is a mount pointing to \\RemoteSunBox\SomeUser.
> Read/write access to /SomeUser is no problem.
> Using "gvim -d" on localfiles is no problem.
> But using "gvim -d" on files residing on /SomeUser
> generates the error E97 (can't create diff files).
>
> I thought it might be a path name problem,
> though both invocations would use unix
> style path names. But just to see, I tried
> putting this in _vimrc (courtesy Machitani-san):
>
> > if has("unix")
> > set shell=/bin/bash
> > elseif has("win32")
> > " set shell=c:/cygwin/bin/bash
> > set shell=c:\\cygwin\\bin\\bash.exe
> > set shellcmdflag=-c
> > set shellpipe=2>&1\|\ tee
> > set shellslash
> > endif
>
> But the problem persisted. Just as a note,
> my gvim is invoked by the bash function
>
> {
> ( unset SHELL;
> /c/Program\ Files/vim/vim60/gvim $* ) &
> }
>
> because gvim's diff *never* worked prior
> to the "unset SHELL".
>
> Thanks for any suggestions.
>
> Fred
>
> -------------------------------------------
> Fred Ma
> Department of Electronics
> Carleton University, Mackenzie Building
> 1125 Colonel By Drive
> Ottawa, Ontario
> Canada K1S 5B6
> fma AT doe DOT carleton DOT ca
> ===========================================
>
>
>
>
> --
> Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
> Bug reporting: http://cygwin.com/bugs.html
> Documentation: http://cygwin.com/docs.html
> FAQ: http://cygwin.com/faq/
>
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |