Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 X-Authentication-Warning: dragon.dn.rsc.raytheon.com: agrimm owned process doing -bs Date: Fri, 22 Nov 2002 12:28:52 -0700 (MST) From: Andrew Grimm X-X-Sender: agrimm AT dragon To: cygwin AT cygwin DOT com Subject: /etc/csh.login problems Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII There is a problem with the /etc/csh.login included in Cygwin package tcsh-6.11.0-4 (current). Embedded spaces in path elements are not preserved when the path is modified. As a UNIX user I naturally try to avoid spaces in pathnames as bad form, but the inherited Windows path is likely to have spaces (e.g. "program files"). This can be corrected by changing the line to: set path=( /usr/local/bin /usr/bin /bin $path:q ) There is another concern with /etc/csh.login which I am unsure about. It does a "set TERM=linux" which perhaps should be a "set TERM=cygwin" instead? This assumes the cygwin terminal type as defined in terminfo/ termcap describes the cmd-window-like interface (does it?). -Andy Grimm -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/