Wilfred / ag.el

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

ag-mode does not play well with Meteor package name convention. #68

Closed nomosyn closed 9 years ago

nomosyn commented 9 years ago

Meteor package convention : myname:mypackage/file.js

That leads in compilation buffer to: myname:mypackage/file.js:12:43:

Which is not recognized.

Ex: capture d ecran 2014-10-16 a 14 12 34

What we would like: capture d ecran 2014-10-16 a 14 13 22

Wilfred commented 9 years ago

I'm going to leave this issue open until we have a test to ensure this stays fixed.

Wilfred commented 9 years ago

Closing as v1.0 will use more robust output parsing anyway.