"Stephen J. Turnbull" <stephen(a)xemacs.org> writes:
I'll see if I can't track it down and move some appropriate
patch
along.
Great. In the meantime, the SLIME project¹ -- my motivating example for
tracking down this bug -- added this workaround:
(defun slime-run-when-idle (function)
"Call FUNCTION as soon as Emacs is idle."
(run-at-time (if (featurep 'xemacs) itimer-short-interval 0)
nil
function))
Footnotes:
¹
http://common-lisp.net/project/slime/
--
Steven E. Harris