aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide/coq_commands.ml
diff options
context:
space:
mode:
authorGravatar marche <marche@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-12-08 14:58:47 +0000
committerGravatar marche <marche@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-12-08 14:58:47 +0000
commitf3b34e46a1809df8e6940406652a04f0a0ad3bd0 (patch)
tree81cd0814b376ac427cb9ea337a5c9dc49d1f1ff5 /ide/coq_commands.ml
parentec87775425dbe882bd4ce418c6028943d96d6f96 (diff)
bug de preferencs/font"
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5076 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'ide/coq_commands.ml')
-rw-r--r--ide/coq_commands.ml36
1 files changed, 18 insertions, 18 deletions
diff --git a/ide/coq_commands.ml b/ide/coq_commands.ml
index d51521ff7..190702581 100644
--- a/ide/coq_commands.ml
+++ b/ide/coq_commands.ml
@@ -9,7 +9,7 @@
(* $Id$ *)
let commands = [
- ["Abort";
+ [(* "Abort"; *)
"Add Abstract Ring";
"Add Abstract Semi Ring";
"Add Field";
@@ -30,12 +30,12 @@ let commands = [
["Canonical Structure";
"Cd";
"Chapter";
- "Check";
+ (* "Check"; *)
"Coercion";
"Coercion Local";
"CoFixpoint";
"CoInductive";
- "Correctness";];
+ (* "Correctness"; *)];
["Declare ML Module";
"Defined";
"Definition";
@@ -43,10 +43,10 @@ let commands = [
"Derive Dependent Inversion_clear";
"Derive Inversion";
"Derive Inversion_clear";
- "Drop";];
+ (* "Drop"; *)];
["End";
"End Silent";
- "Eval";
+ "Eval";
"Explicitation of implicit arguments";
"Extract Constant";
"Extract Inductive";
@@ -93,7 +93,7 @@ let commands = [
["Notation";];
["Opaque";];
["Parameter";
- "Print";
+ (*"Print";
"Print All";
"Print Classes";
"Print Coercion Paths";
@@ -111,11 +111,11 @@ let commands = [
"Print Proof";
"Print Section";
"Print Table Printing If";
- "Print Table Printing Let";
+ "Print Table Printing Let";*)
"Proof";
- "Pwd";];
+ (*"Pwd";*)];
["Qed";
- "Quit";];
+ (* "Quit";*)];
["Read Module";
"Record";
"Recursive Extraction";
@@ -126,15 +126,15 @@ let commands = [
"Remove Printing Let";
"Require";
"Require Export";
- "Reset";
+ (* "Reset"; *)
"Reset Extraction Inline";
- "Reset Initial";
- "Restart";
+ (* "Reset Initial"; *)
+ (* "Restart"; *)
"Restore State";
"Resume";];
[ "Save";
"Scheme";
- "Search";
+ (*"Search";
"Search ... inside ...";
"Search ... outside ...";
"SearchAbout";
@@ -143,7 +143,7 @@ let commands = [
"SearchPattern ... outside ...";
"SearchRewrite";
"SearchRewrite ... inside ...";
- "SearchRewrite ... outside ...";
+ "SearchRewrite ... outside ..."; *)
"Section";
"Set Extraction AutoInline";
"Set Extraction Optimize";
@@ -154,7 +154,7 @@ let commands = [
"Set Printing Synth";
"Set Printing Wildcard";
"Set Undo";
- "Show";
+ (*"Show";
"Show Conjectures";
"Show Implicits";
"Show Intro";
@@ -162,9 +162,9 @@ let commands = [
"Show Programs";
"Show Proof";
"Show Script";
- "Show Tree";
+ "Show Tree";*)
"Structure";
- "Suspend";
+ (* "Suspend"; *)
"Syntactic Definition";
"Syntax";];
["Tactic Definition";
@@ -175,7 +175,7 @@ let commands = [
"Theorem";
"Time";
"Transparent";];
- ["Undo";
+ [(* "Undo"; *)
"Unfocus";
"Unset Extraction AutoInline";
"Unset Extraction Optimize";