You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With sbcl 1.0.42, after
(asdf:operate 'asdf:load-op :cl-gtk2-gtk)
I can't abort execution of (sleep 10) with C-c C-c in SLIME, and with C-c in sbcl console.
With sbcl 1.0.42, after
(asdf:operate 'asdf:load-op :cl-gtk2-gtk)
I can't abort execution of (sleep 10) with C-c C-c in SLIME, and with C-c in sbcl console.
1.0.39 works just fine.