From: WoodHacker
Subject: Event handlers in CLX
Date: 
Message-ID: <1125843170.072870.23940@g43g2000cwa.googlegroups.com>
Can anyone help me with this CLX question?  How do you pass the event
information catherd by event-case on to an event handler in a separate
form?   I want to pick up the event and use "otherwise" to pass
everything I get on to the proper event handler - all except
client-message which closes the display.

I have a klugey work-around to get the job done, but it is unlisp-like.
 In C you can just pass on the xevent structure, but in CLX this
structure does not seem to be exposed.