aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2004-09-14 07:57:31 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2004-09-14 07:57:31 +0000
commit838cbe33a5caf6a1cad7372be249293103d87828 (patch)
tree0c165d555ec46e5d3fe2ac765d5b223325400191 /coq
parent28297951d083515fdbd9e6ab61d5199c1bbe21e1 (diff)
Add spaces after setting commands to separate. Temporarily disable print-only-first-subgoal.
Diffstat (limited to 'coq')
-rw-r--r--coq/coq.el17
1 files changed, 10 insertions, 7 deletions
diff --git a/coq/coq.el b/coq/coq.el
index 9cb6de05..9bdee65b 100644
--- a/coq/coq.el
+++ b/coq/coq.el
@@ -907,25 +907,28 @@ Group number 1 matches the name of the library which is required.")
;; These appear on the Coq -> Setting menu.
;;
-(defpacustom print-only-first-subgoal nil
- "Whether to just print the first subgoal in Coq."
- :type 'boolean
- :setting ("Focus. " . "Unfocus. "))
+; FIXME da: we should send this command only inside a proof,
+; otherwise it gives an error message. It should be on
+; a different menu command.
+;(defpacustom print-only-first-subgoal nil
+; "Whether to just print the first subgoal in Coq."
+; :type 'boolean
+; :setting ("Focus. " . "Unfocus. "))
(defpacustom print-fully-explicit nil
"*Print fully explicit terms."
:type 'boolean
- :setting ("Set Printing All." . "Unset Printing All."))
+ :setting ("Set Printing All. " . "Unset Printing All. "))
(defpacustom print-coercions nil
"*Print coercions."
:type 'boolean
- :setting ("Set Printing Coercions." . "Unset Printing Coercions."))
+ :setting ("Set Printing Coercions. " . "Unset Printing Coercions. "))
(defpacustom print-match-wildcards t
"*Print underscores for unused variables in matches."
:type 'boolean
- :setting ("Set Printing Coercions." . "Unset Printing Coercions."))
+ :setting ("Set Printing Coercions. " . "Unset Printing Coercions. "))
(defpacustom time-commands nil