Changing tcl-mode into stk-mode seems like a lot of work. There is
already a scheme-mode for editing & indentation. There is also
"cmuscheme" for running scheme programs interactively. In current
versions you must make Emacs load cmuscheme instead of xscheme; I
think in future versions the default will be changed. "xscheme" is
only useful with MIT scheme.
Here is what I do in my .emacs:
(setq scheme-program-name "stk")
;; FIXME This needs to be fixed in Emacs -- there are two
;; "run-scheme"s.
(autoload 'run-scheme "cmuscheme" "Run an inferior Scheme process" t)
Then all that remains is to add a ".stk" entry to auto-mode-alist, as
David Fox suggested.
Tom
--
tromey_at_busco.lanl.gov Member, League for Programming Freedom
Art? That's a man's name.
-- Andy Warhol
Received on Tue Nov 08 1994 - 19:33:46 CET