scsh-hackers
[Top] [All Lists]

Re: scsh 0.6.7 RC 1

To: scsh-hackers@scsh.net
Subject: Re: scsh 0.6.7 RC 1
From: "Matthew D. Swank" <akopa@charter.net>
Date: Wed, 19 Apr 2006 16:18:13 -0500
Cc: scsh-hackers@scsh.net
List-id: Discussion among the implementors <scsh-hackers.list-id.scsh.net>

On Apr 19, 2006, at 3:13 PM, Matthew D. Swank wrote:


When doing an example from the FAQ (on os x 10.4.6):
Welcome to scsh 0.6.7 (RC 1)
Type ,? for help.
> (for-each (lambda (x) (display x) (newline))
            (append-map (lambda (dir)
                           (with-cwd dir
(filter file-executable? (directory- files dir #t))))
                        ((infix-splitter ":") (getenv "PATH"))))

Error: exception
       wrong-type-argument
(return-from-callback "scheme_stat" '<Error while displaying condition.>
1>


or simply
> (directory-files "/my/bogus/dir" #t)

Error: exception
       wrong-type-argument
(return-from-callback "scheme_stat" '<Error while displaying condition.>
1>

<Prev in Thread] Current Thread [Next in Thread>