aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2000-06-01 14:38:55 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2000-06-01 14:38:55 +0000
commit17c243a07a82f1864e4f77be8d326cfefe49ced4 (patch)
tree9d65689ef602ecb771e8a65a2b176c99f809bbbe /coq
parent8f8f8060ebeb8c204eca98020de0ac2198a1d1fb (diff)
Removed time setting, added proof-assistant-settings-cmd to init string, but commented out
Diffstat (limited to 'coq')
-rw-r--r--coq/coq.el18
1 files changed, 13 insertions, 5 deletions
diff --git a/coq/coq.el b/coq/coq.el
index fdd1aeb9..50a3671e 100644
--- a/coq/coq.el
+++ b/coq/coq.el
@@ -508,7 +508,10 @@ This is specific to coq-mode."
proof-shell-result-end "\372 End Pbp result \373"
proof-shell-start-goals-regexp "[0-9]+ subgoals?"
proof-shell-end-goals-regexp proof-shell-annotated-prompt-regexp
- proof-shell-init-cmd coq-shell-init-cmd
+ proof-shell-init-cmd ; (concat
+ coq-shell-init-cmd
+ ; Coq has no global settings?
+ ; (proof-assistant-settings-cmd))
proof-shell-restart-cmd coq-shell-restart-cmd
proof-analyse-using-stack t
;; proof-lift-global 'coq-lift-global
@@ -537,10 +540,15 @@ This is specific to coq-mode."
;; Flags and other settings for Coq.
;;
-(defpacustom time-search-isos nil
- "Whether to display timing of SearchIsos in Coq."
- :type 'boolean
- :setting ("Time." . "Untime."))
+;; da: neither of these work very well.
+;; I think "time" must just be for special search isos top level,
+;; and "Focus" on works during a proof, so sending the setting
+;; at the start of a session is wrong.
+
+;(defpacustom time-search-isos nil
+; "Whether to display timing of SearchIsos in Coq."
+; :type 'boolean
+; :setting ("Time." . "Untime."))
(defpacustom print-only-first-subgoal nil
"Whether to just print the first subgoal in Coq."