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