Hi Marc,
FYI
The file gambit.el in the latest (4b12) distribution has a comment line near the start
;; (setq scheme-program-name "gsi -:t")
After pasting this line in my xemacs init.el the interaction window didn't work. Changing it to
;; (setq scheme-program-name "gsi -:d-")
as described in the doc fixed it.
Since others, like me, will be tempted to cut and paste from the gambit.el file comments to init.el it would be nice to fix the comment.
Regards,
OK.
Marc