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? / Mathias
