Bozhidar Batsov

Results 1760 comments of Bozhidar Batsov

> make sure "the silver searcher" is not installed (i.e. there is no executable "ag" in your path) I've been using only `ag` for years now. :-) I'll have to...

Oh, sorry. I had misread the description. I'll remove the `--noheading` option for `ack`.

Does this happen for every project or for some specific project? Does it happens with grep/ag as well or is something that happens only for `projectile-rg`?

Seems the problem is indeed that we don't try to require `fileloop` and instead we just assume it was loaded. This should be a simple fix. PR welcome!

@codemac Mind putting some PR together to tackle this. > Yeah, so it seems the cached filenames need to be normalized when indexing between alien & native methods for tramp...

Hmm, but there haven't been changes to this code in ages, so I wonder why things suddenly became slow for you. I totally agree that the current implementation is slow,...

That file is ignored if you're using `alien` indexing anyways, so we can just make this conditional on the type of the project. Something like: ``` git ls-files | xargs...

@813gan Seems you'll have to rebase first.

I'll merge this as is, as it looks useful and I'll make some tweaks myself.