Matthew Mondor <mm_li...@pulsar-zone.net> wrote:

> And to signal error this code is used:
>
>                 si_signal_simple_error
>                         (6, @'file-error', /* condition */
>                          ECL_T, /* continuable */
>                          ecl_make_constant_base_string(msg,strlen(msg)), /* 
> format */
>                          cl_list(2, file, c_error), /* format args */
>                          @':pathname', /* file-error options */
>                          file);
>
> With at the REPL debugger the type reported:
>
> Condition of type: SIMPLE-FILE-ERROR

  I don't get that:

didier(pts/1)% ecl -norc                                         16:18 06/24/13
ECL (Embeddable Common-Lisp) 12.7.1 
(git:52ca46e054d72cb0b0802e376890fcfbdfc96e5a)
Copyright (C) 1984 Taiichi Yuasa and Masami Hagiya
Copyright (C) 1993 Giuseppe Attardi
Copyright (C) 2000 Juan J. Garcia-Ripoll
ECL is free software, and you are welcome to redistribute it
under certain conditions; see file 'Copyright' for details.
Type :h for Help.  
Top level in: #<process TOP-LEVEL>.
> (delete-file "foooooo")

Condition of type: SIMPLE-ERROR
Cannot delete the directory "foooooo".
C library explanation: No such file or directory.


-- 
Resistance is futile. You will be jazzimilated.

Lisp, Jazz, Aïkido: http://www.didierverna.info

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to