diff options
| author | Thomas Kleymann | 1998-05-29 09:50:15 +0000 |
|---|---|---|
| committer | Thomas Kleymann | 1998-05-29 09:50:15 +0000 |
| commit | 262093696537f2cf3d47995a2757ae7c7b6a9006 (patch) | |
| tree | 9bd05377a7fdd6d83e342f74997661cdc7ecdb57 /todo | |
| parent | c10a6f6aa1e5a476dfbd990710fc5bed39a49b86 (diff) | |
o outsourced indentation to proof-indent
o support indentation of commands
o replaced test of Emacs version with availability test of specific
features
o C-c C-c, C-c C-v and M-tab is now available in all buffers
Diffstat (limited to 'todo')
| -rw-r--r-- | todo | 19 |
1 files changed, 18 insertions, 1 deletions
@@ -24,13 +24,27 @@ A Implement more generic mechanism for large undos (2h) LEGO: consider Discharge; perhaps unrol to the beginning of the module? - + +A Multiple files are sometimes handled incorrectly, because the + function `proof-steal-process' cannot figure out that some files have + already been processed. This is most likely caused by the ad-hoc + equality test on file names. Instead, one could employ + the built-in `file-truename' to trigger *canonical* file names. + (1h tms) + B Implement proof-find-previous-terminator and bind it to C-c C-a (45min tms) B Technical documentation to record expertise and allow users of other proof systems to adopt generic package (40h hhg & tms) +B Support for x-symbols package + +C XEmacs sessions seem to grow excessively in terms of memory + allocation. Perhaps some of the spans aren't removed properly? + Setting a limit on the size of the process buffer doesn't seem to + help. + A Fixing up errors caused by pbp-generated commands; currently, script management unwisely assumes that pbp commands cannot fail (2h tms) @@ -94,6 +108,9 @@ A Error messages need to be revised e.g., if an import fails, LEGO * Here are things to be done to Coq mode ======================================== +B set proof-commands-regexp to support indentation for commands + (10min hhg) + B Add Patrick Loiseleur's commands to search for vernac or ml files. C Sections and files are handled incorrectly. |
