Re: set-logical-host-for-pathname

Kevin Rosenberg <kevin-HJRc7zDS/[email protected]> Wed, 3 Apr 2002 02:28:18 -0700 (MST)
Newsgroups gmane.lisp.uffi.devel
Message-ID <[email protected]>
> Of course, I realized it was in cl-user after I wrote my message. I 
> don't know if it makes any sense to import it and export it from uffi 
> so that users could write it as (uffi:set-logical-host-for-pathname 
> ...). I think that helps associate it with the UFFI package, but it 
> is no big deal either way.

For now, I'm happy with just exporting it from cl-user since it is a
general purpose tool to help load other packages. BTW, CLSQL uses the
same file.

Kevin