CLIM mail archive
[Prev][Next][Index][Thread]
lisp window
Date: Tue, 27 Oct 1992 11:47 EST
From: Erik Eilerts <eilerts@cs.utexas.edu>
We have an application that has multiple people using the same lisp
image through multi-processing. We'd like each person to have a lisp
window, so that they can get error messages displayed to their screen if
their process breaks. Currently, the person who starts up the initial
image gets all of the break messages from all of the users. Does anyone
know if this kind of feature is planned for Clim 2?
Why don't you just bind *ERROR-OUTPUT* to an appropriate output stream
for each of the other processes?
0,,
References:
Main Index |
Thread Index