Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > 245fd099500f957cfeb58a8ea00f2a8e > files > 5

gambit-c-4.6.6-1.fc16.src.rpm

;; Integrate Gambit mode into Emacs scheme modes

(autoload 'gambit-inferior-mode "gambit" "Hook Gambit mode into cmuscheme.")
(autoload 'gambit-mode "gambit" "Hook Gambit mode into scheme.")
(add-hook 'inferior-scheme-mode-hook (function gambit-inferior-mode))
(add-hook 'scheme-mode-hook (function gambit-mode))
(setq scheme-program-name "gsi -:t")