aboutsummaryrefslogtreecommitdiff
path: root/isa
diff options
context:
space:
mode:
authorDavid Aspinall2000-03-09 07:57:57 +0000
committerDavid Aspinall2000-03-09 07:57:57 +0000
commitdd2bff4067d5ad78cbac7b455362a755e8a84add (patch)
tree76bc86f57554f6c3e8004e0c4939e48aec318320 /isa
parent9ae40ab19a1aa2a94f0def7e74a652ebb82417a9 (diff)
Updated
Diffstat (limited to 'isa')
-rw-r--r--isa/todo14
1 files changed, 14 insertions, 0 deletions
diff --git a/isa/todo b/isa/todo
index b5b4ad04..da20d04a 100644
--- a/isa/todo
+++ b/isa/todo
@@ -5,6 +5,20 @@
* Things to do for Isabelle
===========================
+C Investigate fix for looping rewriting in Isabelle. Continual
+ and frequent messages from the prover lock out the user.
+ Is there any easy way of fixing this?
+
+C X-Symbol support for theory files: bugs at the moment, because
+ of duplicate calls to proof-x-symbol-mode and mess with
+ font-lock initialization. Problem with current version:
+ visit a.thy, b.thy then turn on xsym. Broken in b.thy.
+ Seems okay visiting new buffers after that.
+ Must also check interaction with xsym-isa-latex stuff
+ may be broken by removal of mode hook settings.
+ [DvO reports okay].
+ (May need to split extra modes into two parts?)
+
B auto-adjust Pretty.setmargin when window is resized. Use
generic code once it's implemented.