diff options
| author | Felix Lange <fjl@twurst.com> | 2011-10-14 05:45:42 +0200 |
|---|---|---|
| committer | Felix Lange <fjl@twurst.com> | 2011-10-14 05:45:42 +0200 |
| commit | bd5145368593e09460d4461256ee4f934b2ebf26 (patch) | |
| tree | 471852782d61d64bede27d67552eb79af0a598aa /TODO.old | |
| parent | 90640c1aed302fd83a500bb9ccdfb6cf7b481112 (diff) | |
| download | ermacs-fork-bd5145368593e09460d4461256ee4f934b2ebf26.tar.gz | |
remove cruft
cruft includes:
- module header comments (yikes..)
- author attributes (sorry luke)
- old guard tests
Diffstat (limited to 'TODO.old')
| -rw-r--r-- | TODO.old | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/TODO.old b/TODO.old new file mode 100644 index 0000000..0861469 --- /dev/null +++ b/TODO.old @@ -0,0 +1,40 @@ +Needed for 0.5 (i.e. "semi-public" release): + ++ hard-abort - different process handling so you can abort anything with C-g ++ good erlang shell +- get slang's default colours under control + +Still needed for respectable 1.0: + +- buffer modified/unmodified flag +- handle sigwinch ++ completions +- window config save/restore for popups (e.g. after completion) +- stabilize API - get rid of export_all's +- some sort of "panic" procedure to ensure that crashes don't lose data +- robustify: commands making bad calls to buffers shouldn't crash the editor! ++ M-x ++ be group_leader in Erlang Interaction mode, in some sensible way. +- integrate with normal erlang shell + +For future versions: + +- colours / syntax highlighting ++ erlang programming mode +- documentation browser - wiki-mode instead of texinfo? +- isearch + +Things that it's really bothering me off not to have: + +- fill-paragraph ++ search +- isearch ++ M-x ++ C-x 1 ++ auto-mode-alist ++ tabs: count them properly for column-wise stuff (goal column) ++ find-file opens relative to current buffer ++ completions ++ contextual history in minibuffer +- parenthesis matching +- line numbers |
