
7 Apr
2004
7 Apr
'04
9:57 a.m.
Peter Seibel <peter@javamonkey.com> writes:
Doesn't the function for setting it keep *default-pathname-defaults* in sync with whatever other notion the Lisp may have of the cwd? If not, it probably should. And thus the read-cwd function can simply return *d-p-d*.
Yes. Upon actually reading it, this is exactly how Marco's code works. -Luke