-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add some interface to search gziped files #36
Comments
It would certainly be a useful feature, but I'm not sure how to handle it either. As a quick workaround, you could simply do The number of ways ag.el can be used for searching is gradually growing, so the combinations possible is growing very quickly. We have:
There are 8 possible combinations here, and we don't actually support all of them (for example, there's no So yes, our current UI isn't perfect. I think |
Ideally it would be reflected in some variable, so I could make it directory local (e.g. in the emacs sources directory), but not elsewhere. I didn't know about
|
Sorry for the delay on this. I've fixed it. I've gone for using |
ag
provides very useful switch-z
that allows you to search in archives. For example, on many unix platforms emacs sources (and many other software) come gziped. Right now I can't useag
from emacs to search these.I'm not sure how to handle this, maybe
C-u
could ask for additional flags? A global setting seems dangerous since user might have huge zip archives around.The text was updated successfully, but these errors were encountered: