Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: <37C40768.4C8B@bigfoot.com> Date: Wed, 25 Aug 1999 16:10:32 +0100 From: Keith Starsmeare X-Mailer: Mozilla 3.01 (X11; I; HP-UX B.10.20 9000/735) MIME-Version: 1.0 To: Clark Sims CC: cygwin AT sourceware DOT cygnus DOT com Subject: Re: Newbie questions References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 AT sourceware DOT cygnus DOT com