I have a .tex/.Rnw document which is compiled with a makefile. During the compilation, I would like to use C-c C-l (as for standard .tex files) to recenter the output buffer so that I can follow it. However, this gives me (Emacs 24, Ubuntu 12.10): No process for this document. I'd guess this is because there is no association with LaTeX anymore (make could do anything). The output buffer is called *compilation*, so if one could define C-c C-l to recenter this output buffer, that would solve it.
|
|
|||
|
|
migrated from stackoverflow.com Jan 17 at 6:04
|
Okay, I looked at
I then bound it to |
||||
|
|
|
You could define a custom application of the
Then, add it as a hook to LaTeX mode:
|
|||||||||||
|
|
I assume you are invoking
Doing things this way has the added advantage of allowing AUCTeX to parse the errors. If your make file emits compiler type errors then you can change |
|||||||||||
|