SCM Repository
Diff of /sml/trunk/sml-mode/TODO
Parent Directory
|
Revision Log
|
Patch
revision 395, Wed Aug 11 20:48:17 1999 UTC | revision 535, Fri Feb 18 16:49:10 2000 UTC | |
---|---|---|
# | Line 1 | Line 1 |
-*- text -*- | ||
1 | ||
2 | * improve M-C-f and M-C-b (they too often don't do the right thing) and | * improve M-C-f and M-C-b (they too often don't do the right thing) and |
3 | add M-C-k and other such sexp-chunked operations. | add M-C-k and other such sexp-chunked operations. |
# | Line 15 | Line 14 |
14 | ||
15 | * ignore warnings in C-x ` ???? | * ignore warnings in C-x ` ???? |
16 | ||
17 | * recognize irrefutable patterns (with "Capital"-heuristics, for example). | * recognize irrefutable patterns (with "Capital"-heuristics, for example: |
18 | a regexp like "\\([(),]\\|[_a-z][_a-z0-9]*\\)+"). | |
19 | This can then be used to allow indenting like | This can then be used to allow indenting like |
20 | ||
21 | (fn x => | (fn x => |
22 | some expressions) | some expressions) |
23 | ||
24 | * find the enclosing function's name for add-change-log-entry. | * take advantage of text after-the-line (when available) for indentation |
25 | ||
26 | * obey fixity directives. | * obey fixity directives. |
27 | ||
* improve the run-sml to allow running on another machine and to take args. | ||
28 | * right-align "and" with its correspondant. | * right-align "and" with its correspondant. |
29 | ||
30 | * find the enclosing function's name for add-change-log-entry. | |
31 | * add imenu support | |
32 | ||
33 | * sample indentations to be improved: | * sample indentations to be improved: |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |