chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] inconsistent (directory?)


From: Daishi Kato
Subject: [Chicken-users] inconsistent (directory?)
Date: Thu, 10 Nov 2005 21:41:00 +0900
User-agent: Wanderlust/2.15.1 (Almost Unreal) Emacs/21.4 Mule/5.0 (SAKAKI)

Hi,

using 2.2 on linux and windows:

Version 2, Build 2 - linux-unix-gnu-x86 - [ dload ]
(c)2000-2005 Felix L. Winkelmann
#;1> (use posix)
; loading library posix ...
#;2> (directory? "./")
#t
#;3> 

Version 2, Build 2 - windows-msvc-x86 - [ dload ]
(c)2000-2005 Felix L. Winkelmann
#;1> (use posix)
; loading library posix ...
#;2> (directory? "./")
#f
#;3>


I guess this is why spiffy on windows
returns 404 for http://localhost:8080/.

Would you fix posixwin or spiffy?

Daishi




reply via email to

[Prev in Thread] Current Thread [Next in Thread]