Re: Howto edit stk files?

From: Tom Tromey <tromey_at_busco.lanl.gov>
Date: Tue, 8 Nov 94 11:31:01 MST

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

This archive was generated by hypermail 2.3.0 : Mon Jul 21 2014 - 19:38:59 CEST