There was a big discussion of this last week,

Jim Correia <[EMAIL PROTECTED]>
was on the case....

I have saved two terminals to the "MacPerl Support" folder in "BBEdit 
Support"

the 6.1.2 docs says this name is supposed to change but it did not to 
"Perl Support"

Anyway, when I choose run in terminal, or Debug (which defaults to 
terminal)
the message seems to be picking up the user variables from my own 
environment.min file

(There are samples in /usr/share/init/tcsh/  written by Fred Sanchez)

anyway, inside BBEDIT no one has yet pro-offered how BBEDIT is getting 
it's information...
I include this quote  from Jim Correia <[EMAIL PROTECTED]>
That comes in the 5.6.0 version which he is running.
and in the BBEdit document.

However, "magically" after I saved the terminal snapshot in the Mac Perl 
folder...  the terminal prints out my whole environment set-up.

Though I can't see anything special in the XML preflist there.

Jim Cooper

Hopefully the archives for this list are back up this week.

there is a wealth of information there.



> If I run (from within BBEdit)
>
> #perl -w
>
> use strict;
>
> foreach(keys %ENV)
> {
>       print("$_: $ENV{$_}\n");
> }     
>
> I get:
>
> __CF_USER_TEXT_ENCODING: 0x1F5:0:0
> USER: correia
> PATH: /usr/bin:/bin:/Volumes/Mac_OS_9_Boot/Data/Correia_Home/
> SHELL: /bin/tcsh
> HOME: /Volumes/Mac_OS_9_Boot/Data/Correia_Home/
> LANG: en_US
>
> Who sets that stuff up?
>
> Jim
>
> --
> Jim Correia
> [EMAIL PROTECTED]

On Tuesday, May 22, 2001, at 01:53  AM, allan wrote:

>> It's quite possible you're launching a new version of a shell, hence 
>> I'd
>> guess to be sure your .cshrc (or-what-shell-have-you) should, mayhap
>> have the environmental set (eg, setenv LANG "en_US")...
>
> i did that (before i installed perl 5.6.1)
>
> setenv LC_ALL C
> setenv LANG "en_US"
>
> but the problem is still there (only from bbedit)
>
>
> thanks
> allan
>

---------------------------------------------------------------------------
reply directly to:

mailto:[EMAIL PROTECTED]
iMedia, Ltd.
Tokyo
---------------------------------------------------------------------------

Reply via email to