[Openmcl-devel] Running code in a hemlock-view

Byron Davies davies at pobox.com
Sun Feb 16 13:54:11 PST 2014


From the listener, how do I run code in a hemlock-view?

For example, to beep and display “Foo” in the mini buffer of an open hemlock-view v, I tried:

(hi::handle-hemlock-event
     v
     (lambda () (hi::loud-message "Foo")))

This responded with:

> Error: Failed assertion: (EQ *CURRENT-PROCESS* CCL::*INITIAL-PROCESS*)
> While executing: CCL::%ASSERTION-FAILURE, in process Listener(6).




More information about the Openmcl-devel mailing list