[Newbies] environment variables

2007-08-05 Thread Norbert Hartl
Hi, is there a way to access the environment variables of the underlying OS? thanks, Norbert ___ Beginners mailing list Beginners@lists.squeakfoundation.org http://lists.squeakfoundation.org/mailman/listinfo/beginners

Re: [Newbies] environment variables

2007-08-05 Thread Patrick Collison
On 05/08/07, Norbert Hartl [EMAIL PROTECTED] wrote: Hi, is there a way to access the environment variables of the underlying OS? Install OSProcess from SqueakMap if you don't already have it, and then use UnixProcessenvironmentAt: thanks, Norbert

Re: [Newbies] Frozen Squeak environment

2007-08-05 Thread Peter Mucsi
Hi Benjamin, Alt-period worked well on Windows too. Basically all I wanted is not to lose my work if I do something silly. Thanks a lot! Regards, Peter Benjamin Schroeder wrote: On Aug 5, 2007, at 10:03 AM, Peter Mucsi wrote: Hi, I'm a newbee playing around in Squeak for a while.

[Newbies] Re: Dead keys on Ubuntu

2007-08-05 Thread Hilaire Fernandes
It seems dead key is not working with utf-8 encoding from the linux host. What we have found is to force to iso8859-1 before starting the VM See some details at (use google to translate if needed):

Re: [Newbies] osVersion on MacOSX

2007-08-05 Thread Benjamin Schroeder
On Aug 5, 2007, at 3:58 PM, Kyle Hamilton wrote: (re. the value of SmalltalkImage current osVersion) Considering that 'uname' returns 'Darwin', and on my 10.4.9 Intel 'uname -a' returns: Darwin kylemac 8.9.1 Darwin Kernel Version 8.9.1: Thu Feb 22 20:55:00 PST 2007;

Re: [Newbies] How to use development tools with a consumer application VM image

2007-08-05 Thread Jens Lincke
Michael Vorburger schrieb: How do you peek into it a Squeak image like the one Scratch distributes, so to see and learn from the Scratch classes and methods etc. and hack (in the best sense of the word) it? try to break something and get a debugger, this worked for me with beta-versions of