You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run a compilation command (grep -n) which produces too long lines, the buffer goes to first TLL, shows it ok and stalls. On each C-g, the output continues until next TLL and stalls, until eof.
The text was updated successfully, but these errors were encountered:
How is your tll set up? Did you add compilation-mode to too-long-lines-special-buffer-modes? What emacs version are you using?
tll will call too-long-lines-hide after every change, which I assume will make your emacs unresponsive if lots of very long lines displayed in your compilation-buffer.
When I tried to reproduce your issue I could provoke a similar behaviour by just outputing a huge file with lots of long lines, but it still worked reasonably well if there are only a few long lines to hide.
When I run a compilation command (grep -n) which produces too long lines, the buffer goes to first TLL, shows it ok and stalls. On each C-g, the output continues until next TLL and stalls, until eof.
The text was updated successfully, but these errors were encountered: