Re: xemacs hangs on space
Martin Elster <[email protected]> Sat, 05 Jul 2003 08:22:18 +0200
| Newsgroups | gmane.lisp.ilisp.general |
|---|---|
| Message-ID | <[email protected]> |
Clementson, Bill wrote:
> From: Martin Elster on Friday, July 04, 2003 9:13 AM
>
>>While using CMUCL 18e and ACL 6.2 on Xemacs 21.4 with ILISP 5.12 on
>>Debian, it often happens that XEmacs hangs.
>>
>>This happens when I type a function or other form and press
>>space. After
>> waiting 5 minutes it still hangs. I can press ctrl-g to
>>quit, and then
>>C-z z to reset the lisp connection, but this is ofcourse not an ideal
>>solution.
>
> This has been fixed in cvs. A number of people (including myself) had
> encountered this issue with clisp/emacs but you are the first person who
> has reported it using cmucl. You can either download the cvs version of
> ilisp or make the following change to ilisp-snd.el in ilisp v5.12:
>
> Change line 611 from:
>
> (sit-for 0) ; 19990912 Pretty useless.
>
> To:
>
> (sit-for 0 1 t)
I guess I was already running the CVS version, for the ilisp-snd.el
files looks like this from line 611:
(ilisp-value 'ilisp-restore-command t)
;; Martin Atzmueller 2000-01-22
;; this was necessary to have it work in Emacs 20.3 smoothly
;; old one: t nil 'restore "Restore" t t
;; mew experimental:
;; t (unless dispatch 'wait) 'restore "Restore" t t))
t (unless dispatch 'wait) 'restore "Restore" t t))
(unless dispatch
(while (not (cdr result))
(if (eq +ilisp-emacs-version-id+ 'xemacs)
(sit-for 0.001 t)
(sit-for 0 1 t))
(accept-process-output))
(comint-remove-whitespace (car result))))))))
But my problem is still there. Is there a way I can turn on debugging or
tracing to exactly where it hangs?
Martin
-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01