Closed huangfeiyu closed 2 years ago
in case it's helpful. here's the change in helm 6 days ago https://github.com/emacs-helm/helm/commit/00bf87a6382dab67891c585869df546e1d753827#diff-576bddbe5b6638c1f22677eb338694bc851c549c148577ce3e3efebb1e36587cR3725
@thierryvolpiatto @WillForan , I am an emacs/elisp noob, can you please suggest some kind of workaround for this error?
kczulko @.***> writes:
@thierryvolpiatto @WillForan , I am an emacs/elisp noob, can you please suggest some kind of workaround for this error?
Looks like pcase in emacs-27.1 doesn't support yet (pred (not
Thanks.
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.*Message ID: @.***>
-- Thierry
For now as a dummy workaround I've replaced all the helm-core elisp files with those from https://github.com/emacs-helm/helm/tree/v3.8.6 which works in my case.
Thank you @thierryvolpiatto for all the work you do.
kczulko @.***> writes:
For now as a dummy workaround I've replaced all the helm-core elisp files with those from https://github.com/emacs-helm/helm/tree/v3.8.6 which works in my case.
Please update to last helm which should fix your emacs-27.1 bug.
Thanks.
-- Thierry
Thank you all!
Expected behavior
open the helm window.
Actual behavior
show error message "apply: Symbol’s value as variable is void: symbolp"
Steps to reproduce the problem
run command
helm-projectile
Backtraces if necessary (
M-x toggle-debug-on-error
)Environment & version information
helm-projectile
version: helm-projectile-20220807.350helm
version (inhelm-pkg.el
): helm-20220803.1447projectile
version (M-x projectile-version
): Projectile 20220804.1530M-x emacs-version
): GNU Emacs 27.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.24, cairo version 1.16.0) of 2021-03-28, modified by DebianThanks!