From 2b73504c1df942a30309d0135cb0ab59c8b5fa70 Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Mon, 6 Jul 2020 19:34:09 +0100 Subject: Returning C-c k back to users, that key's theirs! Should close issue #315, where it is pointed out that "sequences consisting of `C-c` and a letter (either upper or lower case) are reserved for users; they are the *only* sequences reserved for users, so do not block them." --- elisp/geiser-repl.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elisp/geiser-repl.el b/elisp/geiser-repl.el index cfc4123..14c85a7 100644 --- a/elisp/geiser-repl.el +++ b/elisp/geiser-repl.el @@ -850,7 +850,7 @@ buffer." ("Previous input" "\C-c\M-p" comint-previous-input) ("Next input" "\C-c\M-n" comint-next-input) -- - ("Interrupt evaluation" ("\C-c\C-k" "\C-c\C-c" "\C-ck") + ("Interrupt evaluation" ("\C-c\C-k" "\C-c\C-c") geiser-repl-interrupt) -- (mode "Autodoc mode" ("\C-c\C-da" "\C-c\C-d\C-a") geiser-autodoc-mode) -- cgit v1.2.3