aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/coq.el
diff options
context:
space:
mode:
Diffstat (limited to 'coq/coq.el')
-rw-r--r--coq/coq.el13
1 files changed, 13 insertions, 0 deletions
diff --git a/coq/coq.el b/coq/coq.el
index 8921ca82..d5f05ba5 100644
--- a/coq/coq.el
+++ b/coq/coq.el
@@ -1207,6 +1207,19 @@ be asked to the user."
(define-key coq-keymap [(control ?n)] 'coq-LocateNotation)
+(define-key coq-goals-mode-map [(control ?c)(control ?a)(control ?c)] 'coq-Check)
+(define-key coq-goals-mode-map [(control ?c)(control ?a)(control ?p)] 'coq-Print)
+(define-key coq-goals-mode-map [(control ?c)(control ?a)(control ?o)] 'coq-SearchIsos)
+(define-key coq-goals-mode-map [(control ?c)(control ?a)(control ?b)] 'coq-About)
+
+;
+;(define-key coq-response-mode-map [(control ?c)(control ?a)(control ?c)] 'coq-Check)
+;(define-key coq-response-mode-map [(control ?c)(control ?a)(control ?p)] 'coq-Print)
+;(define-key coq-response-mode-map [(control ?c)(control ?a)(control ?o)] 'coq-SearchIsos)
+;(define-key coq-response-mode-map [(control ?c)(control ?a)(control ?b)] 'coq-About)
+;
+
+
;;;;;;;;;;;;;;;;;;;;;;;;
;; error handling
;;;;;;;;;;;;;;;;;;;;;;;;