aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Aspinall1998-10-09 13:53:27 +0000
committerDavid Aspinall1998-10-09 13:53:27 +0000
commit51f4691082cb9d92c1fde6d91c0c47bdfbabd5ff (patch)
tree7f13551c7be81514d4b648e7228faf9d50e18776
parent5e19c3e5bdc749e234a96268f30f2eb2a8878645 (diff)
Addded todo for proof-quit-command. Doc string note
-rw-r--r--todo5
1 files changed, 5 insertions, 0 deletions
diff --git a/todo b/todo
index 331bbb51..89a3ac99 100644
--- a/todo
+++ b/todo
@@ -25,6 +25,9 @@ B proof-find-next-terminator doesn't work properly:
B Add proof-rsh-command and note in documentation about how to
use widely-advertised "remote shell" feature. (1hr)
+D Add proof-quit-command: some provers may like a quit command to be
+ sent to the shell, not just EOF ! (see proof-stop-shell).
+
D Multiple files (after basic feature added): handle failures in
reading ancestors.
@@ -218,6 +221,8 @@ C Fixup sources to follow Elisp conventions better.
Introduce new defconsts.
3. Check on use of "*" in docstrings. Should be used for
variables which are user-level options, only.
+ 4. Upper case in docstrings is reserved for the name
+ of a function's arguments, usually.
D Implement proof-find-previous-terminator and bind it to C-c C-a
(45min)