When the following code is run with debug-on-error set to t the
traceback window disappears after the timeout. The traceback buffer also
disappears, which makes it a bit difficult to catch the error.
(with-timeout (4 (message "TIMEOUT"))
(error "some error"))
I fixed that. Thanks.
_______________________________________________
Emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
