Newbie questions

Keith Starsmeare kxs@bigfoot.com
Tue Aug 31 23:49:00 GMT 1999


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



More information about the Cygwin mailing list