emacsorphanage / helm-gtags

GNU GLOBAL helm interface
204 stars 31 forks source link

Cannot set "C-," as prefix key #149

Closed introom closed 8 years ago

introom commented 8 years ago

Hi, Due to this line: https://github.com/syohex/emacs-helm-gtags/blob/master/helm-gtags.el#L1267

I cannot set "C-," as prefix key.

A simple fix might wrap a kbd:

(kbd (concat prefix " h"))

syohex commented 8 years ago

Thanks for reporting issue and sorry too late reply. I have this issue at #150. Please check latest version. And you need to use C-,(not escaped) instead of \C-,.