aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Aspinall1998-10-28 18:16:10 +0000
committerDavid Aspinall1998-10-28 18:16:10 +0000
commitc7c4ea6f3c6ed9b030fa5ee02886c66a53d57ce2 (patch)
tree61f4bf5c2b2d7ff91a62feb05c19c575639abd5f
parenta8c8c1c6b22e4fa9e8764d7de2689984bcfda1d4 (diff)
Added low-level priority todo
-rw-r--r--todo13
1 files changed, 13 insertions, 0 deletions
diff --git a/todo b/todo
index e0023f9b..6931b2a1 100644
--- a/todo
+++ b/todo
@@ -222,6 +222,19 @@ C Make completion more generic. For Isabelle and Lego, we can build a
completion table by querying the process, which is better than
messing with tags.
+X Span convenience functions for special 'type property.
+ Could put these in proof.el or somewhere.
+
+ (defsubst set-span-type-property (span val)
+ "Set type property of SPAN to VAL"
+ (set-span-property span 'type val))
+
+ (defsubst span-type-property (span)
+ "Get type property of SPAN"
+ (span-property span 'type))
+
+ etc. (1hr)
+
X Read-only mode of extents sometimes gets in the way: for example,
if file changes on disk, can't reload it via usual functions.
Can this be improved? Always have to retract first, and that