aboutsummaryrefslogtreecommitdiff
path: root/generic
diff options
context:
space:
mode:
authorDavid Aspinall2007-12-14 15:44:23 +0000
committerDavid Aspinall2007-12-14 15:44:23 +0000
commitf722b67901f6f94cf1eddaf784d14b25e7572482 (patch)
tree1baef3b3d4923140d67e91b245c84e24e215145f /generic
parent1c0a63b84f00a07b1982d2f54e07bff58fd19e18 (diff)
Remove ancient idea for proof-atomic-sequence-lists
Diffstat (limited to 'generic')
-rw-r--r--generic/proof-config.el23
1 files changed, 0 insertions, 23 deletions
diff --git a/generic/proof-config.el b/generic/proof-config.el
index 361a7acd..ba51b5a8 100644
--- a/generic/proof-config.el
+++ b/generic/proof-config.el
@@ -1256,29 +1256,6 @@ settings `proof-non-undoables-regexp' and
:type 'function
:group 'proof-script)
-; Not yet implemented.
-;
-;(defcustom proof-atomic-sequence-lists nil
-; "list of instructions for setting up atomic sequences of commands (ACS).
-
-;Each instruction is
-;a list of the form `(END START &optional FORGET-COMMAND)'. END is a
-;regular expression to recognise the last command in an ACS. START
-;is a function. Its input is the last command of an ACS. Its output
-;is a regular exression to recognise the first command of the ACS.
-;It is evaluated once and the output is successively matched agains
-;previously processed commands until a match occurs (or the
-;beginning of the current buffer is reached). The region determined
-;by (START,END) is locked as an ACS. Optionally, the ACS is
-;annotated with the actual command to retract the ACS. This is
-;computed by applying FORGET-COMMAND to the first and last command
-;of the ACS."
-; ;; FIXME customize broken on choices with function in them?
-; ;;:type '(repeat (cons regexp function (choice (const nil) function)))
-; :type '(repeat (cons regexp function function))
-; :group 'proof-shell)
-
-
(defconst proof-no-command "COMMENT"
"String used as a nullary action (send no command to the proof assistant).
Only relevant for proof-find-and-forget-fn.