From: Geertjan van Opdorp
Subject: stream to CLX window
Date: 
Message-ID: <15664.748622924@ohrid>
Can anybody tell me how I can associate a stream
to a CLX window so that I can write:

   (format *mystream* "This appears in the window")

or so that I can bind e.g *trace-output* to the
window? I am using CMU-CL with the hemlock editor,
and there something like that seems to be done
with *standard-output*. How to do this?
From: Barry Margolin
Subject: Re: stream to CLX window
Date: 
Message-ID: <27pvsqINNil0@early-bird.think.com>
In article <···············@ohrid> ········@cca.vu.nl (Geertjan van Opdorp) writes:
>Can anybody tell me how I can associate a stream
>to a CLX window so that I can write:
>
>   (format *mystream* "This appears in the window")

CLX doesn't provide this capability, you need a higher-level library, such
as CLUE (which I think is in the X11R5 contrib section) or CLIM (which is
commercial).  There are other examples of such libraries in the windowing
section of the FAQ.

-- 
Barry Margolin
System Manager, Thinking Machines Corp.

······@think.com          {uunet,harvard}!think!barmar