[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
What am I doing wrong?
- To: info-macl@cambridge.apple.com
- Subject: What am I doing wrong?
- From: hohmann@csmil.umich.edu
- Date: Fri, 28 Feb 92 13:16:08 -0500
I am interested in using the "ccl;", "home;", and "library;" logical
pathnames as defined on pg. 284 of the MCL 2.0 reference manual.
Here is some sample code...
? (full-pathname "ccl;")
NIL
? (full-pathname "home;")
NIL
? *logical-directory-alist*
NIL
Any directions? Thanks!