aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Aspinall1998-11-10 18:07:17 +0000
committerDavid Aspinall1998-11-10 18:07:17 +0000
commit556c5d6c6218ea882de659362bee76a1e5a57987 (patch)
tree82da52d63d3217653ab3ee95636c78b8f0d29327
parent45b3277ca4c41a723a90df17518aed7c991743bf (diff)
Added X idea for using indirect buffers.
-rw-r--r--todo8
1 files changed, 8 insertions, 0 deletions
diff --git a/todo b/todo
index 8638131c..5b157050 100644
--- a/todo
+++ b/todo
@@ -353,6 +353,14 @@ X proof-mark-buffer-atomic marks the buffer as only containing
comments if the first ACS is a goal-save span. This is however not a
problem for LEGO and Isabelle. (30 min)
+X Idea for future re-engineering:
+ Indirect Buffers seem to be a cunning way
+ to implement the response buffer and goals buffer, since they're
+ basically variants on displaying fragments of the shell buffer
+ output. Unfortunately seems to be implemented only in FSFmacs at the
+ moment.
+
+
* Proof-by-Pointing
===================