dajva / rg.el

Emacs search tool based on ripgrep
https://rgel.readthedocs.io
GNU General Public License v3.0
465 stars 38 forks source link

project.el issue #159

Open PyB1l opened 1 year ago

PyB1l commented 1 year ago

Suddenly rg invocations started throwing

format: Wrong type argument: stringp, (Git "/project/path")

dajva commented 10 months ago

Can you provide more information, like the search you are trying to do? Would be really helpful if you post the output of M-x rg-print-environment also.

DivineDominion commented 1 month ago

I think this can be closed: With Emacs 29, IIRC, project.el changed the return value of (project-current t) from a path to a list or some such and the fix was to use (project-root (project-current t)) to get the path from that list again.