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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=ITXtyGvW3uSS6TZc YbQTzonEgT5vqCHp0qZikckLa5fQz/DMexw6nXvAj0yXRXfn+sLT0VHqH7GBULHf cVPriSbv7ajLvezPJqSL5udjL4wBjt9DdxWqI5xh9f4VXlu2PrEFJRdFrAkHZY59 IYvtTYLRkf0Y58y6hDVNNJpVOOM= 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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=wXOVfWvfXN+yLU/Ihm+Ir9 FY+eQ=; b=pylhqIMsl05HxyR4AQxYZO045lJzdlFzigWHTd1g/Ud2Ufqd0Qc4T+ JQIh1o4jw42R4ux813khnSFLA8swcjkGQdHJRzOPP3OA9C3Rxottvt/e4lb3slD1 HO+KoeJnE/9yY/RwH4hYLF1wfsb9u2mAuilSnGwGvsmKif1FS37wk= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , 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=0.2 required=5.0 tests=AWL,BAYES_50,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 spammy=kbrown, Heintze, heintze, $path X-HELO: limerock01.mail.cornell.edu X-CornellRouted: This message has been Routed already. Subject: Re: Any progress on "Fork issues ith long command lines and long $PATH"? To: Richard Heintze , "cygwin AT cygwin DOT com" References: <569AA38E DOT 7040205 AT cornell DOT edu> <54233810 DOT 5967218 DOT 1453230386996 DOT JavaMail DOT yahoo AT mail DOT yahoo DOT com> From: Ken Brown Message-ID: <569E9123.4070506@cornell.edu> Date: Tue, 19 Jan 2016 14:40:19 -0500 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <54233810.5967218.1453230386996.JavaMail.yahoo@mail.yahoo.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 1/19/2016 2:06 PM, Richard Heintze wrote: > Unfortunately, the following file name (for example) works with fsf emacs and not Cygwin emacs-w32: > > $USERPROFILE/Documents/hello.txt > > Even some bash commands accept this but emacs-w32 does not. > > I use these environment variables extensively to facilitate moving between different windows logins. Using environment variables isn't the problem. The problem is that $USERPROFILE is a native Win32 path. To use it in Cygwin emacs, convert it to a Posix path. For example: $ echo $USERPROFILE C:\Users\kbrown $ cygpath -u $USERPROFILE /c/Users/kbrown Ken -- 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