Re: complete.tcsh doesn't handle spaces in $HOME

2003-04-02 Thread Anders Ripa
riginal Message - From: "Aaron Humphrey" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 02, 2003 8:12 PM Subject: complete.tcsh doesn't handle spaces in $HOME I have been using Cygwin on a Windows 2000 computer running on a Novell network; my local use

RE: complete.tcsh doesn't handle spaces in $HOME

2003-04-02 Thread Randall R Schulz
Hannu, Here's the full set of recommendations: Yours: Stick to [A-Za-z0-9-_.] characters in filenames, settings and such. Plus: Write all your scripts to accommodate the presence of spaces and shell metacharacters in file names. This is a true pain in the ass... I wish everybody could

RE: complete.tcsh doesn't handle spaces in $HOME

2003-04-02 Thread Aaron Humphrey
>>> "Hannu E K Nevalainen (garbage mail)" <[EMAIL PROTECTED]> 04/02/03 11:35AM >>> >>> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf >> Of Aaron Humphrey >> An easy workaround for this problem is just to wrap all of the >> $HOME/filename conditions in double quotes, which would proba

RE: complete.tcsh doesn't handle spaces in $HOME

2003-04-02 Thread Hannu E K Nevalainen (garbage mail)
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > Of Aaron Humphrey > An easy workaround for this problem is just to wrap all of the > $HOME/filename conditions in double quotes, which would probably > be a good idea in a future release of tcsh. Once I did this in > complete.tcsh, t

complete.tcsh doesn't handle spaces in $HOME

2003-04-02 Thread Aaron Humphrey
I have been using Cygwin on a Windows 2000 computer running on a Novell network; my local user name is "Aaron Humphrey", and so my home directory is "/home/Aaron Humphrey". I've been trying to use tcsh, but it would abort out of the startup scripts, saying "If: expression syntax", leaving me wi