abo-abo / function-args

C++ completion for GNU Emacs
120 stars 10 forks source link

Missing explicit declaration of dependency ivy #39

Closed p3r7 closed 7 years ago

p3r7 commented 7 years ago

After updating via default package manager, I get the following error on emacs start:

Debugger entered--Lisp error: (void-function ivy-set-actions)
  ivy-set-actions(moo-select-candidate (("i" moo-action-implement "implement")))

I assume that this is due to missing dependency swiper/ivy on my system.

Maybe all there is to do is to make this dependency explicit ?

abo-abo commented 7 years ago

Thanks, fixed.

dholm commented 7 years ago

I still have this issue with function-args 20170822.1002.

In my cc-mode configuration I have the following code:

(use-package function-args
    :pin "MELPA"
    :diminish function-args-mode
    :config
    (fa-config-default)

This triggers the following error:

Error (use-package): cc-mode :config: Symbol’s function definition is void: ivy-set-actions