On Sábado 22 Noviembre 2008, Helmut Eller wrote:
- Gábor Melis [2008-11-19 17:29+0100] writes:
Running cvs HEAD I now realize that I grew to rely on checking the modeline of lisp buffers to see whether there are outstanding requests. Often, I start evalutations that take minutes or hours to finish and it's useful to have this at a glance without having to worry about missing when the return value is printed or having to check the running threads.
Thank you for the patch. It's in HEAD now.
Helmut
The attached patch prints CON:sbcl{3/2} where 3 is the number of non-debugged requests and 2 is the number of debugged requests. If the second one is zero it's omitted along with the / character. It used to be "CON:sbcl{debugged..}" which is less informative, imho.
Cheers, Gabor