Wilfred / ag.el

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

Handle very long ag commands better #99

Closed mkaschenko closed 8 years ago

mkaschenko commented 8 years ago

Guys, I'd like to have this possibility because when I'm using it with 'projectile' the output is noisy. Please take a look at https://github.com/bbatsov/projectile/issues/897.

Or are there better ways to solve this problem?

Wilfred commented 8 years ago

It's certainly worth considering for 1.0.

In the meantime, why not just use M-x toggle-truncate-lines?

mkaschenko commented 8 years ago

Didn't think about toggle-truncate-lines. It's a nice solution. Thank you.

Wilfred commented 8 years ago

This will be fixed as part of v1.0, see screenshot below. It's currently on the pretty_output_buffer branch. As a result, I'm going to close this.

ag_v1

mkaschenko commented 8 years ago

:+1: