Re: Spaces in Windows pathnames

Robert Folland <[email protected]> 28 Apr 2002 18:30:11 +0200
Newsgroups gmane.lisp.ilisp.general
Message-ID <[email protected]>
Paolo Amoroso <[email protected]> writes:

> On 27 Apr 2002 08:28:22 +0200, Robert Folland wrote:
> 
> > I have installed a Lisp implementation under "C:\Program Files" on
> > Windows. 
> > 
> > ILISP does not accept a string with spaces in the file path, but it works
> > if I put it under C:\tmp".
> 
> What about feeding the path "C:\\Program Files" to ILISP? By the way, you
> may want to check the document on using ILISP on Windows available at the
> Common Lisp Cookbook:
> 
>   http://cl-cookbook.sourceforge.net

Yes the Cookbook pages on Windows are very informative. They seem to
cover the Windows issues well. Thanks!

-Robert