aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Aspinall1998-11-26 20:34:12 +0000
committerDavid Aspinall1998-11-26 20:34:12 +0000
commit21ba4356e554d8a0429a2757b5883becfcc9a21a (patch)
tree791d2271ac9d9938a47dc531ab2709e9a41787ff
parent54bdffb11596d5f9083c72690d147662a607ecf9 (diff)
Added note about bugs elsewhere. Display issues. Tech rep todos
-rw-r--r--todo31
1 files changed, 30 insertions, 1 deletions
diff --git a/todo b/todo
index 579bc0da..e75a61b8 100644
--- a/todo
+++ b/todo
@@ -16,7 +16,12 @@ X (Low) probably not worth wasting time on
====================================================================
A Polish ProofGeneral.texi and publish LaTeX version as an LFCS
- Technical Report.
+ Technical Report.
+ Small things:
+
+ * Improve trivial and uniformative docstrings.
+ * Fixup markup mistakes by editing docstrings.
+ * Fix docstring magic so PROOFGENERAL_HOME is not var'd.
B Is it possible to let C-c C-c (SIGINT) issue additional process input?
Poly/ML requires an 'f' at the interrupt handler's prompt to proceed, or
@@ -235,9 +240,26 @@ D proof-find-next-terminator is too slow when it needs to parse
D Implement proof-find-previous-terminator and bind it to C-c C-a
(45min)
+D Implement a function to undo to the previous goal.
+
D Remove duplication of variables e.g., proof-prog-name and
lego-prog-name for Coq and Lego. (1h)
+D Display management is much better than it was, but perhaps
+ not quite as good as it could be. It might be nice to
+ display both the goals and response buffer occasionally
+ (even with window-dedicated disabled).
+ e.g. when proof-shell-erase-response-flag is non-nil
+ and the goals buffer is updated: might like to still
+ see what was in the response buffer.
+
+ Oddities:
+ Response buffer doesn't get cleared after completion
+ of a proof followed by retraction of whole file.
+ On other cases of retraction, it does.
+ Perhaps retraction should set the flag to ensure
+ it's cleared.
+
X Allow bib-cite style clicking on Load/Import commands to go
to file.
@@ -482,6 +504,13 @@ C `proof-zap-commas-region' does not work for Emacs 20.2 on
C proof-shell-dont-show-annotations doesn't seem to work.
+* Bugs in other packages beyond our control
+===========================================
+
+. Odd behaviour of font-lock in elisp buffers when long strings
+contain lines with stuff that looks lisp-ish. e.g. "(asd . ads)"
+
+
* Release
=========