info/sml
  gnu emacs info file for sml provided by ?
(Sorry, lost the name of the contributor -- can anyone help?)


sml-mode.el
sml-mode.doc
  gnu emacs sml-mode developed by Lars Bo Nielsen.


sml-debug.el
  debug mode.  For documentation on the ML debugger and emacs debug mode,
see doc/debug/debug.tex in the documentation distribution.


sml-init.el
  Initializations for sml-mode and sml-debug.


comint.el
cmushell.el
cmusml.el
  sml interactive buffer based on COMINT by Olin Shivers


sml tags package: See tags-for-sml.txt for more details.
sml-tags.el
  This package enables one to have a case-sensitive TAGS buffer through the
use of the function sml-visit-tags-table.  SML identifiers are case sensitive.
Defines a case-insensitive sml-tags-apropos function.

completing-tag.el
  This package defines a completing-find-tag function that operates like the
regular find-tag function, but does completion when you hit tab.  This version
contains some bug fixes made locally several years ago.

mouse-tags.el
  This package defines functions x-find-tag, and x-find-tag-other, that
allows one to point to an identifier, and do a find-tag on it.


x-buffer-local-mouse.el
  This package allows one to create buffer-specific mouse bindings.


simple-sml-mode.el
  This package defines a major mode for editing SML source code.  The existing
sml-mode is complex and doesn't always please users.  This is basically the
same as indented-text-mode, except it makes a call to the value of
simple-sml-mode-hook.
