Actual behavior (from emacs-helm.sh if possible, see note above)
Compile errors from reinstalling via package.el.
Compiling file c:/Users/micha/AppData/Roaming/.emacs.d/elpa/helm-20210701.637/helm-buffers.el at Mon Jul 5 13:18:31 2021
helm-buffers.el:24:1:Error: Symbol’s value as variable is void: helm-source-occur
Compiling file c:/Users/micha/AppData/Roaming/.emacs.d/elpa/helm-20210701.637/helm-color.el at Mon Jul 5 13:18:31 2021
helm-color.el:22:1:Error: Symbol’s value as variable is void: helm-source-occur
Compiling file c:/Users/micha/AppData/Roaming/.emacs.d/elpa/helm-20210701.637/helm-comint.el at Mon Jul 5 13:18:31 2021
helm-comint.el:31:1:Error: Symbol’s value as variable is void: helm-source-occur
Compiling file c:/Users/micha/AppData/Roaming/.emacs.d/elpa/helm-20210701.637/helm-command.el at Mon Jul 5 13:18:31 2021
helm-command.el:23:1:Error: Symbol’s value as variable is void: helm-source-occur
Steps to reproduce (recipe)
Unknown. Helm worked fine until I installed helm-google, helm-ag, and helm-swoop. After restarting emacs, this error started occurring. I removed those packages, deleted helm and helm-core directories and reinstalled them. The error occurs during the byte-compiling of the installation, as indicated above.
I was using use-package. It was working fine, until it wasn't.
(use-package helm
:ensure t
:config
(helm-mode)
(setq completion-styles '(flex))
(helm-popup-tip-mode))
Backtraces if any (M-x toggle-debug-on-error)
Starting emacs without any helm setup, then M-x helm-mode:
I have found the offender. It's the package all-ext. Loading it either before or after the loading of helm, it produces the subject error during emacs startup-init.
Expected behavior
Helm to load normally
Actual behavior (from
emacs-helm.sh
if possible, see note above)Compile errors from reinstalling via package.el.
Steps to reproduce (recipe)
Unknown. Helm worked fine until I installed
helm-google
,helm-ag
, andhelm-swoop
. After restarting emacs, this error started occurring. I removed those packages, deletedhelm
andhelm-core
directories and reinstalled them. The error occurs during the byte-compiling of the installation, as indicated above.I was using
use-package
. It was working fine, until it wasn't.Backtraces if any (
M-x toggle-debug-on-error
)Starting emacs without any helm setup, then
M-x helm-mode
:Describe versions of Helm, Emacs, operating system, etc.
Version helm-20210701.637 Emacs 27.2 Windows 10 Pro
Are you using
emacs-helm.sh
to reproduce this bug? (yes/no):no, it does not occur when running the script version.