"Steven E. Harris" seh@panix.com writes:
Using SLIME updated to the current CVS in XEmacs 21.4.13 with CLISP 2.33.1 on Cygwin, trying to trace a function (C-c C-t) causes XEmacs to hang. I can interrupt XEmacs with C-g, eliciting the following backtrace:
Sounds like Lisp is not responding to the trace request and leaves Emacs to hang. I don't get this problem in CLISP 2.33.2 from Debian.
Is it possible to SIGINT the lisp process in cygwin? With the unix build of CLISP that puts it into the debugger so you can see a backtrace of where it's stuck.