scsh-users
[Top] [All Lists]

Re: need help working around herrno != 0 in address->host-info

To: scsh@martigny.ai.mit.edu
Subject: Re: need help working around herrno != 0 in address->host-info
From: smd@chops.icp.net (Sean Doran)
Date: 04 Jan 1996 03:40:55 -0500
Organization: SprintLink Engineering
Um, never mind, I seem to have discovered that if I do:

(call-with-current-continuation 
        (lambda (k)
           (with-handler 
                (lambda (c punt)
                    (k "oops"))
                (lambda () (host-info "foo.baz")))))

I have the skeleton of something I can use to do what I 
asked about...

        Sean.

                    
          

<Prev in Thread] Current Thread [Next in Thread>