Wilfred / ag.el

An Emacs frontend to The Silver Searcher
http://agel.readthedocs.org/en/latest/
525 stars 61 forks source link

ag-files doesn't work (Wrong type argument: stringp) #76

Closed Silex closed 9 years ago

Silex commented 9 years ago

If you select file type "ruby" for example, it yells:

replace-regexp-in-string: Wrong type argument: stringp, (".rb" ".rhtml" ".rjs" ".rxml" ".erb" ".rake" ".spec")

It works with the custom regexp tho.

Wilfred commented 9 years ago

Yep, I can confirm this is broken. Working on a patch.

Wilfred commented 9 years ago

I believe this now works -- let me know if you see any problems.

Silex commented 9 years ago

Yep, looks fixed now. Thanks :+1: