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.

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 when tcsh is

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 window. Thanks for

RE: Problem in tcsh

2003-04-03 Thread Soumitra Pal
Hi Corinna, [EMAIL PROTECTED] id uid=544(a0756997) gid=1005(mmp) Urgh. What's that bad trick? Your /etc/passwd is broken. Please regenerate it and don't fake your name is the admins group. Run under your own account's SID. I have reverted back to original /etc/passwd. But with no

Re: Problem in tcsh

2003-04-03 Thread Corinna Vinschen
On Thu, Apr 03, 2003 at 07:11:10PM +0530, Soumitra Pal wrote: a0756997:*:1005:1005:Soumitra Kumar Pal:/cygdrive/h:/bin/tcsh Your SID is missing. Use mkpasswd to get the full entry (and then tweak home and shell fields). Which Cygwin version, btw? Did you try with 1.3.22? Corinna -- Corinna

RE: Problem in tcsh

2003-04-03 Thread Soumitra Pal
and regards, Soumitra. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Corinna Vinschen Sent: Thursday, April 03, 2003 7:19 PM To: [EMAIL PROTECTED] Subject: Re: Problem in tcsh On Thu, Apr 03, 2003 at 07:11:10PM +0530, Soumitra Pal wrote: a0756997:*:1005:1005

RE: Problem in tcsh

2003-04-03 Thread Randall R Schulz
At 06:55 2003-04-03, Soumitra Pal wrote: Corinna, I did whatever you said. Current passwd is the following. ... But still the problem is not solved. Mine is latest cygwin. Thanks and regards, Soumitra. Soumitra, No one seems to have asked you about your readline options. I know next to nothing

Re: Problem in tcsh

2003-04-03 Thread Corinna Vinschen
On Thu, Apr 03, 2003 at 08:25:51PM +0530, Soumitra Pal wrote: a0756997:unused_by_nt/2000/xp:1009:1005:U-A0756997\a0756997,S-1-5-21-2871814 75-2026387952-1084442421-1009:/cygdrive/h:/bin/tcsh But still the problem is not solved. Mine is latest cygwin. I changed user and group membership as

Re: Problem in tcsh

2003-04-02 Thread Soumitra Pal
Hi Corinna, Hi, I am using cygwin tcsh 6.12.00-5. But I am having the following problem: Suppose I have included /cygdrive/d/Perl/bin and there is a exe Perl.exe in d:/Perl/bin directory. If press Pe + tab at command prompt it shows Perl among a list of other executables begining

Re: Problem in tcsh

2003-04-02 Thread Corinna Vinschen
On Wed, Apr 02, 2003 at 03:13:08PM +0530, Soumitra Pal wrote: Not yet. What does `which Perl' tell you? (The built-in which, not /bin/which). Corinna Built-in which gives: Perl: Command not found. But /bin/which gives: /cygdrive/d/Perl/bin/Perl So it seems that it is a problem

Re: Problem in tcsh

2003-04-02 Thread Corinna Vinschen
On Thu, Apr 03, 2003 at 09:33:04AM +0530, Soumitra Pal wrote: Hi Corrina, s/rrin/rinn/ [EMAIL PROTECTED] id uid=544(a0756997) gid=1005(mmp) Urgh. What's that bad trick? Your /etc/passwd is broken. Please regenerate it and don't fake your name is the admins group. Run under your own

Re: Problem in tcsh

2003-04-02 Thread Soumitra Pal
Hi Corrina, Not yet. What does `which Perl' tell you? (The built-in which, not /bin/which). Corinna Built-in which gives: Perl: Command not found. But /bin/which gives: /cygdrive/d/Perl/bin/Perl So it seems that it is a problem with tcsh. It seems so but I can't

Re: Problem in tcsh

2003-04-01 Thread Ronald Landheer-Cieslak
Have a look here: http://cygwin.com/cygwin-ug-net/using-cygwinenv.html The check_case option might be of help to you (the default is relaxed - perhaps you should try 'CYGWIN=check_case=ajust') I don't know how that interacts with tcsh, though.. HTH rlc BTW: there is a perl in the Cygwin

Re: Problem in tcsh

2003-04-01 Thread Corinna Vinschen
On Tue, Apr 01, 2003 at 06:56:19PM +0530, Soumitra Pal wrote: Hi, I am using cygwin tcsh 6.12.00-5. But I am having the following problem: Suppose I have included /cygdrive/d/Perl/bin and there is a exe Perl.exe in d:/Perl/bin directory. If press Pe + tab at command prompt it shows

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