Fork me on GitHub
#emacs
<
2015-11-30
>
r0man10:11:28

@twillis: Mine looks like this. It isn't bound to any key.

bozhidar12:11:07

it’s bound only in cider-mode and cider-repl-mode

bozhidar12:11:19

it doesn’t make sense for something like this to be globally bound

r0man13:11:16

@bozhidar: I looked this up in cider mode

r0man13:11:53

My problem is that just C-c C-m does not work. When I press that key combo the minibuffer says C-c RET- and waits for more input. On the other hand C-c M-m works as expected.

bozhidar13:11:59

are you running GUI Emacs or the terminal version?

r0man13:11:32

@bozhidar: I run the gui version on linux

bozhidar14:11:24

press ? after “C-c C-m"

bozhidar14:11:38

or “C-h”

bozhidar14:11:46

I wonder what’s this problematic keybinding

r0man14:11:05

@bozhidar: I found it simple_smile I had this in my Emacs config somewhere: (cljr-add-keybindings-with-prefix "C-c C-m")

bozhidar14:11:36

yeah, I thought something like this was the case

bozhidar14:11:48

problem solved then simple_smile

r0man14:11:37

Thanks for the help! Maybe https://github.com/clojure-emacs/clj-refactor.el should suggest another binding for refactoring. I think I got that from there

bozhidar14:11:14

file and issues and someone will take a look at this

bozhidar14:11:26

that’s definitely a bad suggestion simple_smile

r0man14:11:28

yep, I will do