[REBOL] Re: Probing into the great beyond

2001-09-27 Thread Ammon Cooke
ember 27, 2001 4:58 PM Subject: [REBOL] Re: Probing into the great beyond > > - Original Message - > From: "Andrew Martin" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, September 28, 2001 2:59 AM > Subject: [REBOL] Re: Probing into the gr

[REBOL] Re: Probing into the great beyond

2001-09-27 Thread Andrew Martin
> > Sorry, I was mistaken about Rebol/View having solved this problem with 'mold of the system object!. > The problem exists only if you have View show the desktop first. If you don't then it works fine. A! So that's why I thought it was fixed! (Until I tried showing the desktop first then t

[REBOL] Re: Probing into the great beyond

2001-09-27 Thread Allen Kamp
- Original Message - From: "Andrew Martin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 28, 2001 2:59 AM Subject: [REBOL] Re: Probing into the great beyond > Rebol/View latest version: > > >> rebol/version > == 1.2.1.3.1

[REBOL] Re: Probing into the great beyond

2001-09-27 Thread Jason Cunliffe
> If you do 'probe first system', you'll be OK. I think it's a problem with > self references inside system and how probe works, or worked, as it > apparently is fixed now. Yes! Thank you :-) words: probe first system foreach word words [print word] :Jason -- To unsubscribe from this list,

[REBOL] Re: Probing into the great beyond

2001-09-27 Thread Jason Cunliffe
> try: > > >> print mold system No: that one really does hang my system [Rebol System not the OS] :-( - Jason -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.

[REBOL] Re: Probing into the great beyond

2001-09-27 Thread Gregg Irwin
<< I was sitting here trying to learn all the system variable options that exist, and found out that just issuing a 'probe system' is a bad thing and hangs the system. Is this expected behavior? I tend to worry when I can lock things up that easily. >> If you do 'probe first system', you'll be

[REBOL] Re: Probing into the great beyond

2001-09-27 Thread Andrew Martin
Rebol/View latest version: >> rebol/version == 1.2.1.3.1 >> probe system ** Script Error: Not enough memory ** Where: probe ** Near: print mold :value :value Sorry, I was mistaken about Rebol/View having solved this problem with 'mold of the system object!. Andrew Martin One step back... ICQ: 2

[REBOL] Re: Probing into the great beyond

2001-09-27 Thread Ammon Cooke
try: >> print mold system Enjoy!! Ammon - Original Message - From: "Jason Cunliffe" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 27, 2001 12:44 PM Subject: [REBOL] Re: Probing into the great beyond > > G. Edw. Learned wrote:

[REBOL] Re: Probing into the great beyond

2001-09-27 Thread Jason Cunliffe
> G. Edw. Learned wrote: > > I was sitting here trying to learn all the system variable options that > exist, and found out that just issuing a 'probe system' is a bad thing and > hangs the system. Is this expected behavior? I tend to worry when I can lock > things up that easily. > > The latest v

[REBOL] Re: Probing into the great beyond

2001-09-27 Thread Ammon Cooke
it does not 'hang' the system. It just takes a minute to process the command. How long it takes will depend on your Processor speed, my PIII 600 with 256MB RAM takes between 15-30 seconds. I haven't timed it, that is just a guess. Enjoy!! Ammon - Original Message - From: "G. Edw. Lear

[REBOL] Re: Probing into the great beyond

2001-09-27 Thread G. Edw. Learned
I'm running 1.2.1.3.1 of view, which I downloaded just a couple of days ago. I do have the problem there. On core I'm on 2.5.0.3.1 and you are correct, it is handled correctly there. --On Friday, September 28, 2001 4:14 AM +1200 Andrew Martin <[EMAIL PROTECTED]> wrote: > G. Edw. Learned wrote

[REBOL] Re: Probing into the great beyond

2001-09-27 Thread Richard Smolak
Hi, I think this is a bug of 'mold command in Rebol/View. In Rebol/Core 2.5 "probe system" works without problems... Cyphre - Original Message - From: "G. Edw. Learned" <[EMAIL PROTECTED]> To: "Rebol Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, September 27, 2001 5:59 PM Subject: [

[REBOL] Re: Probing into the great beyond

2001-09-27 Thread Andrew Martin
G. Edw. Learned wrote: > I was sitting here trying to learn all the system variable options that exist, and found out that just issuing a 'probe system' is a bad thing and hangs the system. Is this expected behavior? I tend to worry when I can lock things up that easily. The latest versions of Re