From 9d16a972dc44dbb6d9035a9492e4f5c1135cedca Mon Sep 17 00:00:00 2001 From: Pierre Courtieu Date: Thu, 15 Oct 2009 17:16:37 +0000 Subject: Added keyboard shortcut in goals buffer. --- coq/coq.el | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 ;;;;;;;;;;;;;;;;;;;;;;;; -- cgit v1.2.3