I went looking around the internet and couldn't find a good answer so, I figure asking the list is about the best place to start ...
I went through the documentation and set up my .emacs file to have the correct stuff to use gambit.
So, when I have the buffer ... I try using C-c C-c and get back "unbound variable: compile"
when I try to use the in-emacs scheme window ( m-x run-scheme ) and do a (define (square x) (* x x)) I get back ill-placed define
... what additional information can I provide to help get things all better. ??
Thanks, in advance for your time.
jd
Afficher les réponses par date
I've put up my .emacs under http://scheme.mine.nu/gambit/scratch/dot.emacs
I'm no emacs guru and note that I couldn't manage to extend the set of font-lock-keywords (help on this much appreciated).
At 14:32 Uhr -0700 20.10.2006, Jeff Wood wrote:
So, when I have the buffer ... I try using C-c C-c and get back "unbound variable: compile"
C-c C-c is something else with my setup, but sending functions to the running gambit works. I'm never using compilation from emacs since I'm using chjmodule for that purpose (it would make sense to remap compile to run the chjmodule compilation command instead, though).
when I try to use the in-emacs scheme window ( m-x run-scheme ) and do a (define (square x) (* x x)) I get back ill-placed define
No idea. Maybe try my .emacs
Christian.