Dan McMahill <[EMAIL PROTECTED]> writes: > > ERROR: In procedure write_all: > ERROR: Broken pipe
Yes, that's right, you get a scheme-level error instead of sigpipe terminating the whole process. (See `catch' in the guile manual for trapping that error, or perhaps false-if-exception to ignore it.) _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user