scsh-hackers
[Top] [All Lists]

Re: scsh 0.6.7 RC 1

To: "Matthew D. Swank" <akopa@charter.net>
Subject: Re: scsh 0.6.7 RC 1
From: Martin Gasbichler <gasbichl@informatik.uni-tuebingen.de>
Date: Wed, 26 Apr 2006 14:09:44 +0200
Cc: scsh-hackers@scsh.net
List-id: Discussion among the implementors <scsh-hackers.list-id.scsh.net>
"Matthew D. Swank" <akopa@charter.net> writes:

> 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>

Hmm, I cannot reproduce this problem on OS X 10.3.9 ppc and 10.4.6
i386. Could you please try to obtain more debugging information using
the commands ,debug and ,preview?



-- 
Martin

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