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

2003-04-02 Thread Anders Ripa
If you search this list for subject "Problems starting tcsh when having spaces in username - with fix" you wil find my diff for fixing this file. I haven't recieved any comments so far. It would be nice to have this in the normal sources. Best regards Anders Ripa - Original Message - Fr

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