<html><body><div style="color:#000; background-color:#fff; font-family:garamond, new york, times, serif;font-size:12pt">I've reviewed the web page on this and have:<br>1) Created a .emacs file in the /home/steve/emacs.d directory and put the following lines in it:<br><br>(autoload 'gambit-inferior-mode "gambit" "Hook Gambit mode into cmuscheme.")<br>(autoload 'gambit-mode "gambit" "Hook Gambit mode into scheme.")<br>(add-hook 'inferior-scheme-mode-hook (function gambit-inferior-mode))<br>(add-hook 'scheme-mode-hook (function gambit-mode))<br>(setq scheme-program-name "gsi -:d-")<br><br>2) I've copied gambit.el into the same directory from /usr/lib/gambit/misc/gambit.el<br><br>When I start emacs, and key M-x run-scheme, emacs responds with:  Searching for program: no such file or directory, scheme<br><br>Any help on how to integrate emacs with Gambit?<br><br>Thanks, Steve<br><div><br></div></div></body></html>