From 6defbc55ac79d76c8a57a9a5c3b83df122e4213c Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Fri, 1 Oct 2010 11:59:19 +0000 Subject: Add key binding fixes from Erik Martin-Dorel (see Trac#359). --- coq/coq.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/coq/coq.el b/coq/coq.el index e87d9345..65872ed9 100644 --- a/coq/coq.el +++ b/coq/coq.el @@ -1199,9 +1199,9 @@ be asked to the user." (define-key coq-keymap [(control ?t)] 'coq-insert-tactic) (define-key coq-keymap [(control ?T)] 'coq-insert-tactical) (define-key coq-keymap [(control ?r)] 'proof-store-response-win) -(define-key coq-keymap [(control ?g)] 'proof-store-goals-win) +(define-key coq-keymap [(control ?G)] 'proof-store-goals-win) -(define-key coq-keymap [(control space)] 'coq-insert-term) +(define-key coq-keymap [(control ?\s)] 'coq-insert-term) (define-key coq-keymap [(control return)] 'coq-insert-command) @@ -1221,7 +1221,7 @@ be asked to the user." (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-goals-mode-map [(control ?c)(control ?a)(control ?a)] 'coq-searchabout) +(define-key coq-goals-mode-map [(control ?c)(control ?a)(control ?a)] 'coq-SearchAbout) ; window auto-resize makes this bug sometimes. Too bad!. ;(define-key coq-response-mode-map [(control ?c)(control ?a)(control ?c)] 'coq-Check) -- cgit v1.2.3