emacs-helm / helm-descbinds

A helm frontend for describe-bindings.
GNU General Public License v3.0
116 stars 12 forks source link

C-c h: Wrong type argument: commandp, (message (helm-alive-p)) #6

Closed amelio-vazquez-reina closed 8 years ago

amelio-vazquez-reina commented 11 years ago

I just installed helm-descbinds through the Emacs package manager (version Version: 20130326.1442). I am using the latest stable version of Emacs (24.3) and the latest version of Helm in the Emacs package manager (i.e. Version: 20130329.1612).

I added the following to my .emacs file after the code that loads Helm

(require 'helm-descbinds)
(helm-descbinds-mode)

When I do C-c h I get the following error: Wrong type argument: commandp, (message (helm-alive-p))

cofi commented 11 years ago

Please run M-x toggle-debug-on-error, call C-c C-h again (I guess you meant that instead of C-c h), and post the traceback.

michael-heerdegen commented 8 years ago

Without feedback, I can't do anything. Please reopen if you still see it. Thanks.