This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Newbie questions


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]