diff options
| author | Pierre Courtieu | 2002-06-19 15:47:26 +0000 |
|---|---|---|
| committer | Pierre Courtieu | 2002-06-19 15:47:26 +0000 |
| commit | 900b9862ca82db9dc54db54a74c6ed26414dc955 (patch) | |
| tree | 73336e2047460e337b9ae55913e1597739308493 | |
| parent | 124051fe9f259d56b5bec8209293f61fa2a848ad (diff) | |
Finished updating the commands and tactic lists of coq-syntax.el.
| -rw-r--r-- | coq/coq-syntax.el | 40 |
1 files changed, 18 insertions, 22 deletions
diff --git a/coq/coq-syntax.el b/coq/coq-syntax.el index 757a2d9e..89af8ce4 100644 --- a/coq/coq-syntax.el +++ b/coq/coq-syntax.el @@ -132,12 +132,18 @@ Print and Check commands, put the following line in your .emacs: "SearchIsos" "SearchPattern" "SearchRewrite" +"Set\\-+Hyps_limit" +"Set\\-+Undo" +"Set\\-+Set\\-+Printing\\-+Coercion[^s]" "Show" "Test\\s-+Printing\\s-+If" "Test\\s-+Printing\\s-+Let" "Test\\s-+Printing\\s-+Synth" "Test\\s-+Printing\\s-+Wildcard" "Unfocus" ; ??? +"Unset\\s-+Hyps_limit" +"Unset\\s-+Undo" +"Unset\\s-+Printing\\s-+Coercion[^s]" "Transparent" "Write\\s-+State") coq-user-non-backable-commands @@ -195,34 +201,24 @@ Print and Check commands, put the following line in your .emacs: "Remove\\s-+Printing\\s-+If\\s-+ident" "Remove\\s-+Printing\\s-+Let\\s-+ident" "Restore\\s-+State" -"Set" ; wrong see below -"Unset" ; wrong +"Set\\s-+Extraction\\s-+AutoInline" +"Set\\s-+Extraction\\s-+Optimize" +"Set\\s-+Implicit\\s-+Arguments" +"Set\\s-+Printing\\s-+Coercions" +"Set\\s-+Printing\\s-+Synth" +"Set\\s-+Printing\\s-+Wildcard" +"Unset\\s-+Extraction\\s-+AutoInline" +"Unset\\s-+Extraction\\s-+Optimize" +"Unset\\s-+Implicit\\s-+Arguments" +"Unset\\s-+Printing\\s-+Coercions" +"Unset\\s-+Printing\\s-+Synth" +"Unset\\s-+Printing\\s-+Wildcard" "Syntax" "Transparent" ) ) -; -;Set Hyps_limit ------------> pour tous les Set/Unset, fais un -;Set Implicit Arguments "Print Tables" ; les synchroneous sont -;Set Undo les backable -;Set Extraction AutoInline -;Set Extraction Optimize -;Set Printing Coercion -;Set Printing Coercions -;Set Printing Synth -;Set Printing Wildcard -;Unset Extraction AutoInline -;Unset Extraction Optimize -;Unset Hyps_limit -;Unset Implicit Arguments -;Unset Printing Coercion -;Unset Printing Coercions -;Unset Printing Synth -;Unset Printing Wildcard -;Unset Undo -; (defvar coq-keywords-backable-commands |
