delorie.com/archives/browse.cgi | search |
X-Recipient: | archive-cygwin AT delorie DOT com |
DomainKey-Signature: | a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id |
:list-unsubscribe:list-subscribe:list-archive:list-post | |
:list-help:sender:message-id:date:from:mime-version:to:cc | |
:subject:references:in-reply-to:content-type | |
:content-transfer-encoding; q=dns; s=default; b=tWYwBjS8bVV/iGnv | |
RxBKq6hQcg0dhPCwTjCTJcv3doUUauABbJ5Bl6wRTYh2YfpaMqZ6fWIPhbyyF11J | |
H+8k80DHov1U7hOq9An2agjYogX+lqh4iZt6h/X2ZOOxnKrLTJ8ZR7Ek5UMPHYY+ | |
JqSp4Jd76O2lP/YnJVEL2DZWZP8= | |
DKIM-Signature: | v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id |
:list-unsubscribe:list-subscribe:list-archive:list-post | |
:list-help:sender:message-id:date:from:mime-version:to:cc | |
:subject:references:in-reply-to:content-type | |
:content-transfer-encoding; s=default; bh=6hJ79VunNTXKV+2SPHEtGT | |
1+qlI=; b=S/9uvYBekwvuoEYdoLZ2De9GkPGayanZlWe1qXCMVxwt/6JhS2AF/B | |
X///eaP2LUJ19lNU0U2xwWrBOL4yJdCLyI6kHwFReYztVSGA+RzOUv82KXZxbDPM | |
dkFJ06sdt9fLp0tUsDGNpXgaSe9D60BnQEh7pGiV64mk1Ij660q6c= | |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/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 |
Authentication-Results: | sourceware.org; auth=none |
X-Virus-Found: | No |
X-Spam-SWARE-Status: | No, score=1.6 required=5.0 tests=BAYES_50,FREEMAIL_FROM,RDNS_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no version=3.3.2 |
X-HELO: | mail-we0-f173.google.com |
X-Received: | by 10.180.101.197 with SMTP id fi5mr10113712wib.46.1385800904335; Sat, 30 Nov 2013 00:41:44 -0800 (PST) |
Message-ID: | <5299A4BF.8070201@gmail.com> |
Date: | Sat, 30 Nov 2013 08:41:35 +0000 |
From: | Dave Kilroy <kilroyd AT googlemail DOT com> |
User-Agent: | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.1.1 |
MIME-Version: | 1.0 |
To: | cygwin AT cygwin DOT com |
CC: | charles DOT butterfield AT nextcentury DOT com |
Subject: | Re: chere + mintty doesn't work with mapped drives |
References: | <00ce27600b2e404cbb8f9e56c3994e8c AT CO2PR07MB556 DOT namprd07 DOT prod DOT outlook DOT com> <e438b5ebbe69401b843342394f5a5ea9 AT CO2PR07MB556 DOT namprd07 DOT prod DOT outlook DOT com> |
In-Reply-To: | <e438b5ebbe69401b843342394f5a5ea9@CO2PR07MB556.namprd07.prod.outlook.com> |
On 29/11/2013 22:11, Charles Butterfield wrote: > Dave wrote: >> Can you clarify which isn't working: >> a) a network share mapped to a drive letter, e.g N:\my\network\location > This is my situation. I have my Y: drive mapped to a Linux Samba server. See more details below > >> b) network share accessed via \\ e.g. \\server\path\my\network\location > Not doing this. > >> Are you right clicking on a directory and selecting the menu item, or right clicking a blank spot in the RH pane? The two result in different logic, with >> the latter having to guess it's a network path. > I am right clicking on a directory name in either (tried both) the LH or RH pane of an explore.exe window. In both cases what happens > Is that a new window is launched (good) with an initial title of the form "/bin/xhere /bin/bash.exe Y:\apps". After a brief pause, I see > "Starting /bin/bash.exe", than another brief pause and the window title changes to "/cygdrive/c/WINDOWS/system32" and I get a > Bash command prompt. The PWD is just what the title indicates (i.e. .../system32) The xhere script should pass y:\apps to cygpath to get the cygwin path, which should be /cygdrive/y/apps. IIRC /cygdrive/y may not be visible via ls, but it should be usable. I'm guessing the path is failing the directory test... in which case adding a trailing else to always cd $CHERE_DIR would fix things for you Dave. > P.S. I'm also having trouble figuring out how to post replies to what I see on the web archive. I did NOT get any email reply to my prior post, it just showed up on the web archive (that was good). I carefully checked my spam quarantine areas several times to be sure. Actually my first post on this topic was my second attempt to post. I had to add myself to the white-list which I didn't notice at first since the white-list suggestion was stuck in MY stupid stupid Outlook spam filter (Thanks so much Outlook). > > In any event, I have cobbled together something that resembles a reply to an email that I have really scraped off the web archive. That seems awfully complicated. Surely I'm missing something. But I just cannot see the "Reply" button on the archive. Is this like when my wife says, its right there and points to it and yep, its really right there? :-( > I just replied to list on the last message. This time I've made sure you're in cc. -- 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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |