On Tue, Dec 29, 2015 at 6:21 PM, Ralf Mattes rm@mh-freiburg.de wrote:
Am Dienstag, 29. Dezember 2015 15:10 CET, Orm Finnendahl orm.finnendahl@selma.hfmdk-frankfurt.de schrieb:
Am Dienstag, den 29. Dezember 2015 um 14:49:11 Uhr (+0100) schrieb Ralf Mattes:
The qt-repl code unfortunately depends on 'swank-listener-hooks.lisp' which can be found in slime's contrib directory (but, alas, can't be loaded with slime-setup ...). Load this file and qt-repl:start-gui-thread will work.
just for the record: That works like a charm.
Here's a minimal fix/patch for slime:
https://github.com/rmattes/slime/commit/15292d54bf28bfe961e6df9667991484b8a8...
With that patch, one can do "(slime-setup '(lime-fancy 'slime-listener-hooks))" and qt-repl will just work.
Applied.