[Openmcl-devel] write to (ed) stream
Alexander Repenning
alexander.repenning at Colorado.EDU
Sun Aug 12 10:40:57 PDT 2012
Is there some handy short cut function to print/format into a window created by (ed) in CCL/Cocoa?
(ed) returns a HI:HEMLOCK-VIEW. I can access the buffer of this view through slot-value but I am guessing there is some simpler way to print into this kind of window?
(let ((stream (turn-hemlock-view-to-stream (ed))))
(print "hello world" stream)
... more printing ...
Alex
More information about the Openmcl-devel
mailing list