cosmicexplorer / helm-rg

ripgrep is nice
GNU General Public License v3.0
101 stars 21 forks source link

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

Open rileyrg opened 4 years ago

rileyrg commented 4 years ago

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 commented 3 years ago

I can verify this error is occurring on the current master commit ee0a3c09da0c843715344919400ab0a0190cc9dc 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 commented 3 years ago

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.