diff options
| author | David Aspinall | 1998-10-02 13:38:35 +0000 |
|---|---|---|
| committer | David Aspinall | 1998-10-02 13:38:35 +0000 |
| commit | 527599b14b8900f4d32aedd9a6b5d3ec7caa0b8f (patch) | |
| tree | f2a23bcebd51138416fc62c1428e0e1db6d6be1d | |
| parent | 00b7706d4bb5f285e0efbca031e27b4bcf36aa50 (diff) | |
Added todo for proof-goal-command, proof-save-command
| -rw-r--r-- | todo | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -12,6 +12,17 @@ X (Low) probably not worth wasting time on * This is a list of things which need doing in the generic interface ==================================================================== +B Improve proof-goal-command and proof-save-command: + `proof-goal-command' should be more flexible and support a + placeholder for the name and the actual goal. In LEGO, we have + Goal foo : absurd; + ... + Save foo; + Perhaps functions at the generic level to make suitable + values for the hook, e.g., + + (setq proof-goal-command (proof-prompt-named-goal "Goal %s :" "%s;")) + A Change mail address to proofgen@dcs.ed.ac.uk everywhere. B Cleanup handling of proof-terminal-string. At the moment some |
