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 [[EMAIL PROTECTED] 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:
> 
> With my fix you have to set the generic-proxy in the default-scheme!
> (system/schemes/default/proxy)
> I hope that helps.
> 
> If not, try take a look a the functions "read-net", "read-via" and 
> "request-download" (perhaps with full trace on)
> 
> Regards,
> Jochen Schmidt

Reply via email to