"mgr" == Max-Gerd Retzlaff m.retzlaff@gmx.net writes:
mgr> And the McCLIM user's manuel should contain in its (not yet existing) mgr> paragraph on OPEN-WINDOW-STREAM saying that one probably wants to call mgr> OPEN-WINDOW-STREAM with :input-buffer as (climi::frame-event-queue mgr> *application-frame*)..
This raises the obvious question of whether this should somehow be made the default value of that argument. Something like
(when (boundp '*application-frame*) (climi::frame-event-queue *application-frame*)) perhaps?
R