Wilfred / ag.el

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

Revert should call `ag-dired-regexp` to avoid quoting already quoted regexp #59

Closed Fuco1 closed 10 years ago

Fuco1 commented 10 years ago

If we call ag-dired from ag-dired-regexp, the potentially quoted search string will be quoted again, then passed to ag-dired-regexp. This leads to incorrect search string and broken revert.

Wilfred commented 10 years ago

Thanks!