 
            
            
            
            
                9 Mar
                
                    2009
                
            
            
                9 Mar
                
                '09
                
            
            
            
        
    
                6:48 a.m.
            
        * Antonio Pereira [2009-03-09 05:17+0100] writes:
I am using SBCL and Slime on windows.? When I make a mistake and Lisp goes to the debugger, the slime-repl often freezes Emacs. I will try to reproduce the error here:
Well, the problem is that SBCL's READ-CHAR-NO-HANG doesn't work correctly on Windows. It's not exactly easy to work around that. Maybe you can use Clozure CL until the issue gets fixed in SBCL. Helmut.