This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

current error port vs. default error port



Why does the handler_message procedure (used by scm_handle_message and
scm_handle_message_noexit) use the defualt error port rather than the
current error port? This makes it a pain to redirect where the error
output goes. I think the code in question should use scm_cur_errp
rather than scm_def_errp unless someone points out a compelling reason
not to do it that way.

 - Maciej