Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

package-install helm-rg failing on emacs 27.0.50 #20

Open
rileyrg opened this issue Dec 3, 2019 · 2 comments
Open

package-install helm-rg failing on emacs 27.0.50 #20

rileyrg opened this issue Dec 3, 2019 · 2 comments

Comments

@rileyrg
Copy link

rileyrg commented Dec 3, 2019

helm-rg.el:266:1:Error: Symbol’s function definition is void: helm-rg-cl-typep--pcase-macroexpander

As an aside I thought it was installed properly and while helm-projectile-grep works fine in all files, helm-projectile-rg did nothing in org files.

Let me know what other info I can provide.

          (use-package helm-projectile
            :ensure t
            :init 
            (helm-projectile-on)
            :bind ( :map projectile-mode-map 
;;            ("<f3>" . helm-projectile-rg)
            ("<f3>" . helm-projectile-grep)
            ("<S-f3>" . helm-projectile-find-file-dwim)
            ))

@chasecaleb
Copy link

I can verify this error is occurring on the current master commit ee0a3c0 with Emacs 27.2 (current version of Emacs on Arch Linux).

Unfortunately I'm not sure how to fix this, otherwise I would make a PR... but it doesn't look like this repo is getting much attention, either. So @rileyrg I'm curious: did you ever figure out how to fix this?

@rileyrg
Copy link
Author

rileyrg commented Sep 3, 2021

I can verify this error is occurring on the current master commit ee0a3c0 with Emacs 27.2 (current version of Emacs on Arch Linux).

Unfortunately I'm not sure how to fix this, otherwise I would make a PR... but it doesn't look like this repo is getting much attention, either. So @rileyrg I'm curious: did you ever figure out how to fix this?

Sorry, I stopped using helm. I'll not close it though unless advised differently.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants