MLton 20051202 Emacs
Home  Index  

SML Modes

There are a few Emacs modes for SML.

MLB modes

There is a mode for editing ML Basis files.

Error messages

MLton's error messages are not in the format that the Emacs next-error parser natively understands. There are a couple of ways to fix this. The easiest way is to add the following to your .emacs to cause Emacs to recognize MLton's error messages.

Alternatively, you could use a sed script to rewrite MLton's errors. Here is one such script:


Last edited on 2005-12-01 03:57:27 by StephenWeeks.