rg.el icon indicating copy to clipboard operation
rg.el copied to clipboard

project.el issue

Open PyB1l opened this issue 1 year ago • 2 comments

Suddenly rg invocations started throwing

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

PyB1l avatar Jun 29 '23 21:06 PyB1l

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.

dajva avatar Aug 30 '23 18:08 dajva

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.

DivineDominion avatar Jun 07 '24 14:06 DivineDominion