Using a long file name for the `temporary-file-directory' worked. Thank you.
It seems CLisp can't handle short paths. I'll let the maintainer know.
Cheers.
2010/7/30 Helmut Eller heller@common-lisp.net:
- egarrulo [2010-07-30 15:13] writes:
Now, CLisp complains that it can't find the directory:
- OPEN: Directory #P"C:\DOCUME~1\USERR~2\IMPOST~1\Temp\" does not exist
Such directory does exist. Should I replace backslashes with slashes here too, maybe? But I don't know what variable to set.
The value comes from temporary-file-directory inside Emacs. Maybe it works if you set that to the full directory name (with /-es but without ~1 thingies).
If CLISP can't do (open "C:\DOCUME~1\USERR~2\IMPOST~1\Temp\x.x" :if-does-not-exist :create) it's arguably a CLISP bug.
Helmut
slime-devel site list slime-devel@common-lisp.net http://common-lisp.net/mailman/listinfo/slime-devel