Re: [MIT-Scheme-devel] emacs environment questions

2009-11-14 Thread Derrell Piper
Sure, I was confusing edwin with Hemlock. :-) I see that edwin has key mapping... On Nov 14, 2009, at 12:54 AM, Taylor R Campbell wrote: > Nothing in Edwin inhibits you from creating key maps. Can you be more > specific? ___ MIT-Scheme-devel mail

Re: [MIT-Scheme-devel] emacs environment questions

2009-11-14 Thread Derrell Piper
Yes, it's the xscheme-send--interrupt handling I meant, sorry for the confusing description. 'C-c C-u' and 'C-c C-x' both signal with: ;Illegal character: #\U+00 Derrell On Nov 14, 2009, at 12:54 AM, Taylor R Campbell w

Re: [MIT-Scheme-devel] emacs environment questions

2009-11-13 Thread Taylor R Campbell
Date: Fri, 13 Nov 2009 22:13:05 -0500 From: Derrell Piper I'm using GNU emacs 23.1 (nextstep) on OS X 10.6.2. I tried the xscheme that's distributed with mit-scheme, but the interrupt frame handling doesn't quite work. You're not able to go up and down stack frames like the ma

Re: [MIT-Scheme-devel] emacs environment questions

2009-11-13 Thread Chris Hanson
Yeah, slime has some issues with MIT Scheme. I made some fixes (not yet submitted), but there's more work to do there. I'd like to get this working because I too have been using Emacs 23 a lot and like it. For Scheme programming I normally use Edwin, mostly because the completion, environment ha

[MIT-Scheme-devel] emacs environment questions

2009-11-13 Thread Derrell Piper
Hi, I'm using GNU emacs 23.1 (nextstep) on OS X 10.6.2. I tried the xscheme that's distributed with mit-scheme, but the interrupt frame handling doesn't quite work. You're not able to go up and down stack frames like the manual says you're supposed to. Quack works, but I miss the tab complet