aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Aspinall1998-11-03 14:43:26 +0000
committerDavid Aspinall1998-11-03 14:43:26 +0000
commit49f3a2d24ff4dc71b20669d595b513b6d31e1f43 (patch)
tree249f7bf3840c8ac044b174fdc0c27573157de766
parent10b0aa36ba12e6255c14df3ca9dc9cf732a55550 (diff)
Customization problems todo
-rw-r--r--todo15
1 files changed, 15 insertions, 0 deletions
diff --git a/todo b/todo
index 25f5c7a7..97f04be4 100644
--- a/todo
+++ b/todo
@@ -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