Re: Problem with Tcsh

2006-01-08 Thread Igor Peshansky
On Mon, 9 Jan 2006, sanidip agarwal wrote: > I have installed the latest version of cygwin (1.5.18-1) on a PC > running Windows XP . When I try to run tcsh, it gives me an error > "Unmatched '.". Any solution to the problem? You have an unclosed single quote somewhere in your startup scripts. Un

Re: problem with tcsh-6.12.00-7.tar.bz2

2003-10-09 Thread Andrew Grimm
>> This package includes /etc/csh.login which has the line: >> >> set TERM=cygwin >> >> This should instead read: >> >> set term=cygwin >> >> which will set the shell variable term and the environment variable >> TERM correctly when tcsh is used as the base shell for the Cygwin shell >> w

Re: problem with tcsh-6.12.00-7.tar.bz2

2003-10-09 Thread Corinna Vinschen
On Wed, Oct 08, 2003 at 06:04:41PM -0600, Andrew Grimm wrote: > This package includes /etc/csh.login which has the line: > > set TERM=cygwin > > This should instead read: > > set term=cygwin > > which will set the shell variable term and the environment variable TERM > correctly whe

tcsh-6.12.00-4 [was Re: problem with tcsh-6.12.00-3]

2003-02-11 Thread Corinna Vinschen
On Tue, Feb 11, 2003 at 12:37:21PM -0700, Andrew Grimm wrote: > The major problem is that $shell and $SHELL are now getting set to > /tmp/install/usr/bin/tcsh instead of /usr/bin/tcsh. This is causing the > shell to fail, say in an xterm, trying to exec $SHELL. > > I verified that this problem re