[REBOL] Still can't access index.r at Rebol.com Re:(2)
From: cribbsj:oakwood at: 26-Sep-2000 9:53
I do have my default scheme set to the generic proxy.
Here's a copy of my user.r:
REBOL [
Title: "User Preferences"
Date: 22-Aug-2000/14:49:36-5:00
]
set-net [[cribbsj--oakwood--org] 130.102.202.23 none 130.100.20.80 81 generic]
system/schemes/smtp/proxy/host: false
system/schemes/smtp/proxy/port-id: false
system/schemes/smtp/proxy/type: false
system/schemes/ftp/proxy/host: false
system/schemes/ftp/proxy/port-id: false
system/schemes/ftp/proxy/type: false
system/schemes/default/proxy/bypass:
["bigdog" "130.102.*"]
if (not none? system/view) [
system/view/screen-face/options: []
]
demo?: off
*** Here is where I pasted your read-net function. ***
set-user-name "Jamey Cribbs"
I tried a trace on, like you suggested, but, at this point in my Rebol
education, I could not find any clues as to what is wrong.
Thanks for the help you have given me!
Jamey.
On Mon, 25 Sep 2000, you wrote: