[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MIT-Scheme-devel] emacs environment questions
From: |
Derrell Piper |
Subject: |
Re: [MIT-Scheme-devel] emacs environment questions |
Date: |
Sat, 14 Nov 2009 07:40:05 -0500 |
Yes, it's the xscheme-send-<blah>-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 wrote:
> I tested loading up xscheme.el into GNU Emacs 22.3.1, and it seems to
> work for the most part. `C-c C-u' and `C-c C-x' appear to be broken
> (I will look into this), but `C-c C-c' and `C-c C-b' worked for me. I
> don't know what you mean by `interrupt frame handling', but on
> evaluating an expression with an error, or on entering a breakpoint
> with `C-c C-b', I was able to enter the debugger and navigate the
> stack with the usual `u' and `d' commands.