[Openmcl-devel] windows host definition
Gary Byers
gb at clozure.com
Tue Apr 6 10:55:44 PDT 2010
On Tue, 6 Apr 2010, james anderson wrote:
> you should be able to say either
>
> (setf (logical-pathname-translations "mac-home")
> '(("mac-home:**;*.*" #p"v:/**/*.*")))
>
> or
>
> (setf (logical-pathname-translations "mac-home")
> '(("**;*.*" #p"v:/**/*.*")))
Much, much saner (and more correct) than what I was laboring with; in
both cases, the namestring in the from wildcard is parsed relative to
the new logical host, a point that the spec states explicitly and
that I completely missed. Thanks.
More information about the Openmcl-devel
mailing list