[REBOL] set-net crash with unusual account name

2004-04-18 Thread bry
Hi, my email server seems to have unusual account names, these being in the form of name \ domain instead of [EMAIL PROTECTED] I also need to have set-net have my login. -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] set jinman@uwf.edu digest

2003-10-17 Thread John W. Inman Jr.
-- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] set crash

2001-11-22 Thread Romano Paolo Tenca
The code: do bind to-block foo: 2 'system ** Script Error: foo is not defined in this context ** Near: foo: 2 is OK, but: do bind to-block set 'foo 2 'system crash on View 1.2.1.3.1 Can someone confirm/explain this? --- Ciao Romano -- To unsubscribe from this list, please send an email

[REBOL] set

2001-03-15 Thread ryan . christiansen
Reading the REBOL/Core manual, I am still uncertain as to what 'set accomplishes. I noticed these two functions in a recent post, one using 'set and the other not using 'set. What does 'set accomplish? exec: func [series [series!]] [ if error? try [return do series] [