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]

Re: current error port vs. default error port


Maciej Stachowiak <mstachow@mit.edu> writes:

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

1998-03-28  Mikael Djurfeldt  <mdj@nada.kth.se>

	* throw.c (handler_message): Print message on current error port
	instead of default error port.  (Thanks to Maciej Stachowiak.)