OK, so it cannot be done at the moment. Thanks for the answers. And how do you usually use Gambit? From the terminal? From Emacs? michele
I use vim and the terminal. Not the fastest nor the best way to develop though. I should use gambit.el in emacs: if it does at least the few things I use when I'm doing Common Lisp with slime, then I'd be more than happy. (Basically, completion, evaluation of a form and evaluation of the whole buffer...)
Yeah, I think that programming in a Lisp dialect without something like slime and paredit is just madness.
Cheers,
P!