Next: , Previous:  


6 Action procedures

Action procedures can be registered in translation tables as in the following example:

	<Key> q: Lisp(SOME-PACKAGE:MY-FUNCTION)

The generating X event can be accessed within the action handler using:

	(with-action-event (event call-data)
	  ... use event here ...
	)