I edit C in two windows side-by-side, source on left, compilation results on right. I have F5 bound to recompile
.
Currently I have to do:
F5 to run make,
Move to
*compilation*
buffer in right window,Scroll down to end of buffer,
Move back to left window to continue to edit.
I would prefer to have all the above happen automatically by pressing [F5], without leaving the left window, so I can see the results, and continue to work.
I write C, not Lisp! ;^)