diff options
| author | David Aspinall | 1998-10-28 18:16:10 +0000 |
|---|---|---|
| committer | David Aspinall | 1998-10-28 18:16:10 +0000 |
| commit | c7c4ea6f3c6ed9b030fa5ee02886c66a53d57ce2 (patch) | |
| tree | 61f4bf5c2b2d7ff91a62feb05c19c575639abd5f | |
| parent | a8c8c1c6b22e4fa9e8764d7de2689984bcfda1d4 (diff) | |
Added low-level priority todo
| -rw-r--r-- | todo | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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 |
