> 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)

Of course, the problem with this "solution" is that one no longer gets
a function argument list when one presses space, which is probably to
me one of the most useful things in the ilisp interface.

This question has been asked several times on the ilisp mailing list,
but no satisfactory answer has been found, to my knowledge.

rif

Reply via email to