Lisp HUG Maillist Archive

DIRECTORY's output change after load quicklisp.lisp

Hi,

Does anyone know why this happens?

$ /usr/local/lib64/LispWorks/lispworks-6-1-0-amd64-linux 

CL-USER 1 > (directory "/tmp/")
(#P"/tmp/.com.google.Chrome.PtLMYx/" .... #P"/tmp/scim-socket-frontend-kuroda" #P"/etc/cups/ppd/Ricoh-Aficio-MP-8000.ppd")

CL-USER 2 > (load "~/quicklisp.lisp")
.......
  ==== quicklisp quickstart loaded ====
.......

CL-USER 3 > (directory "/tmp/")
(#P"/tmp/")

CL-USER 4 > (lisp-implementation-version)
"6.1.0"

_______________________________________________
Lisp Hug - the mailing list for LispWorks users
lisp-hug@lispworks.com
http://www.lispworks.com/support/lisp-hug.html


Re: DIRECTORY's output change after load quicklisp.lisp

An older version of quicklisp.lisp changed *default-pathname-defaults*. The latest one doesn't. Please try with a fresh download and let me know if it helps. 

Zach

> On Mar 20, 2014, at 1:52 AM, KURODA Hisao <kuroda@msi.co.jp> wrote:
> 
> 
> Hi,
> 
> Does anyone know why this happens?
> 
> $ /usr/local/lib64/LispWorks/lispworks-6-1-0-amd64-linux 
> 
> CL-USER 1 > (directory "/tmp/")
> (#P"/tmp/.com.google.Chrome.PtLMYx/" .... #P"/tmp/scim-socket-frontend-kuroda" #P"/etc/cups/ppd/Ricoh-Aficio-MP-8000.ppd")
> 
> CL-USER 2 > (load "~/quicklisp.lisp")
> ......
>  ==== quicklisp quickstart loaded ====
> ......
> 
> CL-USER 3 > (directory "/tmp/")
> (#P"/tmp/")
> 
> CL-USER 4 > (lisp-implementation-version)
> "6.1.0"
> 
> _______________________________________________
> Lisp Hug - the mailing list for LispWorks users
> lisp-hug@lispworks.com
> http://www.lispworks.com/support/lisp-hug.html
> 

_______________________________________________
Lisp Hug - the mailing list for LispWorks users
lisp-hug@lispworks.com
http://www.lispworks.com/support/lisp-hug.html


Re: DIRECTORY's output change after load quicklisp.lisp

Hi,


On Thu, Mar 20, 2014 at 6:48 PM, Zach Beane <xach@xach.com> wrote:
> An older version of quicklisp.lisp changed *default-pathname-defaults*. The latest one doesn't. Please try with a fresh download and let me know if it helps.

It works!  Although I still don't know how *D-P-D* related to
DIRECTORY's behavior.
Thank you anyway.

>
> Zach
>
>> On Mar 20, 2014, at 1:52 AM, KURODA Hisao <kuroda@msi.co.jp> wrote:
>>
>>
>> Hi,
>>
>> Does anyone know why this happens?
>>
>> $ /usr/local/lib64/LispWorks/lispworks-6-1-0-amd64-linux
>>
>> CL-USER 1 > (directory "/tmp/")
>> (#P"/tmp/.com.google.Chrome.PtLMYx/" .... #P"/tmp/scim-socket-frontend-kuroda" #P"/etc/cups/ppd/Ricoh-Aficio-MP-8000.ppd")
>>
>> CL-USER 2 > (load "~/quicklisp.lisp")
>> ......
>>  ==== quicklisp quickstart loaded ====
>> ......
>>
>> CL-USER 3 > (directory "/tmp/")
>> (#P"/tmp/")
>>
>> CL-USER 4 > (lisp-implementation-version)
>> "6.1.0"
>>
>> _______________________________________________
>> Lisp Hug - the mailing list for LispWorks users
>> lisp-hug@lispworks.com
>> http://www.lispworks.com/support/lisp-hug.html
>>
>

_______________________________________________
Lisp Hug - the mailing list for LispWorks users
lisp-hug@lispworks.com
http://www.lispworks.com/support/lisp-hug.html


Updated at: 2020-12-10 08:34 UTC