home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / Moscow ML 1.42 / utility / emacs < prev    next >
Encoding:
Text File  |  1997-08-18  |  915 b   |  30 lines  |  [TEXT/R*ch]

  1. The directory sml-mode-3.3b contains Matthew Morley's Emacs sml-mode
  2. version 3.2, including customization for Moscow ML, but excluding
  3. documentation.
  4.  
  5. It is available from 
  6.  
  7.     http://www.scs.leeds.ac.uk/mjm/sml-mode/
  8.  
  9. On-line documentation is available at
  10.  
  11.     http://www.scs.leeds.ac.uk/mjm/sml-mode/sml-mode.html
  12.  
  13. Install as directed in file sml-mode-3.3b/README.
  14.  
  15. If you follow those instructions, then from within an Emacs buffer in
  16. sml-mode, you can
  17.  
  18.  * type  C-c m    to invoke Moscow ML under Emacs 
  19.  * type  C-c C-s  to jump to the Moscow ML buffer
  20.  * type  C-c C-b  to load the buffer's contents into Moscow ML
  21.  * type  C-c C-l  to load some file's contents into Moscow ML
  22.  
  23.  * type  C-h m    to get brief help on other commands in sml-mode
  24.  * type  C-c C-i  to get extensive documentation on sml-mode
  25.  
  26. In case of compilation errors, 
  27.  
  28.  * type  C-c C-`  to jump to the location of the error in the source code
  29.  
  30.