]> code.delx.au - gnu-emacs-elpa/blob - TODO
* sml-proc.el (sml-update-cursor): make sure it also works if compile.el
[gnu-emacs-elpa] / TODO
1 -*- sml -*-
2
3 * if indentation is non-obvious, return a list of possible indentations
4 and choose the first unless the current is one of the possible choices.
5
6 * ignore warnings in C-x ` ????
7
8 * recognize irrefutable patterns (with "Capital"-heuristics, for example).
9 This can then be used to allow indenting like
10
11 (fn x =>
12 some expressions)
13
14 * obey fixity directives
15
16 * improve the run-sml to allow running on another machine and to take args
17
18 * right-align "and" with its correspondant.
19
20 * sample problematic indentations: