emacsorphanage / git-messenger

Emacs Port of git-messenger.vim
146 stars 14 forks source link

support key mapping #15

Closed syohex closed 10 years ago

syohex commented 10 years ago

@stsquad How about this version ? You can copy commit -message M-w when commit message is popup-ed. You can close popup by pressing q or C-g. And you can your own key mapping by changing git-messenger-map.

https://raw.githubusercontent.com/syohex/emacs-git-messenger/support-key-mapping/git-messenger.el

syohex commented 10 years ago

This is related to https://github.com/auto-complete/popup-el/issues/68

stsquad commented 10 years ago

Ahh I figured it was possible with the undocumented event loop somehow. I've made a few tweaks at https://github.com/stsquad/emacs-git-messenger/tree/support-key-mapping

syohex commented 10 years ago

@stsquad I have applied your improvement. I'll merge these changes to master branch if you have no problems.

stsquad commented 10 years ago

Of course not, go right ahead ;-)

syohex commented 10 years ago

merged