diff options
| author | David Aspinall | 1998-11-03 14:43:26 +0000 |
|---|---|---|
| committer | David Aspinall | 1998-11-03 14:43:26 +0000 |
| commit | 49f3a2d24ff4dc71b20669d595b513b6d31e1f43 (patch) | |
| tree | 249f7bf3840c8ac044b174fdc0c27573157de766 | |
| parent | 10b0aa36ba12e6255c14df3ca9dc9cf732a55550 (diff) | |
Customization problems todo
| -rw-r--r-- | todo | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -14,6 +14,21 @@ X (Low) probably not worth wasting time on * This is a list of things which need doing in the generic interface ==================================================================== +D Customization mechanism: is there a way to make saved settings + not be overwritten by setq's in the code? Need to think how + to do this, something like customize-set-variable-if-unchanged + Otherwise no so useful for people to use customize for + prover config settings (we'd need to shadow them all again for + each assistant for this to work smoothly). + Sure sign saving will fail is when you see "this option has + been changed outside customization buffer" + +A Customization mechanism and config variables: at the moment even + setting config variables in a hook is tricky, because + proof-config-done is called before the hook variables for the + new mode are. Our new version of define-derived-mode needs + to address this. + A* multiple files bug fix: It can happen (in Isabelle) that the prover retracts a file which asks for another to be retracted which is *not* on |
