From: jaffer@zurich.ai.mit.edu (Aubrey Jaffer)
Newsgroups: comp.lang.scheme
Subject: Editing Scheme Code
Organization: M.I.T. Artificial Intelligence Lab.

There are editor packages for editing scheme code, running scheme
processes in a window, and interactive data navigation in two
directories accessible via FTP.

LISP.E is code for lisp-mode in the Epsilon (MSDOS) editor.  It offers
several indentation formats.  Buffers holding files ending in .L,
.LSP, .S, and .SCM are automatically put into lisp-mode.  Support for
tags for Scheme code needs to be written.

  altdorf.ai.mit.edu:archive/scheme-editor-packages/LISP.E
  ftp.cs.indiana.edu:/pub/scheme-repository/utl/LISP.E

CMUSCHEME contain Gnu Emacs 18 code to run any scheme implementation
in a buffer.  Emacs 18 comes with xscheme.el which runs only MIT
CScheme in a buffer.  Emacs 19 already uses CMUSCHEME.

  altdorf.ai.mit.edu:archive/scheme-editor-packages/cmuscheme.el
  altdorf.ai.mit.edu:archive/scheme-editor-packages/comint.el
  ftp.cs.indiana.edu:/pub/scheme-repository/utl/cmuscheme.el
  ftp.cs.indiana.edu:/pub/scheme-repository/utl/comint.el

scheme-inspector.el -- View and navigate among Scheme values under Emacs
Michael D. Ernst <mernst@research.microsoft.com>
Process code and Emacs 18 mouse handling enhanced by Roger Crew.

  altdorf.ai.mit.edu:archive/scheme-editor-packages/scheme-inspector.el
  ftp.cs.indiana.edu:/pub/scheme-repository/utl/scheme-inspector.el
