[racket] quack qunundrum

From: Neil Van Dyke (neil at neilvandyke.org)
Date: Fri Nov 26 10:27:41 EST 2010

prad wrote at 11/26/2010 03:11 AM:
> i'm trying to get quack to work with emacs and it is very nice for the most part. however, i can't get C-c C-c to work.
C-c C-c doesn't work.  It's a cmuscheme.el thing that I never touched, 
since Quack is supposed to work for all Schemes.

For Racket, I think you don't need to distinguish between 
"scheme-send-definition" and "scheme-compile-definition" -- just pretend 
that the ``compile'' isn't there.

That said, if there's still some evaluation operation you'd like to have 
in Quack for Racket, I might be able to add it.


-- 
http://www.neilvandyke.org/


Posted on the users mailing list.