Thanks to all - these fixes seem to work - i wonder if the no-popper is not sufficient.
Will try this and confirm in a subsequent message On Thu, 20 Nov 2003 13:11:41 -0500, Bob Coyne wrote: > 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) > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > Does SourceForge.net help you be more productive? Does it > help you create better code? SHARE THE LOVE, and help us help > YOU! Click Here: http://sourceforge.net/donate/
