-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Project Grep Buffer Filled With Cruft #34
Comments
It would be a great improvement! I do use it with There is a caveat, when the grep buffer is selected and I hit enter to go to a specific occurence, a new window is opened instead of reusing a current window. It annoys me a lot. This behavior does not appear with |
Indeed, autofocus with reuse of opened window would be a lot better. I wonder if there is a mode to get the results in a helm buffer. |
I created PR for adding |
@Thudo very interesting, I will watch this. We have also to be sure that Windows users can still be able to find files in their projects. |
@syl20bnr (helm-)projectile-find-file works fine on Windows. As for grepping, I can confirm it works properly if you setup cygwin/mingw correctly that Emacs can use proper Linux utilities. |
Great news! |
Fyi, the change has been merged. |
I consider this a non-issue now we have better solutions than |
When using projectile grep (
SPC p g
) it creates a grep buffer that includes a 10 line find grep pipeline, which means you can't see any results unless you scroll down. That brings me to the second problem: the buffer isn't focused by default, so you have to switch to it before you can scroll down.Ideally the find command should be hidden and the buffer should be selected by default. I'll try to fix this myself if this is something that you never use.
Here's the cruft that is printed, except the one long line wraps into around 20 lines:
The text was updated successfully, but these errors were encountered: