Indeed, sorry for my mistake. Note that when using SLIME the REPL you see in *slime-repl* buffer is not the main one. So you may try the code without SLIME to see whether the problem is indeed thread-related.
On Sat, Apr 26, 2014 at 8:25 PM, Stas Boukarev stassats@gmail.com wrote:
Ivan Shvedunov ivan4th@gmail.com writes:
Unfortunately it seems to be a problem with Mac OS X, see comments for https://bugreports.qt-project.org/browse/QTBUG-7393 Seems like the only fix is to run QApplication from the main thread which doesn't seem to be possible with threaded SBCL. Not sure whether there are other workarounds :(
It is possible with threaded SBCL, the initial REPL thread is the main thread.
-- With best regards, Stas.