How would I configure projectile to tail the output of the compile command? #1689
Unanswered
johnhamelink
asked this question in
Q&A
Replies: 1 comment 1 reply
-
When I run How do you currently have projectile configured? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As the title says, really: how would I configure projectile to tail the output of a command such as compile?
I tried using comint mode, and when I do that, I see that one of the commands is
comint-show-maximum-output
, which when executed does seem to tail the buffer's content as it streams in, but I'm unsure how to trigger this command automatically when the compile window is created.This is what made sense to my feeble elisp-novice brain 😂 (in my init.el):
However, when I run
projectile-compile-project
, I get a message in*messages*
saying, "‘recenter’ing a window that does not display current-buffer."Now I'm stumped. I'm fairly sure this is trivial if you actually know what you are doing 😇
Beta Was this translation helpful? Give feedback.
All reactions