helm-projectile icon indicating copy to clipboard operation
helm-projectile copied to clipboard

Warning (emacs): Helm source ‘Projectile files’: before-init-hook Should be defined as a symbol

Open ryukinix opened this issue 2 years ago • 4 comments

Expected behavior

No warning at startup.

Actual behavior

Warning (emacs): Helm source ‘Projectile files’: before-init-hook Should be defined as a symbol

Steps to reproduce the problem

Install with prelude, emacs 27.1 and run.

Environment & version information

  • helm-projectile version: 20220807.350
  • helm version (in helm-pkg.el): 20220814.944
  • projectile version (M-x projectile-version): Projectile 20220804.1530
  • Emacs version (M-x emacs-version): 27.1
  • OS: Ubuntu 22.04 LTS

ryukinix avatar Aug 17 '22 02:08 ryukinix

FYI, same with:

  • Emacs version (M-x emacs-version): 29.0.50

PierreRambaud avatar Aug 18 '22 17:08 PierreRambaud

Should be fixed with https://github.com/bbatsov/helm-projectile/commit/5813f7286533990783546c9c39c184faa034d1f1. Worked for me after updating.

bastibl avatar Sep 02 '22 13:09 bastibl

Should be fixed with 5813f72. Worked for me after updating.

I confirm everything is ok after that! Thanks a lot

PierreRambaud avatar Sep 02 '22 15:09 PierreRambaud

Can you release this fix to melpa stable please?

msrd0 avatar Sep 24 '23 15:09 msrd0