howto run commonqt asynchronously
Orm Finnendahl
orm.finnendahl at selma.hfmdk-frankfurt.de
Tue Dec 29 10:06:08 UTC 2015
Am Dienstag, den 29. Dezember 2015 um 01:53:57 Uhr (+0300) schrieb Ivan Shvedunov:
> When it worked it was enough to do
> (ql:quickload 'qt-repl)
> (qt-repl:start-gui-thread)
On sbcl/Linux I get:
CL-USER> (qt-repl:start-gui-thread)
WARNING:
Cannot initialize *SLIME-REPL-EVAL-HOOKS*, use (eval-in-gui-thread ...) form.
; No value
CL-USER>
In the #'start-gui-thread function the call to
(find-symbol "*SLIME-REPL-EVAL-HOOKS*" "SWANK") returns NIL,NIL
Am I doing something wrong?
--
Orm
More information about the commonqt-devel
mailing list