Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Mar 1997 15:21:09 +0100 (MET)
From:      Tomas Klockar <dateck@ludd.luth.se>
To:        roberto@keltia.freenix.fr (Ollivier Robert)
Cc:        freebsd-hackers@freefall.freebsd.org
Subject:   Re: 2.2-970225-GAMMA tcsh
Message-ID:  <199703071421.PAA06618@father.ludd.luth.se>
In-Reply-To: <19970306235318.58395@keltia.freenix.fr> from Ollivier Robert at "Mar 6, 97 11:53:18 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
According to Ollivier Robert:
> According to Tomas Klockar:
> I have a small problem, tcsh doesn't realy seem to be in order.
> > 
> > when I in my tcshrc file do setenv LC_CTYPE sv_SE.ISO_8859-1 it doesn't run 
> > any command after that. It's like it looses the rest of the file.
> 
> I don't see it with 6.07.02 (named 6.07 in the tar file) and 3.0-CURRENT:
> 
> 201 [23:50] roberto@keltia:~> setenv LC_CTYPE sv_SE.ISO_8859-1
> 202 [23:51] roberto@keltia:~> ll
> total 882
> -rw-r--r--   1 roberto  staff     70 Jun  4  1995 .Ularnopts
> -rw-------   1 roberto  staff    748 Oct  4 23:41 .Xauthority
> ...
> 
> version tcsh 6.07.02 (Astron) 1996-10-27 (i386-intel-FreeBSD) options
> 8b,nls,dl,al,rh
> 
> Ollivier ROBERT    -=- The daemon is FREE! -=-    roberto@keltia.freenix.fr
>   FreeBSD keltia.freenix.fr 3.0-CURRENT #39: Sun Feb  2 22:12:44 CET 1997
> 
> 
Its not what i assign it to thats the problem
its like this

if ( $?prompt ) then
     setenv LC_CTYPE sv_SE.ISO_8859-1
     setenv LD_LIBRARY_PATH /usr/X11R6/lib:/usr/lib
     if ($?SOURCE) then
          source $SOURCE
     endif
endif

and I get the following error

then: then/endif not found

and if I remove the setenv LC_CTYPE the error disapeers.
every line after the setenv LC_CTYPE in my .tcshrc file is just ignored.
none will be run.

It doesn't matter what I set LC_CTYPE to, its an general error.
Besides most of what you can set LC_CTYPE to is linked to the same file.

/Tomas

--
Tomas Klockar can be found at the following adresses:

Kårhusvägen 4:23     |  Furuvägen 102       |  dateck@ludd.luth.se
977 54 Luleå         |  871 52 Härnösand    |  dateck@solace.mh.se
Tel: +46-920-231335  |  Tel: +46-611-13393  |  d94-tkl@sm.luth.se



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199703071421.PAA06618>