|
From: Kevin R. <ke...@ro...> - 2004-04-02 02:18:11
|
Daniel Skarda wrote:
> When I call run-ilisp with "gcl" argument, Emacs hangs, eats 100% of CPU and
> C-g does not work anymore.
I've confirm this with emacs as well as xemacs. Xemacs shows the first
function in the backtrace is sit-for being called by ilisp-init. From
ilisp-snd.el:
(when waitp
(while (ilisp-value 'ilisp-initializing t)
(accept-process-output)
(sit-for 0)))))
Apparently the ilisp-value for ilisp-initializing is not being set to
t. I'm forwarding this report to the ilisp mail list in case any
developers have some insight how to fix the problem with gcl.
--
Kevin Rosenberg
ke...@ro...
|