From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keith Starsmeare To: Clark Sims Cc: cygwin@sourceware.cygnus.com Subject: Re: Newbie questions Date: Tue, 31 Aug 1999 23:49:00 -0000 Message-ID: <37C40768.4C8B@bigfoot.com> References: X-SW-Source: 1999-08n/msg00665.html Message-ID: <19990831234900.GffNeeg8IoS_tJS9uXF2Lqz7czNh09YsrHkN_SlOe-0@z> Clark Sims wrote: > echo $PATH produces: > > /cygnus/CYGWIN~1/H-I586~1/bin:/cygnus/CYGWIN~1/H-I586~1/bin:d:/fsf/emacs-19.34/bin:d:/fsf/bin:/WINNT/system32:/WINNT:d:/CCLIB/libnt:d:/WATCOM/BINNT:d:/WATCOM/BINW:d:/util:.:d:/PROGRA~1/ULTRAEDT > > d:/fsf/emacs-19.34/bin contains emacs.exe > but I can't run emacs unless I specify the full path Use //d/ instead of d:/ in your PATH. Your PATH looks very confusing otherwise as : is used as the field separator. Of course, //d/ support is going to be phased out in favour of using mount points. So use: mkdir /d mount d: /d Then your PATH would just need to include /d/fsf/emacs-19.34/bin Keith -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe@sourceware.cygnus.com