On Mon, Dec 29, 2008 at 12:31 PM, Elliott Slaughter <
[email protected]> wrote:

> On Mon, Dec 29, 2008 at 11:49 AM, Luke Crook <[email protected]> wrote:
>
>>
>> You may also want to mention that the current SBCL win32 binary release is
>> broken with SLIME.
>
>
> Right, but the workaround is simple enough.
>
> http://article.gmane.org/gmane.lisp.slime.devel/7991
>
> $ diff -u swank.lisp swank.lisp.~1.617.~
>

Ooops. That should have been:

$ diff -u swank.lisp.~1.617.~ swank.lisp
--- swank.lisp.~1.617.~ 2008-12-29 10:46:41.578125000 -0800
+++ swank.lisp  2008-12-29 12:29:26.890625000 -0800
@@ -2290,7 +2290,7 @@
                (handle-sldb-condition c))))))
     (send-to-emacs `(:debug-return
                      ,(current-thread-id) ,level ,*sldb-stepping-p*))
-    (wait-for-event `(:sldb-return ,(1+ level)) t) ; clean event-queue
+    (poll-for-event `(:sldb-return ,(1+ level)))
     (when (> level 1)
       (send-event (current-thread) `(:sldb-return ,level)))))


-- 
Elliott Slaughter

"Any road followed precisely to its end leads precisely nowhere." - Frank
Herbert
_______________________________________________
application-builder mailing list
[email protected]
http://www.lispniks.com/mailman/listinfo/application-builder

Reply via email to