Is there a particular reason why SRFI-23 specifies "error" to have a single argument? I'm just asking, because many Scheme implementations accept zero or more optional arguments (in addition to the message), which are output in addition to the error message. How exactly the stuff is presented to the user can still be implementation dependent. cheers, felix