From: Stefan M. <mo...@IR...> - 2010-03-08 18:51:23
|
I've just released a new version of SML-mode, very long overdue. It's just the same code as was in the CVS/Svn for a few years, so it's not particularly exciting, sadly. I posted this to comp.lang.ml a few days ago, but it hasn't shown up yet. Also looking at sml...@li..., it doesn't seem to get much traffic other than SPAM. I haven't been able to give enough love to this package obviously, so if anybody wants to take over maintainership, she's welcome. In the mean time, bug reports and patches are still welcome of course, Stefan Changes since 4.0: * Switch to GPLv3+. * When possible (i.e. running under Emacs>=23), be case-sensitive when expanding abbreviations, and don't expand them in comments and strings. * When you `next-error' to a type error, highlight the actual parts of the types that differ. * Flush the recorded errors not only upon sml-compile and friends, but also when typing commands directly at the prompt. * New command sml-mlton-typecheck. * Simple support to parse errors and warnings in MLton's output. * Simple support for MLton's def-use files. |