aboutsummaryrefslogtreecommitdiffhomepage
path: root/todo
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>1998-11-12 14:22:03 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>1998-11-12 14:22:03 +0000
commitb8fa44e9b8bcb2074424ce55ecea0de8ed62914b (patch)
tree369e3da7491565ad6d2e6c57fe64d3be26dd0c98 /todo
parent5f2b218f32ad98c1821169573cdb787230def7f7 (diff)
Note about atrocious performance of proof-sement-up-to, even when compiled.
Diffstat (limited to 'todo')
-rw-r--r--todo6
1 files changed, 5 insertions, 1 deletions
diff --git a/todo b/todo
index 33bc8191..e92aca86 100644
--- a/todo
+++ b/todo
@@ -219,7 +219,11 @@ D Add support to proof.el for *not* setting variables for
in Isabelle there is no such thing as killing a goal.
For the minimum set of variables to cover, see FIXME's in isa.el
(da, 1.5hrs)
-
+
+D proof-find-next-terminator is too slow when it needs to parse
+ a long buffer. Generally a performance problem with
+ proof-segment-up-to.
+
D Implement proof-find-previous-terminator and bind it to C-c C-a
(45min)