Mathias Broxvall wrote:

> On Thursday 20 November 2003 08:34, you wrote:
> > > > What happens to me is that after the cmucl
> > > > debugger has been entered once, next function i type, after I type
> > > > space, emacs hangs and i have to type C-g and restart cmucl.
>
> I had a similar problem before which seems to ahve to do with ilisp looking up
> all completions of a function name. The fix was to add this to my .emacs
> file.
>
> ;; Fix spacebar bug
> (setq ilisp-*arglist-message-lisp-space-p* nil)
>
> to my .emacs file. Maybe this will help you too?

I also had a similar problem and adopted the same solution.

In addition to the above, I also get rid of the separate popper window.
It seemed like that was contributing to the problem (plus I find the extra
window annoying and prefer seeing everything within the main emacs
window).

(setf lisp-no-popper t)
(setf ilisp-*use-frame-for-output* nil)




Reply via email to