scubacabra / emacs-gradle-mode

minor mode for emacs to run gradle from emacs and not have to go to a terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Binding C-g causes issues

greenrd opened this issue · comments

C-g is supposed to be reserved for quitting an interaction with emacs. Binding it in a key sequence causes at least these issues:

  • C-h k doesn't work for any such key bindings
  • Sometimes pressing the key sequence fails with a bizarre C-c C-g <mouse-movement> is undefined error in the modeline. (This should not be possible, because mouse movements are usually ignored, but somehow it's happening.)

Can you change the standard keybinding to something more compatible?

💯 % agree -- i never thought of that at the time I made the bindings.

I would gladly accept a PR with anything sensible you feel like.

If not i'll try and find some time to get to it.